Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h116 Status CheckUnaryShape(const HloInstruction* instruction);
Dhlo_verifier.cc101 return CheckUnaryShape(hlo); in HandleElementwiseUnary()
143 return CheckUnaryShape(copy); in HandleCopy()
916 Status ShapeVerifier::CheckUnaryShape(const HloInstruction* instruction) { in CheckUnaryShape() function in xla::ShapeVerifier