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

Method GetTensorHandles

tensorflow/lite/delegates/flex/kernel.cc:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 tensorflow::gtl::InlinedVector<tensorflow::TensorHandle*, 2>*
164 GetTensorHandles() {
165 return &vector_;
166 }
167
168 private:
169 std::vector<int> outputs_;

Callers 2

PersistEagerOutputsMethod · 0.80
ExecuteFlexOpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected