Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h130 Status CheckBinaryShape(const HloInstruction* instruction);
Dhlo_verifier.cc99 return CheckBinaryShape(hlo); in HandleElementwiseBinary()
1255 Status ShapeVerifier::CheckBinaryShape(const HloInstruction* instruction) { in CheckBinaryShape() function in xla::ShapeVerifier