Searched refs:x_ind (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sparse_tensor_dense_matmul_op_test.py | 283 def _sparse_tensor_dense_vs_dense_matmul_benchmark_sparse(x_ind, x_val, x_shape, argument 287 indices=x_ind, values=x_val, dense_shape=x_shape) 368 x_ind = constant_op.constant(np.vstack(np.where(x)).astype(np.int64).T) 373 x_ind, x_val, x_shape, y_t, adjoint_a, adjoint_b) 376 x_ind = constant_op.constant(np.vstack(np.where(x)).astype(np.int64).T) 381 x_ind, x_val, x_shape, y_t, adjoint_a, adjoint_b)
|