Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetInput
Method
SetInput
tensorflow/lite/kernels/pooling_test.cc:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
using BasePoolingOpModel::BasePoolingOpModel;
53
54
void SetInput(std::initializer_list<float> data) {
55
PopulateTensor(input_, data);
56
}
57
58
std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
59
};
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected