Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetInput
Method
SetInput
tensorflow/lite/kernels/reduce_test.cc:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
template <class T>
32
void SetInput(std::vector<T> data) {
33
PopulateTensor(input_, data);
34
}
35
36
template <class T>
37
std::vector<T> GetOutput() {
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected