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

Method SetInput

tensorflow/lite/kernels/skip_gram_test.cc:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 BuildInterpreter({{1}});
43 }
44 void SetInput(const string& content) {
45 PopulateStringTensor(input_, {content});
46 }
47
48 std::vector<string> GetOutput() {
49 std::vector<string> ans;

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected