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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.cc 165 bool HloComputation::IsRemovable(const HloInstruction* instruction) {
196 TF_RET_CHECK(IsRemovable(instruction))
206 item == root_instruction() || !IsRemovable(item) ||
223 TF_RET_CHECK(IsRemovable(instruction))
  /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/
nodes.h     [all...]

Completed in 1420 milliseconds