Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1221 Status ReplaceUsesWith(absl::Span<HloInstruction* const> users,
Ddynamic_padder.cc1186 TF_RETURN_IF_ERROR(concat->ReplaceUsesWith(prev_users, rewritten_concat)); in RewriteDynamicConcat()
Dhlo_instruction.cc2360 Status HloInstruction::ReplaceUsesWith(absl::Span<HloInstruction* const> users, in ReplaceUsesWith() function in xla::HloInstruction