/external/tensorflow/tensorflow/compiler/tests/ |
D | rmsprop_test.py | 43 centered=False): argument 46 if centered: 57 for centered in [False, True]: 76 rms_opt = rmsprop.RMSPropOptimizer(learning_rate, centered=centered) 82 self.assertEqual(mg0 is not None, centered) 84 self.assertEqual(mg1 is not None, centered) 109 centered=centered) 117 centered=centered) 120 if centered:
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | rmsprop_test.py | 64 epsilon, centered): argument 66 if centered: 81 lr, rho, momentum, epsilon, centered): argument 90 if centered: 106 for (dtype, learning_rate, rho, momentum, epsilon, centered) in _TESTPARAMS: 123 centered=centered) 128 if centered: 164 momentum, epsilon, centered) 167 momentum, epsilon, centered) 170 if centered: [all …]
|
D | rmsprop.py | 103 centered=False, argument 151 self.centered = centered 159 if self.centered: 184 if self.centered: 213 if self.centered: 230 if self.centered: 264 if self.centered: 276 if self.centered: 297 "centered": self.centered,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RetrieveTPUEmbeddingCenteredRMSPropParameters.pbtxt | 7 Parameter parameters updated by the centered RMSProp optimization algorithm. 13 Parameter ms updated by the centered RMSProp optimization algorithm. 19 Parameter mom updated by the centered RMSProp optimization algorithm. 25 Parameter mg updated by the centered RMSProp optimization algorithm. 28 summary: "Retrieve centered RMSProp embedding parameters."
|
D | api_def_LoadTPUEmbeddingCenteredRMSPropParameters.pbtxt | 7 Value of parameters used in the centered RMSProp optimization algorithm. 13 Value of ms used in the centered RMSProp optimization algorithm. 19 Value of mom used in the centered RMSProp optimization algorithm. 25 Value of mg used in the centered RMSProp optimization algorithm. 28 summary: "Load centered RMSProp embedding parameters."
|
D | api_def_ExtractGlimpse.pbtxt | 32 name: "centered" 34 indicates if the offset coordinates are centered relative to 73 The argument `normalized` and `centered` controls how the windows are built: 75 * If the coordinates are normalized but not centered, 0.0 and 1.0 78 * If the coordinates are both normalized and centered, they range from
|
D | api_def_ExtractGlimpseV2.pbtxt | 33 name: "centered" 35 indicates if the offset coordinates are centered relative to 74 The argument `normalized` and `centered` controls how the windows are built: 76 * If the coordinates are normalized but not centered, 0.0 and 1.0 79 * If the coordinates are both normalized and centered, they range from
|
D | api_def_ResourceSparseApplyCenteredRMSProp.pbtxt | 65 summary: "Update \'*var\' according to the centered RMSProp algorithm." 67 The centered RMSProp algorithm uses an estimate of the centered second moment
|
D | api_def_ResourceApplyCenteredRMSProp.pbtxt | 65 summary: "Update \'*var\' according to the centered RMSProp algorithm." 67 The centered RMSProp algorithm uses an estimate of the centered second moment
|
D | api_def_ApplyCenteredRMSProp.pbtxt | 71 summary: "Update \'*var\' according to the centered RMSProp algorithm." 73 The centered RMSProp algorithm uses an estimate of the centered second moment
|
D | api_def_SparseApplyCenteredRMSProp.pbtxt | 71 summary: "Update \'*var\' according to the centered RMSProp algorithm." 73 The centered RMSProp algorithm uses an estimate of the centered second moment
|
/external/tensorflow/tensorflow/python/training/ |
D | rmsprop_test.py | 62 epsilon, centered): argument 65 if centered: 75 lr, decay, momentum, epsilon, centered): argument 85 if centered: 96 epsilon, centered, use_resource) in _TESTPARAMS: 117 centered=centered) 123 self.assertEqual(mg0 is not None, centered) 125 self.assertEqual(mg1 is not None, centered) 152 decay, momentum, epsilon, centered) 155 decay, momentum, epsilon, centered) [all …]
|
D | rmsprop.py | 71 centered=False, argument 112 self._centered = centered
|
/external/deqp/android/cts/master/src/ |
D | vk-waivers.txt | 78 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.centered 81 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.centered 84 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.centered 87 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.centered 90 dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.centered 93 dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.centered 96 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.centered 99 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.centered 102 dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.centered 105 dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.centered
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | ExtractGlimpse.pbtxt | 20 name: "centered" 60 name: "centered"
|
D | ExtractGlimpseV2.pbtxt | 20 name: "centered"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | ExtractGlimpse.pbtxt | 20 name: "centered" 60 name: "centered"
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | attention_ops_test.py | 220 centered=False, 265 centered=False, 294 img, [3, 3], [[0, 0]], centered=False, normalized=False) 296 img, [3, 3], [[1, 0]], centered=False, normalized=False)
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_attention.h | 58 const bool normalized, const bool centered, in GlimpseExtractionOp() 64 centered_(centered), in GlimpseExtractionOp() 282 const bool centered = true, 292 centered, noise, version);
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.-r-m-s-prop-optimizer.pbtxt | 21 …arning_rate\', \'decay\', \'momentum\', \'epsilon\', \'use_locking\', \'centered\', \'name\'], var…
|
D | tensorflow.keras.optimizers.-r-m-sprop.pbtxt | 29 …argspec: "args=[\'self\', \'learning_rate\', \'rho\', \'momentum\', \'epsilon\', \'centered\', \'n…
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | README | 16 will result in a centered cursor. Move the cursor well into a
|
/external/fmtlib/doc/ |
D | syntax.rst | 104 | ``'^'`` | Forces the field to be centered within the available | 338 fmt::format("{:^30}", "centered"); 339 // Result: " centered " 340 fmt::format("{:*^30}", "centered"); // use '*' as a fill char 341 // Result: "***********centered***********"
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | README | 20 will result in a centered cursor, move the cursor well into a
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.optimizers.-r-m-sprop.pbtxt | 29 …argspec: "args=[\'self\', \'learning_rate\', \'rho\', \'momentum\', \'epsilon\', \'centered\', \'n…
|