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

Method IsGraphInput

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

Source from the content-addressed store, hash-verified

181 }
182
183 bool IsGraphInput(ValueId id) const final {
184 if (id >= values_.size()) {
185 return false;
186 }
187 return values_[id].producer == nullptr;
188 }
189
190 bool IsGraphOutput(ValueId id) const final {
191 if (id >= values_.size()) {

Callers 2

CompileMethod · 0.80
LinkTensorsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected