Home
last modified time | relevance | path

Searched refs:CheckBinaryShape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_verifier.h235 Status CheckBinaryShape(const HloInstruction* instruction);
H A Dhlo_verifier.cc163 return CheckBinaryShape(hlo); in HandleElementwiseBinary()
1789 Status ShapeVerifier::CheckBinaryShape(const HloInstruction* instruction) { in CheckBinaryShape() function in xla::ShapeVerifier