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

Method NumOutputs

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

Source from the content-addressed store, hash-verified

197
198 int NumInputs() const { return inputs_.Size(); }
199 int NumOutputs() const { return outputs_.Size(); }
200
201 tensorflow::EagerOperation* op() { return op_.get(); }
202

Callers 1

ExecuteFlexOpFunction · 0.45

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected