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

Method SetInput

tensorflow/lite/kernels/squeeze_test.cc:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 using BaseSqueezeOpModel::BaseSqueezeOpModel;
50
51 void SetInput(std::initializer_list<float> data) {
52 PopulateTensor(input_, data);
53 }
54
55 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
56 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected