Home
last modified time | relevance | path

Searched defs:MatrixLayout (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dmatmul_utils.h51 struct MatrixLayout { struct
58 static StatusOr<MatrixLayout> For(const Shape& shape); argument
73 PrimitiveType dtype;
77 int64_t num_rows;
101 MatrixLayout lhs_layout; argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas_lt.h66 explicit MatrixLayout(cublasLtMatrixLayout_t handle) in MatrixLayout() function
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DUniformsPerf.cpp51 enum MatrixLayout enum
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_decorations.cpp38 enum MatrixLayout { kRowMajor, kColumnMajor }; enum
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp38 enum MatrixLayout { kRowMajor, kColumnMajor }; enum
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_decorations.cpp38 enum MatrixLayout { kRowMajor, kColumnMajor }; enum