/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | prediction_ops.cc | 291 DecisionTreeEnsembleConfig adjusted = in DoCompute() local 297 ? adjusted.trees_size() - averaging_config_.average_last_n_trees() in DoCompute() 298 : adjusted.trees_size() * in DoCompute() 300 const int num_ensembles = adjusted.trees_size() - start_averaging; in DoCompute() 301 for (int i = start_averaging; i < adjusted.trees_size(); ++i) { in DoCompute() 302 float weight = adjusted.tree_weights(i); in DoCompute() 303 adjusted.mutable_tree_weights()->Set( in DoCompute() 306 MultipleAdditiveTrees::Predict(adjusted, trees_to_include, batch_features, in DoCompute()
|
/external/elfutils/tests/ |
D | dwfl-addr-sect.c | 36 Dwarf_Addr adjusted = address; in handle_address() local 38 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias); in handle_address() 48 elf_ndxscn (scn), adjusted); in handle_address()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | adjust_contrast_op.h | 79 auto adjusted = in operator() local 85 output.device(d) = adjusted.cwiseMin(max_bcast).cwiseMax(min_bcast); in operator() 151 auto adjusted = in operator() local 153 output.device(d) += adjusted.template cast<T>(); in operator()
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | devirt.ll | 16 %this.adjusted = bitcast i8* %1 to %struct.S* 23 %3 = bitcast %struct.S* %this.adjusted to i8** 37 call void %7(%struct.S* %this.adjusted)
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/ |
D | AndroidInterceptors.java | 168 String adjusted = languageCode.toLowerCase(Locale.US); 172 adjusted = "iw"; 174 adjusted = "in"; 176 adjusted = "ji"; 179 return adjusted;
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | summary_v1_image_op_test.py | 70 adjusted = np.floor(scale[:, None, None, None] * const + offset) 83 image[1, 2] = adjusted[0, 1, 2] 84 self.assertAllClose(image, adjusted[0], rtol=2e-5, atol=2e-5)
|
/external/autotest/client/site_tests/kernel_CpufreqMinMax/ |
D | control | 8 can be adjusted. 13 Fails if cpufreq min or max settings cannot be adjusted.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AdjustContrastv2.pbtxt | 21 The contrast-adjusted image or images. 30 Contrast is adjusted independently for each channel of each image.
|
D | api_def_AdjustHue.pbtxt | 18 The hue-adjusted image or images.
|
D | api_def_AdjustSaturation.pbtxt | 18 The hue-adjusted image or images.
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | DebugInfoItem.java | 169 int adjusted = opcode - 0x0A; in makeAnnotator() local 170 int addressDiff = adjusted / 15; in makeAnnotator() 171 int lineDiff = (adjusted % 15) - 4; in makeAnnotator()
|
/external/autotest/client/site_tests/power_Backlight/ |
D | control | 10 - the backlight cannot be adjusted through software calls 21 - The backlight can be adjusted in software using
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/ |
D | DebugInfo.java | 268 int adjusted = next - 0x0A; in iterator() local 269 codeAddress += adjusted / 15; in iterator() 270 lineNumber += (adjusted % 15) - 4; in iterator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 41 ; check that stack is adjusted by $v1 and that code returns to address in $v0 81 ; check that stack is adjusted by $v1 and that code returns to address in $v0
|
D | eh-return64.ll | 42 ; check that stack is adjusted by $v1 and that code returns to address in $v0 84 ; check that stack is adjusted by $v1 and that code returns to address in $v0
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 41 ; check that stack is adjusted by $v1 and that code returns to address in $v0 81 ; check that stack is adjusted by $v1 and that code returns to address in $v0
|
D | eh-return64.ll | 42 ; check that stack is adjusted by $v1 and that code returns to address in $v0 84 ; check that stack is adjusted by $v1 and that code returns to address in $v0
|
/external/python/cpython2/Lib/ |
D | decimal.py | 830 self_adjusted = self.adjusted() 831 other_adjusted = other.adjusted() 1362 expdiff = self.adjusted() - other.adjusted() 1509 expdiff = self.adjusted() - other.adjusted() 1901 if modulo.adjusted() >= context.prec: 2275 self_adj = self.adjusted() 2295 bound = self._log10_exp_bound() + other.adjusted() 2462 self_adjusted = self.adjusted() 2471 if ans.adjusted() > context.Emax: 2479 if ans and ans.adjusted() < context.Emin: [all …]
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 844 self_adjusted = self.adjusted() 845 other_adjusted = other.adjusted() 1391 expdiff = self.adjusted() - other.adjusted() 1535 expdiff = self.adjusted() - other.adjusted() 2013 if modulo.adjusted() >= context.prec: 2387 self_adj = self.adjusted() 2407 bound = self._log10_exp_bound() + other.adjusted() 2564 self_adjusted = self.adjusted() 2573 if ans.adjusted() > context.Emax: 2581 if ans and ans.adjusted() < context.Emin: [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2013-04-16-AAPCS-C4-vs-VFP.ll | 15 ;that are unallocated are marked as unavailable. The NSAA is adjusted upwards 17 ;the memory at the adjusted NSAA. The NSAA is further incremented by the size
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-04-16-AAPCS-C4-vs-VFP.ll | 15 ;that are unallocated are marked as unavailable. The NSAA is adjusted upwards 17 ;the memory at the adjusted NSAA. The NSAA is further incremented by the size
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.09.txt | 7 notice when the filesystem size needed to be adjusted down because
|
/external/u-boot/doc/device-tree-bindings/i2c/ |
D | i2c-gpio.txt | 16 The resulting transfer speed can be adjusted by setting the delay[us]
|
/external/autotest/client/site_tests/hardware_Backlight/ |
D | control | 7 PURPOSE = 'Verify that the backlight can be adjusted in software.'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_rsp_mem_op.s | 2 # adjusted after instrumentation.
|