Home
last modified time | relevance | path

Searched defs:transpose_lhs (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_single_threaded_matmul.cc34 int64_t n, int64_t k, int32_t transpose_lhs, in MatMul()
69 int32_t transpose_lhs, in SingleThreadedMatMulDispatch()
88 Eigen::half* rhs, int64_t m, int64_t n, int64_t k, int32_t transpose_lhs, in __xla_cpu_runtime_EigenSingleThreadedMatMulF16()
98 int64_t k, int32_t transpose_lhs, in __xla_cpu_runtime_EigenSingleThreadedMatMulF32()
109 int32_t transpose_lhs, in __xla_cpu_runtime_EigenSingleThreadedMatMulF64()
119 int64_t k, int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_EigenSingleThreadedMatMulC64()
128 int64_t k, int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_EigenSingleThreadedMatMulC128()
137 int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_EigenSingleThreadedMatMulS32()
Druntime_matmul.cc38 int64_t n, int64_t k, int32_t transpose_lhs, in MatMul()
76 int64_t m, int64_t n, int64_t k, int32_t transpose_lhs, in MatMulDispatch()
95 Eigen::half* rhs, int64_t m, int64_t n, int64_t k, int32_t transpose_lhs, in __xla_cpu_runtime_EigenMatMulF16()
103 int64_t n, int64_t k, int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_EigenMatMulF32()
110 int64_t m, int64_t n, int64_t k, int32_t transpose_lhs, in __xla_cpu_runtime_EigenMatMulF64()
119 int64_t k, int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_EigenMatMulC64()
127 int64_t k, int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_EigenMatMulC128()
135 int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_EigenMatMulS32()
Druntime_matmul_mkl.cc38 int64 m, int64 n, int64 k, int32 transpose_lhs, in MatMulF32()
60 double* rhs, int64 m, int64 n, int64 k, int32 transpose_lhs, in MatMulF64()
80 int64 n, int64 k, int32 transpose_lhs, int32 transpose_rhs) { in __xla_cpu_runtime_MKLMatMulF32()
95 int64 n, int64 k, int32 transpose_lhs, int32 transpose_rhs) { in __xla_cpu_runtime_MKLMatMulF64()
111 int32 transpose_lhs, in __xla_cpu_runtime_MKLSingleThreadedMatMulF32()
124 int64 k, int32 transpose_lhs, in __xla_cpu_runtime_MKLSingleThreadedMatMulF64()
Druntime_matmul_mkl.h49 int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_MKLMatMulF32()
57 int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_MKLMatMulF64()
65 int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_MKLSingleThreadedMatMulF32()
73 int32_t transpose_lhs, int32_t transpose_rhs) { in __xla_cpu_runtime_MKLSingleThreadedMatMulF64()
Dcpu_runtime_test.cc78 bool transpose_lhs, in EigenMatrixMultiply()
139 bool transpose_lhs = std::get<1>(info.param); in Name() local
152 bool transpose_lhs = std::get<1>(GetParam()); in TEST_P() local
176 bool transpose_lhs = std::get<1>(info.param); in Name() local
189 bool transpose_lhs, in MKLMatrixMultiply()
221 bool transpose_lhs = std::get<1>(GetParam()); in TEST_P() local
Ddot_op_emitter.cc834 bool transpose_lhs = !mat_mult_dims.lhs_canonical; in EmitCallToRuntime() local
/external/ComputeLibrary/examples/gemm_tuner/
Dcl_gemm_reshaped.cpp61 bool transpose_lhs{ true }; /**< Transpose lhs matrix. */ member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc2624 int32_t transpose_lhs, int32_t transpose_rhs)>& in MatmulArray2DImpl()
Dalgebraic_simplifier_test.cc5277 bool transpose_lhs, transpose_rhs; in TEST_P() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc489 Value BatchDot(Location loc, Value lhs, bool transpose_lhs, Value rhs, in BatchDot()