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

Method SetInput

tensorflow/lite/kernels/pad_test.cc:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29class PadOpModel : public SingleOpModel {
30 public:
31 void SetInput(std::initializer_list<RegularInputOuput> data) {
32 PopulateTensor<RegularInputOuput>(input_, data);
33 }
34
35 template <typename QuantizedInputOutput>
36 void SetQuantizedInput(std::initializer_list<float> data) {

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected