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

  /external/tensorflow/tensorflow/compiler/xla/service/
zero_sized_hlo_elimination.cc 38 if (comp->IsRemovable(instruction) &&
conditional_simplifier.cc 45 if (!conditional->parent()->IsRemovable(conditional) ||
hlo_dce.cc 52 computation->IsRemovable(instruction) &&
hlo_computation.cc 195 bool HloComputation::IsRemovable(const HloInstruction* instruction) {
226 TF_RET_CHECK(IsRemovable(instruction))
236 item == root_instruction() || !IsRemovable(item) ||
253 TF_RET_CHECK(IsRemovable(instruction))
    [all...]
hlo_computation.h 373 // Note that IsRemovable() is a necessariy condition to remove an instruction
379 bool IsRemovable(const HloInstruction* instruction);
while_loop_simplifier.cc 49 if (!while_op->parent()->IsRemovable(while_op) || while_op->HasSideEffect()) {
468 if (!while_op->parent()->IsRemovable(while_op) || while_op->HasSideEffect()) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 262 BDS_IS_REMOVABLE IsRemovable;
284 if (RemovableDeviceSupport[Index].IsRemovable (TmpDevicePath)) {
317 if (RemovableDevice->IsRemovable (TmpDevicePath)) {
    [all...]
  /art/compiler/optimizing/
loop_optimization.cc     [all...]
nodes.h     [all...]

Completed in 357 milliseconds