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

  /external/tensorflow/tensorflow/compiler/xla/service/
zero_sized_hlo_elimination.cc 40 TF_RETURN_IF_ERROR(comp->ReplaceWithNewInstruction(
hlo_constant_folding.cc 82 TF_RETURN_IF_ERROR(computation->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...]
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)));
transpose_folding.cc 162 TF_CHECK_OK(convolution.parent()->ReplaceWithNewInstruction(
hlo_computation.h 259 Status ReplaceWithNewInstruction(
reshape_mover.cc 317 TF_RETURN_IF_ERROR(computation->ReplaceWithNewInstruction(
hlo_computation.cc 558 Status HloComputation::ReplaceWithNewInstruction(
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_rewriter.cc 83 computation_->ReplaceWithNewInstruction(batch_norm, std::move(libcall)));
145 TF_RETURN_IF_ERROR(computation_->ReplaceWithNewInstruction(
195 computation_->ReplaceWithNewInstruction(batch_norm, std::move(libcall)));
cudnn_convolution_rewriter.cc 438 TF_RETURN_IF_ERROR(conv->parent()->ReplaceWithNewInstruction(
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
conv_canonicalization.cc 136 TF_RETURN_IF_ERROR(module->entry_computation()->ReplaceWithNewInstruction(

Completed in 258 milliseconds