Searched defs:lhs_transpose (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | dot_decomposer.cc | 73 std::vector<int64_t> lhs_transpose; in CanonicalizeDot() local
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/gemm/ |
H A D | ClGemmHelpers.cpp | 42 …bool lhs_interleave, bool rhs_interleave, bool lhs_transpose, bool rhs_transpose, bool export_to_c… in configure_lhs_rhs_info()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | GEMMFixture.h | 791 … DataType data_type, float alpha, float beta, bool broadcast_bias, bool lhs_transpose, const Activ… in setup() 978 … DataType data_type, float alpha, float beta, bool broadcast_bias, bool lhs_transpose, const Activ… in setup() 1232 …l export_to_cl_image, DataType data_type, float alpha, float beta, bool lhs_transpose, const Activ… in setup()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | einsum.cc | 436 std::vector<int32_t> lhs_transpose; in transposeForBatchMatmul() local
|