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

Method SetInput

tensorflow/lite/kernels/reshape_test.cc:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void SetInput(std::initializer_list<T> data) {
69 PopulateTensor<T>(input_, data);
70 }
71
72 void SetStringInput(std::initializer_list<string> data) {
73 PopulateStringTensor(input_, data);

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected