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

Method inputs

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

Source from the content-addressed store, hash-verified

172 }
173
174 std::vector<Value<TensorT>*> inputs() const final {
175 return FilterValues(
176 [](const ValueDef& v) { return v.producer == nullptr; });
177 }
178
179 std::vector<Value<TensorT>*> outputs() const final {
180 return FilterValues([](const ValueDef& v) { return v.consumers.empty(); });

Callers 15

PrintInterpreterStateFunction · 0.45
TESTFunction · 0.45
InterpreterClass · 0.45
ParseNodesMethod · 0.45
operator()Method · 0.45
PlanAllocationsMethod · 0.45
TestGraphMethod · 0.45
TestGraphInfoClass · 0.45
TESTFunction · 0.45
VerifyOperatorsFunction · 0.45
IsModelInputOrOutputMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TestGraphMethod · 0.36
TESTFunction · 0.36
IsModelInputOrOutputMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
InvokeMethod · 0.36
TESTFunction · 0.36