Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetInput
Method
SetInput
tensorflow/lite/kernels/basic_rnn_test.cc:206–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void SetInput(std::initializer_list<float> data) {
207
PopulateTensor(input_, data);
208
}
209
210
void SetInput(int offset, float* begin, float* end) {
211
PopulateTensor(input_, offset, begin, end);
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected