30{
32
35 return;
36 tensor_builder->registerTensorInfo(ind, obj.info());
37 });
38
39
40
42 if (tensor_builder->isRegistered(ind))
43 tensor_builder->notifyFirstUse(ind);
44 });
45
46 tensor_builder->allocate();
47
49}
std::shared_ptr< ITensorRegistry > tensor_registry()
const ir::train::TrainableGraph * trainable_graph() const
const util::Set< ir::OperandIndex > & external_operands() const
const Operands & operands() const override
void iterate(const std::function< void(const Index &, const Object &)> &fn) const
Iterate over the container with given function.