MCPcopy 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
121struct 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.
127struct TupleShape {

Callers 1

demo.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected