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

Method SetInput

tensorflow/lite/kernels/slice_test.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void SetInput(std::initializer_list<input_type> data) {
62 PopulateTensor<input_type>(input_, data);
63 }
64 void SetStringInput(std::vector<string> data) {
65 PopulateStringTensor(input_, data);
66 }

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected