Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetStringInput
Method
SetStringInput
tensorflow/lite/kernels/slice_test.cc:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
PopulateTensor<input_type>(input_, data);
63
}
64
void SetStringInput(std::vector<string> data) {
65
PopulateStringTensor(input_, data);
66
}
67
68
std::vector<input_type> GetOutput() {
69
return ExtractVector<input_type>(output_);
Callers
1
TEST_P
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected