/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 370 void computeNodeSetInfo(SwingSchedulerDAG *SSD) { in computeNodeSetInfo() argument 372 MaxMOV = std::max(MaxMOV, SSD->getMOV(SU)); in computeNodeSetInfo() 373 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo() 579 bool isValidSchedule(SwingSchedulerDAG *SSD); 580 void finalizeSchedule(SwingSchedulerDAG *SSD); 581 void orderDependence(SwingSchedulerDAG *SSD, SUnit *SU, 583 bool isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi); 584 bool isLoopCarriedDefOfUse(SwingSchedulerDAG *SSD, MachineInstr *Def,
|
/external/perfetto/infra/ci/worker/ |
D | gce-startup-script.sh | 22 for SSD in /dev/nvme0n*; do 23 mkswap $SSD 24 swapon -p -1 $SSD
|
/external/vboot_reference/scripts/image_signing/ |
D | convert_recovery_to_full_ssd.sh | 19 Converts <signed_recovery_image> into a full SSD image usable by factory. Uses 20 stateful partition from SSD image <original_image_zip>.
|
D | convert_recovery_to_ssd.sh | 14 In-place converts recovery <image> into an SSD image. With --force, does not
|
/external/autotest/server/site_tests/firmware_SelfSignedBoot/ |
D | control | 19 3. Ctrl-U doesnt boot to USB image after it resigned with SSD keys. 35 usb image with SSD keys When dev_boot_signed_only=1, pressing Ctrl-U should
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 467 void computeNodeSetInfo(SwingSchedulerDAG *SSD) { in computeNodeSetInfo() argument 469 MaxMOV = std::max(MaxMOV, SSD->getMOV(SU)); in computeNodeSetInfo() 470 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo() 668 bool isValidSchedule(SwingSchedulerDAG *SSD); 669 void finalizeSchedule(SwingSchedulerDAG *SSD); 670 bool orderDependence(SwingSchedulerDAG *SSD, SUnit *SU, 672 bool isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi); 673 bool isLoopCarriedDefOfUse(SwingSchedulerDAG *SSD, MachineInstr *Inst, 3625 bool SMSchedule::orderDependence(SwingSchedulerDAG *SSD, SUnit *SU, in orderDependence() argument 3649 if (unsigned NewReg = SSD->getInstrBaseReg(SU)) in orderDependence() [all …]
|
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/ |
D | control | 25 - True if the update script should upgrade the firmware on the SSD. 26 - False if the update script is not supposed to touch the firmware on the SSD.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 2460 void SMSchedule::orderDependence(SwingSchedulerDAG *SSD, SUnit *SU, in orderDependence() argument 2482 if (unsigned NewReg = SSD->getInstrBaseReg(SU)) in orderDependence() 2518 isLoopCarriedDefOfUse(SSD, (*I)->getInstr(), MO)) { in orderDependence() 2575 orderDependence(SSD, UseSU, Insts); in orderDependence() 2576 orderDependence(SSD, SU, Insts); in orderDependence() 2577 orderDependence(SSD, DefSU, Insts); in orderDependence() 2589 bool SMSchedule::isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi) { in isLoopCarried() argument 2593 SUnit *DefSU = SSD->getSUnit(&Phi); in isLoopCarried() 2600 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried() 2617 bool SMSchedule::isLoopCarriedDefOfUse(SwingSchedulerDAG *SSD, in isLoopCarriedDefOfUse() argument [all …]
|
/external/crosvm/metrics/src/sys/windows/ |
D | wmi.rs | 73 SSD, enumerator 81 4 => MediaType::SSD, in from()
|
/external/autotest/client/site_tests/hardware_StorageTrim/ |
D | control | 7 PURPOSE = 'Measure write performance before and after trim. (for SSD)'
|
/external/armnn/samples/serialized/ |
D | Readme.md | 3 …of an Arm NN serialized model which is supported on Netron. It is based on SSD MobileNet V1 FP32 m…
|
/external/autotest/server/site_tests/hardware_StorageStress/ |
D | control.soak | 7 PURPOSE = 'Stress the SSD to age it prematurely.'
|
D | control.test | 17 While the test is running, we can corrupt the SSD and check the test is
|
D | control.stress | 27 While the test is running, we can corrupt the SSD and check the test is
|
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/ |
D | control.non_cache | 14 This test check wear out status for storage device available in SMART for SSD
|
D | control | 21 This test check wear out status for storage device available in SMART for SSD
|
/external/autotest/server/site_tests/firmware_PDProtocol/ |
D | control | 21 - That the DUT negotiated PD in dev mode from SSD boot
|
D | control.ec_wp | 21 - That the DUT negotiated PD in dev mode from SSD boot
|
/external/tensorflow/tensorflow/lite/g3doc/android/delegates/ |
D | nnapi.md | 152 * [MobileNet v2 SSD object detection](https://ai.googleblog.com/2018/07/accelerated-training-and-… 157 * [MobileNet v1(300x300) Single Shot Detector (SSD) object detection](https://ai.googleblog.com/2…
|
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/ |
D | evaluation_stages.proto | 294 // Model's outputs should be same as a TFLite-compatible SSD model. 299 // SSD Mobilenet V1 Model trained on COCO assumes class 0 is background class
|
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/ |
D | README.md | 45 …[SSD MobileNet model](https://www.tensorflow.org/lite/examples/object_detection/overview#output_si… 49 COCO-trained SSD model, this is the path to a file where each line contains
|
/external/tensorflow/tensorflow/lite/g3doc/examples/object_detection/ |
D | overview.md | 300 …v/tensorflow/lite-model/ssd_mobilenet_v1/1/metadata/1?lite-format=tflite">COCO SSD MobileNet v1</a> 338 SSD models from the 355 > Currently, on-device inference is only optimized with SSD models. Better
|
/external/rust/crates/walkdir/ |
D | README.md | 106 local file system (SSD, ~3 million entries). More precisely, I am reasonably
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | CopyBlue.miff | 41 …SS�SST�SST�SST�SSP�SSi�SS��SS��SSj�SS+�SS(�SS/�SS.�SS5�SSE�SSE�SS<�SSA�SSD�SSD�SSD�SS?�SS=�SS>�SS4…
|
/external/armnn/python/pyarmnn/examples/object_detection/ |
D | README.md | 184 This application has been verified to work against the MobileNet SSD model and YOLOv3, which can be… 270 …an be readily obtained from reading the `input_binding_info`. For example, SSD MobileNet V1 takes … 289 For SSD MobileNet V1 models, we decode the results to obtain the bounding box positions, classifica…
|