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

Method SetStringInput

tensorflow/lite/kernels/reshape_test.cc:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void SetStringInput(std::initializer_list<string> data) {
73 PopulateStringTensor(input_, data);
74 }
75
76 std::vector<T> GetOutput() { return ExtractVector<T>(output_); }
77 std::vector<int> GetOutputShape() { return GetTensorShape(output_); }

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected