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

Method SetInput

tensorflow/lite/kernels/pack_test.cc:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void SetInput(int index, std::initializer_list<T> data) {
44 PopulateTensor(index, data);
45 }
46
47 std::vector<T> GetOutput() { return ExtractVector<T>(output_); }
48 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected