Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.cc150 const HloInstruction* slice_to_recover_opnd; member
209 const HloInstruction* slice_to_recover_opnd = users.at(operand_idx); in ConcatIsEffectivelyElementwise() local
211 ConcatUsageInfo{&concat, operand_idx, slice_to_recover_opnd}); in ConcatIsEffectivelyElementwise()
263 CHECK(!visited.contains(concat_usage_info.slice_to_recover_opnd)); in AreTransitiveUsesEffectivelyElementwise()
264 stack.push_back(concat_usage_info.slice_to_recover_opnd); in AreTransitiveUsesEffectivelyElementwise()