Searched defs:MatrixDescriptor (Results 1 – 2 of 2) sorted by relevance
191 struct MatrixDescriptor { struct192 DeviceMemoryBase data;193 int64_t leading_dim_stride;194 int64_t batch_stride;195 Transpose transpose;198 DeviceMemory<T> cast() const { in cast()
55 struct MatrixDescriptor { struct56 mlir::Value converted_value;57 bool transpose; // Whether this matrix needs to be transposed.58 int64_t num_rows;59 int64_t num_cols;