Searched defs:lhs_transpose (Results 1 – 5 of 5) sorted by relevance
/external/ComputeLibrary/src/core/CL/gemm/ |
D | CLGEMMHelpers.cpp | 41 …bool lhs_interleave, bool rhs_interleave, bool lhs_transpose, bool rhs_transpose, bool export_to_c… in configure_lhs_rhs_info()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dot_decomposer.cc | 71 std::vector<int64> lhs_transpose; in CanonicalizeDot() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gemm_thunk.cc | 282 bool lhs_transpose = dim_nums.lhs_contracting_dimensions(0) == in RunGemm() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | einsum.cc | 331 std::vector<int32_t> lhs_transpose; in transposeForBatchMatmul() local
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | GEMMFixture.h | 681 … DataType data_type, float alpha, float beta, bool broadcast_bias, bool lhs_transpose, const Activ… in setup() 849 …l export_to_cl_image, DataType data_type, float alpha, float beta, bool lhs_transpose, const Activ… in setup()
|