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

Method FindInputs

tensorflow/lite/delegates/gpu/common/model.h:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 std::vector<Value<TensorT>*> FindInputs(NodeId id) const final {
230 if (id >= nodes_.size()) {
231 return {};
232 }
233 return nodes_[id].inputs;
234 }
235
236 std::vector<Value<TensorT>*> FindOutputs(NodeId id) const final {
237 if (id >= nodes_.size()) {

Callers 15

CompileMethod · 0.80
ApplyToNodeMethod · 0.80
ApplyToNodesSequenceMethod · 0.80
ApplyToNodesSequenceMethod · 0.80
GenerateCodeMethod · 0.80
GenerateCodeMethod · 0.80
GenerateCodeMethod · 0.80
GenerateCodeMethod · 0.80
GenerateCodeMethod · 0.80
GenerateCodeMethod · 0.80
GenerateCodeMethod · 0.80
GenerateCodeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64