Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetOutput
Method
GetOutput
tensorflow/lite/kernels/basic_rnn_test.cc:214–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
215
216
int input_size() { return input_size_; }
217
int num_units() { return units_; }
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected