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

  /external/tensorflow/tensorflow/compiler/tests/
scatter_nd_op_test.py 86 indexable_area_shape = ()
88 indexable_area_shape += (ref_shape[i],)
91 for coord, _ in np.ndenumerate(np.empty(indexable_area_shape, vtype))
  /external/tensorflow/tensorflow/python/kernel_tests/
scatter_nd_ops_test.py 107 indexable_area_shape = ()
109 indexable_area_shape += (ref_shape[i],)
113 np.empty(indexable_area_shape, vtype))

Completed in 68 milliseconds