Home
last modified time | relevance | path

Searched defs:lhs_transpose (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/core/CL/gemm/
DCLGEMMHelpers.cpp41 …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/
Ddot_decomposer.cc71 std::vector<int64> lhs_transpose; in CanonicalizeDot() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc282 bool lhs_transpose = dim_nums.lhs_contracting_dimensions(0) == in RunGemm() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Deinsum.cc331 std::vector<int32_t> lhs_transpose; in transposeForBatchMatmul() local
/external/ComputeLibrary/tests/validation/fixtures/
DGEMMFixture.h681 … 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()