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

Method num_tensors

tensorflow/lite/graph_info_test.cc:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return index + node_index_offset_;
55 }
56 size_t num_tensors() const override { return tensors_.size(); }
57 TfLiteTensor* tensor(size_t index) override { return &tensors_[index]; }
58 const std::vector<int>& inputs() const override { return inputs_; }
59 const std::vector<int>& outputs() const override { return outputs_; }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected