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

Method NumInputs

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

Source from the content-addressed store, hash-verified

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

Callers 1

BuildEagerOpMethod · 0.45

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected