Home
last modified time | relevance | path

Searched refs:HloOpcodeIsBinaryCommutative (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_opcode.h205 inline bool HloOpcodeIsBinaryCommutative(HloOpcode opcode) { in HloOpcodeIsBinaryCommutative() function
H A Dhlo_cse.cc126 if (HloOpcodeIsBinaryCommutative(instruction->opcode())) { in AbslHashValue()
H A Dhlo_instruction.cc2381 HloOpcodeIsBinaryCommutative(opcode())) { in IdenticalInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dgather_scatter_handler.cc758 if (!HloOpcodeIsBinaryCommutative(root->opcode())) { in ParseReductionComputation()