/external/tensorflow/tensorflow/contrib/layers/python/ops/ |
D | sparse_ops_test.py | 208 indicators = (0, 0, 1, 0) 209 sparse_ids = sparse_ops.indicators_to_sparse_ids(indicators) 218 indicators = ( 222 sparse_ids = sparse_ops.indicators_to_sparse_ids(indicators) 231 indicators = ( 237 sparse_ids = sparse_ops.indicators_to_sparse_ids(indicators) 252 indicators = ( 257 indicators, dtype=dtypes.int16) 266 indicators = ( 271 indicators, ignore_value=-1) [all …]
|
D | sparse_ops.py | 82 def indicators_to_sparse_ids(indicators, ignore_value=None, dtype=dtypes.int64): argument 145 None, "indicators_to_sparse_ids", (indicators, ignore_value)): 148 indicators = ops.convert_to_tensor(indicators, name="indicators") 150 indicators, _ignore_value_tensor(indicators.dtype, ignore_value), 153 indicators, dtype=dtypes.int64, name="zeros") 156 array_ops.ones_like(indicators, dtype=dtypes.int64, name="ones"),
|
/external/v8/tools/testrunner/ |
D | num_fuzzer.py | 144 indicators = self._create_progress_indicators(options) 156 ] + indicators + [ 173 for indicator in indicators:
|
D | standard_runner.py | 286 indicators = self._create_progress_indicators(options) 305 ] + indicators + [ 324 for indicator in indicators:
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-09-18.data | 8 - >-1 # Both indicators
|
/external/llvm/test/YAMLParser/ |
D | spec-09-18.test | 14 - >-1 # Both indicators
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-09-18.test | 14 - >-1 # Both indicators
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/ |
D | coverage.txt | 5 2 NO *Looking for indicators to judge if initialized mutexes
|
/external/autotest/client/site_tests/accessibility_Sanity/ |
D | control | 11 indicators are not present.
|
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/ |
D | fake-gsm | 32 # Get supported indicators
|
/external/autotest/client/site_tests/network_ModemManagerSMS/src/ |
D | fake-gsm | 32 # Get supported indicators
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | char.txt | 68 # GB 12-13. Keep pairs of regional indicators together
|
D | line.txt | 323 # LB 30a Do not break between regional indicators. Break after pairs of them.
|
D | line_normal.txt | 325 # LB 30a Do not break between regional indicators. Break after pairs of them.
|
D | line_normal_cj.txt | 331 # LB 30a Do not break between regional indicators. Break after pairs of them.
|
D | line_loose.txt | 333 # LB 30a Do not break between regional indicators. Break after pairs of them.
|
D | line_loose_cj.txt | 347 # LB 30a Do not break between regional indicators. Break after pairs of them.
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_grad.py | 1107 indicators = math_ops.cast( 1111 num_selected = array_ops.expand_dims(math_ops.reduce_sum(indicators, -1), -1) 1113 return [math_ops.div(indicators, num_selected) * grad, None]
|
D | math_grad.py | 102 indicators = math_ops.cast(math_ops.equal(y, op.inputs[0]), grad.dtype) 104 math_ops.reduce_sum(indicators, op.inputs[1]), output_shape_kept_dims) 106 return [math_ops.divide(indicators, num_selected) * grad, None]
|
/external/libxkbcommon/xkbcommon/src/x11/ |
D | keymap.c | 904 FAIL_UNLESS(msb_pos(reply->indicators) <= keymap->num_leds); in get_indicator_names() 907 if (reply->indicators & (1u << i)) { in get_indicator_names() 1081 reply->indicators, in get_names()
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad.cc | 826 auto indicators = Cast(scope, Equal(scope, y, input), grad_inputs[0].type()); in MinOrMaxGrad() local 830 auto num_selected = Reshape(scope, Sum(scope, indicators, reduction_indices), in MinOrMaxGrad() 835 auto scale = Div(scope, indicators, num_selected); in MinOrMaxGrad()
|
/external/scapy/doc/scapy/ |
D | development.rst | 92 Table 1 shows the syntax indicators that UTScapy is looking for. The syntax specifier must appear a…
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 497 When specified on the command line, all pre-bunch stall indicators will be
|
/external/blktrace/btt/doc/ |
D | btt.tex | 244 providing a set of indicators showing how close incoming IO requests 246 providing a set of indicators showing how close the IO requests are
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 183 vpxenc: improve progress indicators with --skip
|