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

Method FindOutputs

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

Source from the content-addressed store, hash-verified

234 }
235
236 std::vector<Value<TensorT>*> FindOutputs(NodeId id) const final {
237 if (id >= nodes_.size()) {
238 return {};
239 }
240 return nodes_[id].outputs;
241 }
242
243 Node* FindProducer(ValueId id) const final {
244 if (id >= values_.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