MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / tensor

Method tensor

tensorflow/lite/arena_planner_test.cc:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132 size_t num_tensors() const override { return graph_->tensors()->size(); }
133 TfLiteTensor* tensor(size_t index) override {
134 return &graph_->tensors()->at(index);
135 }
136 size_t num_nodes() const override { return graph_->nodes().size(); }
137 const TfLiteNode& node(size_t index) const override {
138 return graph_->nodes()[index];

Callers

nothing calls this directly

Calls 2

tensorsMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected