Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetOutput
Method
GetOutput
tensorflow/lite/kernels/shape_test.cc:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
49
private:
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected