Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dmatmul_utils.cc493 MatrixLayout lhs_layout = config.lhs_layout; in RunGemm() local
645 MatrixLayout lhs_layout = config.lhs_layout; in From() local
H A Dmatmul_utils.h101 MatrixLayout lhs_layout; member
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse_csr.py1902 def test_empty_inputs(lhs_layout, rhs_layout): argument
1915 def test_orthogonal_inputs(lhs_layout, rhs_layout): argument