Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ArrayShape
Class
ArrayShape
tensorflow/compiler/xla/tools/driver.cc:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
struct ArrayShape {
122
PrimitiveType type;
123
std::vector<int> dimensions;
124
};
125
126
// We support tuples only for output, and we do not support nested tuples.
127
struct TupleShape {
Callers
1
demo.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected