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