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

Method SetInput

tensorflow/lite/kernels/transpose_test.cc:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139class TransposeOpModel : public SingleOpModel {
140 public:
141 void SetInput(std::initializer_list<float> data) {
142 PopulateTensor<float>(input_, data);
143 }
144
145 void SetPerm(std::initializer_list<int> data) {
146 PopulateTensor<int>(perm_, data);

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected