Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.h230 bool IsFusedReductionOutputConsistent(const HloInstruction* inst,
232 bool IsFusedReductionOutputConsistent(mlir::mhlo::ReduceOp inst,
239 return IsFusedReductionOutputConsistent(inst, first_reduce); in AreFusedReductionOutputsConsistent()
Dir_emission_utils.cc594 bool IsFusedReductionOutputConsistent(const HloInstruction* inst, in IsFusedReductionOutputConsistent() function
613 bool IsFusedReductionOutputConsistent(mlir::mhlo::ReduceOp inst, in IsFusedReductionOutputConsistent() function
Dir_emitter_unnested.cc5583 !IsFusedReductionOutputConsistent( in EmitReductionFromOrToContiguousDimensions()