Home
last modified time | relevance | path

Searched defs:dot_op (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner_test.cc3928 auto dot_op = op::Dot(lhs, rhs); in TEST_F() local
3980 auto dot_op = op::Dot(lhs, rhs); in TEST_F() local
9988 const HloInstruction* dot_op = FindInstruction(module.get(), HloOpcode::kDot); in TEST_F() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c271 …nir_def *dot_op = !use_dot ? NULL : nir_ushr(b, nir_ushr(b, nir_imm_int(b, 0x01010101), shift), sh… in summarize_repack() local
284 …nir_def *dot_op = !use_dot ? NULL : nir_ushr(b, nir_ushr(b, nir_imm_int64(b, 0x0101010101010101), … in summarize_repack() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlegalize_hlo.cc1766 auto dot_op = cast<mhlo::DotOp>(old_op); in ConvertDotOp() local