Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetOutputSize
Method
GetOutputSize
tensorflow/lite/kernels/shape_test.cc:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
int input() { return input_; }
44
45
int32_t GetOutputSize() { return GetTensorSize(output_); }
46
std::vector<T> GetOutput() { return ExtractVector<T>(output_); }
47
std::vector<int> GetOutputShape() { return GetTensorShape(output_); }
48
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected