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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.cc 130 TF_RETURN_IF_ERROR(RemoveInstruction(param_instruction));
154 TF_RETURN_IF_ERROR(RemoveInstruction(param_instruction));
214 TF_RETURN_IF_ERROR(RemoveInstruction(item));
220 Status HloComputation::RemoveInstruction(HloInstruction* instruction) {
444 TF_CHECK_OK(RemoveInstruction(root));
449 TF_CHECK_OK(RemoveInstruction(instruction));
  /art/compiler/optimizing/
nodes.cc 596 block->RemoveInstruction(block->GetFirstInstruction());
    [all...]

Completed in 128 milliseconds