OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indices_val
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/kernel_tests/
barrier_ops_test.py
125
indices_val
, keys_val, values_0_val, values_1_val = sess.run(
128
self.assertAllEqual(
indices_val
, [-2**63] * 3)
217
indices_val
, keys_val, values_0_val, values_1_val = sess.run(
219
self.assertAllEqual(
indices_val
, [-2**63] * 3)
242
indices_val
, keys_val, values_val = sess.run(
245
self.assertAllEqual(
indices_val
, [-2**63 + x for x in range(10)])
295
indices_val
, keys_val, values_val = sess.run(
297
self.assertAllEqual(
indices_val
,
329
indices_val
, keys_val, values_0_val, values_1_val = sess.run([
333
"indices":
indices_val
,
[
all
...]
candidate_sampler_ops_test.py
48
indices_val
, true_candidates_val = sess.run(
51
self.assertAllEqual(
indices_val
, [0, 0, 1, 1, 2, 2])
/external/tensorflow/tensorflow/python/ops/ragged/
ragged_map_fn_op_test.py
247
tokens_val,
indices_val
= x
248
return array_ops.gather(tokens_val,
indices_val
)
Completed in 559 milliseconds