Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/
DScopDetection.h90 struct ArrayShape { struct
97 ArrayShape(const SCEVUnknown *B) : BasePointer(B) {} in ArrayShape() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/
DScopDetection.h90 struct ArrayShape { struct
97 ArrayShape(const SCEVUnknown *B) : BasePointer(B) {} in ArrayShape() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/
DScopDetection.h90 struct ArrayShape { struct
97 ArrayShape(const SCEVUnknown *B) : BasePointer(B) {} in ArrayShape() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/
DScopDetection.h90 struct ArrayShape { struct
97 ArrayShape(const SCEVUnknown *B) : BasePointer(B) {} in ArrayShape() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Ddriver.cc140 struct ArrayShape { struct
141 PrimitiveType type;
142 std::vector<int> dimensions;
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Ddecoder.rs374 enum ArrayShape { in add_array_field() enum
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dparser.rs360 enum ArrayShape { in add_array_field() enum
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_tree_test.cc133 TEST_F(ShapeTreeTest, ArrayShape) { in TEST_F() argument