HomeSort by relevance Sort by last modified time
    Searched refs:repeat_indices (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
scatter_ops_test.py 72 def _VariableRankTest(self, tf_scatter, vtype, itype, repeat_indices=False):
83 if size > 1 and repeat_indices:
112 def _VariableRankTests(self, tf_scatter, repeat_indices=False):
115 self._VariableRankTest(tf_scatter, vtype, itype, repeat_indices)
scatter_nd_ops_test.py 98 repeat_indices=False):
118 if num_updates > 1 and repeat_indices:
224 np_scatter, tf_scatter, vtype, itype, repeat_indices=True)
  /external/tensorflow/tensorflow/compiler/tests/
scatter_nd_op_test.py 78 repeat_indices=False):
96 if num_updates > 1 and repeat_indices:

Completed in 85 milliseconds