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

Method tensors

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

Source from the content-addressed store, hash-verified

100
101 const std::vector<TfLiteNode>& nodes() { return nodes_; }
102 std::vector<TfLiteTensor>* tensors() { return &tensors_; }
103 const std::vector<int>& inputs() { return inputs_; }
104 const std::vector<int>& outputs() { return outputs_; }
105 const std::vector<int>& variables() { return variables_; }

Callers 15

operator()Method · 0.80
num_tensorsMethod · 0.80
tensorMethod · 0.80
GetOffsetMethod · 0.80
GetOffsetAfterMethod · 0.80
TEST_FFunction · 0.80
SetBufferHandleMethod · 0.80
GetBufferHandleMethod · 0.80
VerifyTensorsFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected