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

Method inputs

tensorflow/lite/delegates/gpu/cl/api.cc:432–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 }
431
432 std::vector<TensorObjectDef> inputs() const override {
433 return GetExternalDefinitions(inputs_);
434 }
435
436 std::vector<TensorObjectDef> outputs() const override {
437 return GetExternalDefinitions(outputs_);

Callers 3

PrepareMethod · 0.45
CopyInAndOutIdsMethod · 0.45
InitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected