Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dspace_to_batch_converter.cc965 (consumer->IsElementwiseBinary() && in CanPropagate()
1017 if (!((consumer->IsElementwiseBinary() || in CanPropagate()
1747 if (consumer->IsElementwiseBinary() || in Propagate()
1852 } else if (consumer->IsElementwiseBinary() && in Propagate()
H A Dhlo_instruction.h1665 bool IsElementwiseBinary() const;
H A Ddynamic_padder.cc2205 if (inst->IsElementwiseBinary()) { in Run()
H A Dhlo_instruction.cc3873 bool HloInstruction::IsElementwiseBinary() const { in IsElementwiseBinary() function in xla::HloInstruction