Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dspace_to_batch_converter.cc111 bool IsOpcodeNonPropagatable(HloInstruction* consumer);
1523 bool ConvolutionVisitor::IsOpcodeNonPropagatable(HloInstruction* consumer) { in IsOpcodeNonPropagatable() function in xla::__anon2cd323230111::ConvolutionVisitor
1535 if (IsOpcodeNonPropagatable(consumer)) { in SupportedOpForPropagation()
3498 if (IsOpcodeNonPropagatable(user)) { in DoesConvolutionFeedUnpropagatableOp()