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

Method mutable_outputs

tensorflow/lite/delegates/flex/kernel.cc:196–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195 const OpOutputs& outputs() const { return outputs_; }
196 OpOutputs* mutable_outputs() { return &outputs_; }
197
198 int NumInputs() const { return inputs_.Size(); }
199 int NumOutputs() const { return outputs_.Size(); }

Callers 15

FreezeSignatureDefMethod · 0.80
TESTFunction · 0.80
Tensor2ResponseFunction · 0.80
AddOutputToSignatureDefFunction · 0.80
SetOutputNameForKeyMethod · 0.80
EraseOutputKeyMethod · 0.80
ExecuteFlexOpFunction · 0.80
InitFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.64
SetOutputNameForKeyMethod · 0.64
EraseOutputKeyMethod · 0.64
TEST_FFunction · 0.64
BuildSignatureDefMethod · 0.64
TEST_FFunction · 0.64