36{
38
41 return;
42 tensor_builder->registerTensorInfo(ind, obj.info());
43 });
44
45
46
48 if (tensor_builder->isRegistered(ind))
49 tensor_builder->notifyFirstUse(ind);
50 });
51
52 tensor_builder->allocate();
53
55}
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.