HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceWithNewInstruction (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
batchnorm_expander.cc 112 Status ReplaceWithNewInstruction(
115 TF_RETURN_IF_ERROR(computation_->ReplaceWithNewInstruction(
300 TF_CHECK_OK(ReplaceWithNewInstruction(batch_norm, std::move(tuple)));
398 ReplaceWithNewInstruction(batch_norm, std::move(shifted_normalized)));
595 TF_CHECK_OK(ReplaceWithNewInstruction(batch_norm, std::move(tuple)));
hlo_computation.cc 558 Status HloComputation::ReplaceWithNewInstruction(
algebraic_simplifier.cc 256 Status ReplaceWithNewInstruction(
262 TF_RETURN_IF_ERROR(computation_->ReplaceWithNewInstruction(
368 return ReplaceWithNewInstruction(
391 return ReplaceWithNewInstruction(
403 return ReplaceWithNewInstruction(
417 return ReplaceWithNewInstruction(
536 return ReplaceWithNewInstruction(
560 return ReplaceWithNewInstruction(
573 return ReplaceWithNewInstruction(
592 return ReplaceWithNewInstruction(
    [all...]

Completed in 92 milliseconds