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