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

Method SetInput

tensorflow/lite/kernels/conv_test.cc:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 void SetBias(std::initializer_list<float> f) { PopulateTensor(bias_, f); }
119
120 void SetInput(std::initializer_list<float> data) {
121 PopulateTensor(input_, data);
122 }
123 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
124};
125

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected