Home
last modified time | relevance | path

Searched refs:indicators (Results 1 – 25 of 45) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/layers/python/ops/
Dsparse_ops_test.py208 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 …]
Dsparse_ops.py82 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/
Dnum_fuzzer.py144 indicators = self._create_progress_indicators(options)
156 ] + indicators + [
173 for indicator in indicators:
Dstandard_runner.py286 indicators = self._create_progress_indicators(options)
305 ] + indicators + [
324 for indicator in indicators:
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-18.data8 - >-1 # Both indicators
/external/llvm/test/YAMLParser/
Dspec-09-18.test14 - >-1 # Both indicators
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-09-18.test14 - >-1 # Both indicators
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_init/
Dcoverage.txt5 2 NO *Looking for indicators to judge if initialized mutexes
/external/autotest/client/site_tests/accessibility_Sanity/
Dcontrol11 indicators are not present.
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
Dfake-gsm32 # Get supported indicators
/external/autotest/client/site_tests/network_ModemManagerSMS/src/
Dfake-gsm32 # Get supported indicators
/external/icu/icu4c/source/data/brkitr/rules/
Dchar.txt68 # GB 12-13. Keep pairs of regional indicators together
Dline.txt323 # LB 30a Do not break between regional indicators. Break after pairs of them.
Dline_normal.txt325 # LB 30a Do not break between regional indicators. Break after pairs of them.
Dline_normal_cj.txt331 # LB 30a Do not break between regional indicators. Break after pairs of them.
Dline_loose.txt333 # LB 30a Do not break between regional indicators. Break after pairs of them.
Dline_loose_cj.txt347 # LB 30a Do not break between regional indicators. Break after pairs of them.
/external/tensorflow/tensorflow/python/ops/
Dnn_grad.py1107 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]
Dmath_grad.py102 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/
Dkeymap.c904 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/
Dmath_grad.cc826 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/
Ddevelopment.rst92 Table 1 shows the syntax indicators that UTScapy is looking for. The syntax specifier must appear a…
/external/blktrace/btreplay/doc/
Dbtreplay.tex497 When specified on the command line, all pre-bunch stall indicators will be
/external/blktrace/btt/doc/
Dbtt.tex244 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/
DCHANGELOG183 vpxenc: improve progress indicators with --skip

12