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

Method IsGraphOutput

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

Source from the content-addressed store, hash-verified

188 }
189
190 bool IsGraphOutput(ValueId id) const final {
191 if (id >= values_.size()) {
192 return false;
193 }
194 return values_[id].consumers.empty();
195 }
196
197 Node* GetNode(NodeId id) const final {
198 if (id >= nodes_.size()) {

Callers 1

CompileMethod · 0.80

Calls 2

sizeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected