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

  /external/tensorflow/tensorflow/python/kernel_tests/
sparse_tensors_map_ops_test.py 129 indices_value = np.array([[0, 0], [0, 1], [2, 0]], dtype=np.int64)
139 sparse_tensor.indices: indices_value,
144 self.assertAllEqual(roundtrip_value.indices, indices_value)
190 indices_value = np.arange(num_elements, dtype=np.int64)
192 sorted(zip(indices_batch, indices_value)), dtype=np.int64)
sparse_serialization_ops_test.py 245 indices_value = np.array([[0, 0], [0, 1], [2, 0]], dtype=np.int64)
253 sparse_tensor.indices: indices_value,
273 indices_value = np.array([[0, 0], [0, 1], [2, 0]], dtype=np.int64)
282 sparse_tensor.indices: indices_value,
286 self.assertAllEqual(deserialized_value.indices, indices_value)

Completed in 86 milliseconds