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

Method IsSubgraphOutput

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

Returns true if the tensor given by index 'i' is an output of the entire subgraph.

Source from the content-addressed store, hash-verified

131 // Returns true if the tensor given by index 'i' is an output of the entire
132 // subgraph.
133 bool IsSubgraphOutput(int i) const { return subgraph_outputs_[i]; }
134
135 // Returns a handle to a given tensor and, optionally, remove it from the
136 // internal vector.

Callers 1

PersistEagerOutputsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected