Home
last modified time | relevance | path

Searched defs:ArrayShape (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/include/polly/
DScopDetection.h70 struct ArrayShape { struct
77 ArrayShape(const SCEVUnknown *B) : BasePointer(B) {} in ArrayShape() argument
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddriver.cc121 struct ArrayShape { struct
122 PrimitiveType type;
123 std::vector<int> dimensions;
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree_test.cc125 TEST_F(ShapeTreeTest, ArrayShape) { in TEST_F() argument