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

Method outputs

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

Source from the content-addressed store, hash-verified

434 }
435
436 std::vector<TensorObjectDef> outputs() const override {
437 return GetExternalDefinitions(outputs_);
438 }
439
440 Status GetInputObject(int index, TensorObject* object) override {
441 if (index < 0 || index > inputs_.size()) {

Callers 3

PrepareMethod · 0.45
CopyInAndOutIdsMethod · 0.45
InitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected