Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc345 Shape compare_shape = compare->root_instruction()->shape(); in HandleSort() local
346 if (!ShapesSame(compare_shape, ShapeUtil::MakeShape(PRED, {}))) { in HandleSort()
350 StringifyShape(compare_shape)); in HandleSort()