Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc622 auto first_reduce_shape = TypeToShape(first_reduce.getResult(0).getType()); in IsFusedReductionOutputConsistent() local
632 if (!(ShapeUtil::Equal(first_reduce_shape, inst_shape) && in IsFusedReductionOutputConsistent()