/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.data | 120 PSA symmetric encrypt validation: AES-CTR, 16 bytes, good 124 PSA symmetric encrypt validation: AES-CTR, 15 bytes, good 128 PSA symmetric encrypt validation: AES-CTR, 16 bytes, fallback 132 PSA symmetric encrypt validation: AES-CTR, 15 bytes, fallback 136 PSA symmetric encrypt multipart: AES-CTR, 16 bytes, good 140 PSA symmetric encrypt multipart: AES-CTR, 15 bytes, good 144 PSA symmetric encrypt multipart: AES-CTR, 16 bytes, fallback 148 PSA symmetric encrypt multipart: AES-CTR, 15 bytes, fallback 152 PSA symmetric encrypt multipart: AES-CTR, 16 bytes, fake 156 PSA symmetric encrypt multipart: AES-CTR, 15 bytes, fake [all …]
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/ |
D | cupertino_text_field_demo.dart | 41 prefix: const Padding(padding: EdgeInsets.symmetric(horizontal: 4.0)), 43 padding: const EdgeInsets.symmetric(horizontal: 4.0), 70 padding: EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0), 88 padding: EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0), 107 padding: const EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0), 124 padding: EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0), 145 padding: const EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0), 173 padding: const EdgeInsets.symmetric(vertical: 32.0, horizontal: 16.0), 185 padding: const EdgeInsets.symmetric(vertical: 32.0, horizontal: 16.0),
|
D | cupertino_alert_demo.dart | 60 padding: const EdgeInsets.symmetric(vertical: 24.0, horizontal: 72.0) 93 padding: const EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0), 122 padding: const EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0), 138 padding: const EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0), 149 padding: const EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0),
|
/third_party/boost/libs/icl/doc/ |
D | functions_symmetric_difference.qbk | 26 Functions and operators that implement ['*symmetric difference*] on *icl* objects 30 [[] [Description of symmetric difference]] 31 [[`Sets`][`operator ^` implements ['*set symmetric difference*]]] 32 [[`Maps`][`operator ^` implements a ['*map symmetric difference*] 33 function similar to /set symmetric difference/. 90 that implements ['*symmetric difference*]. 100 that implement ['*symmetric difference*] 107 [table Time Complexity for inplace symmetric difference on element containers 113 [table Time Complexity for inplace symmetric difference on interval containers 123 For the infix version of symmetric difference the
|
D | functions_interval_misc.qbk | 17 … [ ] [ ] [asymmetric] [asymmetric] [symmetric] [symmetric] ]
|
/third_party/mindspore/mindspore/compression/quant/ |
D | qat.py | 43 symmetric=(False, False), argument 82 … per_channel=per_channel[0], symmetric=symmetric[0], 85 … per_channel=per_channel[-1], symmetric=symmetric[-1], 131 symmetric=kwargs["symmetric"], 227 symmetric=(False, False), argument 244 symmetric = convert2list("symmetric", symmetric) 255 self.weight_symmetric = Validator.check_bool(symmetric[0], "symmetric") 256 self.act_symmetric = Validator.check_bool(symmetric[-1], "symmetric") 279 symmetric=symmetric, 364 symmetric=self.act_symmetric, [all …]
|
D | quant_utils.py | 29 symmetric=False): argument 58 if symmetric: 64 if data_type == np.int8 and symmetric: 139 symmetric = cell.symmetric and not cell.neg_trunc 143 symmetric=symmetric)
|
/third_party/boost/libs/geometry/doc/generated/ |
D | sym_difference.qbk | 19 Calculate the symmetric difference of two geometries. 22 The free function symmetric difference calculates the spatial set theoretic symmetric difference (X… 58 Calculate the symmetric difference of two geometries. 61 The free function symmetric difference calculates the spatial set theoretic symmetric difference (X…
|
/third_party/mindspore/tests/st/quantization/lenet_quant/ |
D | test_lenet_quant.py | 58 symmetric=[True, True], 68 symmetric=[True, False]) 101 symmetric=[True, True], 112 symmetric=[True, False]) 144 symmetric=[True, True], 155 symmetric=[True, False])
|
/third_party/boost/libs/coroutine/doc/html/ |
D | coro_HTML.manifest | 9 coroutine/coroutine/symmetric.html 10 coroutine/coroutine/symmetric/symmetric_coro.html 11 coroutine/coroutine/symmetric/yield_coro.html
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | fake_quant_perlayer_impl.cu | 58 … float *nudge_min, float *nudge_max, float *scale, const bool symmetric) { in NudgeMinMaxPerLayer() argument 64 if (symmetric) { in NudgeMinMaxPerLayer() 106 float *nudge_min, float *nudge_max, float *scale, const bool symmetric, in CalNudgePerLayer() argument 109 symmetric); in CalNudgePerLayer()
|
D | fake_quant_perchannel_impl.cu | 38 const bool symmetric) { in NudgeMinMaxPerChannel() argument 43 if (symmetric) { in NudgeMinMaxPerChannel() 69 … float *nudge_min, float *nudge_max, float *scale, const int channel_num, const bool symmetric, in CalNudgePerChannel() argument 72 … input_min, input_max, quant_min, quant_max, nudge_min, nudge_max, scale, channel_num, symmetric); in CalNudgePerChannel()
|
/third_party/mindspore/mindspore/nn/metrics/ |
D | mean_surface_distance.py | 52 def __init__(self, symmetric=False, distance_metric="euclidean"): argument 57 self.symmetric = validator.check_value_type("symmetric", symmetric, [bool]) 150 if not self.symmetric:
|
D | root_mean_square_surface_distance.py | 54 def __init__(self, symmetric=False, distance_metric="euclidean"): argument 59 self.symmetric = validator.check_value_type("symmetric", symmetric, [bool]) 153 if not self.symmetric:
|
/third_party/boost/libs/coroutine/doc/ |
D | intro.qbk | 61 * symmetric or asymmetric control-transfer mechanism; see below 74 Two categories of coroutines exist: symmetric and asymmetric coroutines. 77 implicitly yield control specifically to its invoker. By contrast, all symmetric 78 coroutines are equivalent; one symmetric coroutine may pass control to any 79 other symmetric coroutine. Because of this, a symmetric coroutine ['must] 85 either symmetric or asymmetric coroutines. For convenience, Boost.Coroutine
|
/third_party/boost/libs/coroutine2/doc/ |
D | intro.qbk | 61 * symmetric or asymmetric control-transfer mechanism; see below 74 Two categories of coroutines exist: symmetric and asymmetric coroutines. 77 implicitly yield control specifically to its invoker. By contrast, all symmetric 78 coroutines are equivalent; one symmetric coroutine may pass control to any 79 other symmetric coroutine. Because of this, a symmetric coroutine ['must] 85 either symmetric or asymmetric coroutines.
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | table_border_test.dart | 21 expect(border1.dimensions, const EdgeInsets.symmetric(horizontal: 1.0)); 41 expect(border2.dimensions, const EdgeInsets.symmetric(horizontal: 2.0, vertical: 2.0)); 46 test('TableBorder.symmetric constructor', () { 47 final TableBorder border3 = TableBorder.symmetric( 57 expect(border3.dimensions, const EdgeInsets.symmetric(horizontal: 1.0, vertical: 1.0)); 59 expect(border3.scale(0.0), TableBorder.symmetric(
|
/third_party/mindspore/tests/ut/python/metrics/ |
D | test_mean_surface_distance.py | 57 MeanSurfaceDistance(symmetric=False, distance_metric="eucli") 62 MeanSurfaceDistance(symmetric=1)
|
D | test_root_mean_square_distance.py | 70 RootMeanSquareDistance(symmetric=False, distance_metric="eucli") 75 RootMeanSquareDistance(symmetric=1)
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | full_screen_dialog_demo.dart | 40 padding: const EdgeInsets.symmetric(vertical: 8.0), 69 padding: const EdgeInsets.symmetric(vertical: 8.0), 170 padding: const EdgeInsets.symmetric(vertical: 8.0), 189 padding: const EdgeInsets.symmetric(vertical: 8.0), 257 padding: const EdgeInsets.symmetric(vertical: 8.0),
|
/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/ |
D | fake_quant_perchannel.py | 51 def fake_quant_perchannel_compute(x, min_val, max_val, y, quant_min, quant_max, symmetric, argument 60 if symmetric: 130 symmetric, narrow_range, num_bits, channel_axis, argument 144 quant_min, quant_max, symmetric, kernel_name)
|
D | fake_quant_perlayer.py | 53 def fake_quant_per_layer_compute(x, min_val, max_val, y, quant_min, quant_max, symmetric, argument 60 if symmetric: 91 symmetric, narrow_range, num_bits, argument 131 quant_min, quant_max, symmetric, kernel_name)
|
D | fake_quant_perlayer_grad.py | 81 def fake_quant_per_layer_grad_compute(dout, x, min_val, max_val, quant_min, quant_max, symmetric, argument 91 if symmetric: 117 num_bits, symmetric, narrow_range, argument 158 quant_min, quant_max, symmetric, kernel_name)
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | button_bar.dart | 62 padding: EdgeInsets.symmetric(horizontal: paddingUnit), 70 padding: EdgeInsets.symmetric( 78 padding: EdgeInsets.symmetric(horizontal: paddingUnit),
|
/third_party/mindspore/mindspore/nn/layer/ |
D | quant.py | 206 …def __init__(self, quant_dtype=QuantDtype.INT8, per_channel=False, symmetric=False, narrow_range=F… argument 211 self.symmetric = symmetric 379 symmetric=False, argument 386 … symmetric=symmetric, narrow_range=narrow_range, 401 self.symmetric = symmetric 466 symmetric=self.symmetric, 475 symmetric=self.symmetric, 485 if not self.symmetric: 550 …'quant_delay={}, min_init={}, max_init={}'.format(self.quant_dtype, self.symmetric, self.narrow_ra…
|