Home
last modified time | relevance | path

Searched defs:MatrixDescriptor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dblas.h191 struct MatrixDescriptor { struct
192 DeviceMemoryBase data;
193 int64_t leading_dim_stride;
194 int64_t batch_stride;
195 Transpose transpose;
198 DeviceMemory<T> cast() const { in cast()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lhlo_gpu_to_tfrt_gpu/
H A Dgemm_pattern.cc55 struct MatrixDescriptor { struct
56 mlir::Value converted_value;
57 bool transpose; // Whether this matrix needs to be transposed.
58 int64_t num_rows;
59 int64_t num_cols;