Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matmul_mkl.h49 tensorflow::int64 k, tensorflow::int32 transpose_lhs, in __xla_cpu_runtime_MKLMatMulF32()
58 tensorflow::int64 k, tensorflow::int32 transpose_lhs, in __xla_cpu_runtime_MKLMatMulF64()
67 tensorflow::int64 k, tensorflow::int32 transpose_lhs, in __xla_cpu_runtime_MKLSingleThreadedMatMulF32()
76 tensorflow::int64 k, tensorflow::int32 transpose_lhs, in __xla_cpu_runtime_MKLSingleThreadedMatMulF64()
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.cc41 int64 n, int64 k, int32 transpose_lhs, int32 transpose_rhs) { in MatMul()
77 int64 m, int64 n, int64 k, int32 transpose_lhs, in MatMulDispatch()
101 Eigen::half* rhs, int64 m, int64 n, int64 k, int32 transpose_lhs, in __xla_cpu_runtime_EigenMatMulF16()
109 int64 n, int64 k, int32 transpose_lhs, int32 transpose_rhs) { in __xla_cpu_runtime_EigenMatMulF32()
116 int64 n, int64 k, int32 transpose_lhs, int32 transpose_rhs) { in __xla_cpu_runtime_EigenMatMulF64()
Druntime_single_threaded_matmul.cc38 int64 n, int64 k, int32 transpose_lhs, int32 transpose_rhs) { in MatMul()
72 int32 transpose_lhs, int32 transpose_rhs) { in SingleThreadedMatMulDispatch()
94 Eigen::half* rhs, int64 m, int64 n, int64 k, int32 transpose_lhs, in __xla_cpu_runtime_EigenSingleThreadedMatMulF16()
104 int64 k, int32 transpose_lhs, in __xla_cpu_runtime_EigenSingleThreadedMatMulF32()
114 int64 k, int32 transpose_lhs, in __xla_cpu_runtime_EigenSingleThreadedMatMulF64()
Dcpu_runtime_test.cc79 bool transpose_lhs, in EigenMatrixMultiply()
141 bool transpose_lhs = std::get<1>(info.param); in Name() local
154 bool transpose_lhs = std::get<1>(GetParam()); in TEST_P() local
178 bool transpose_lhs = std::get<1>(info.param); in Name() local
191 bool transpose_lhs, in MKLMatrixMultiply()
223 bool transpose_lhs = std::get<1>(GetParam()); in TEST_P() local
Druntime_matvec.h65 int32 transpose_lhs, int32 transpose_rhs) { in DispatchMatVec()
112 tensorflow::int32 transpose_lhs, in EigenMatVec()
Ddot_op_emitter.cc663 bool transpose_lhs = mat_mult_dims.lhs_non_canonical; in EmitCallToRuntime() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1620 int64 k, int32 transpose_lhs, int32 transpose_rhs)>& impl_fn) { in MatmulArray2DImpl()
Dalgebraic_simplifier_test.cc4387 bool transpose_lhs, transpose_rhs; in TEST_P() local