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 | 274 def _sparse_tensor_dense_vs_dense_matmul_benchmark_sparse(x_ind, x_val, x_shape, argument 278 indices=x_ind, values=x_val, dense_shape=x_shape) 359 x_ind = constant_op.constant(np.vstack(np.where(x)).astype(np.int64).T) 364 x_ind, x_val, x_shape, y_t, adjoint_a, adjoint_b) 367 x_ind = constant_op.constant(np.vstack(np.where(x)).astype(np.int64).T) 372 x_ind, x_val, x_shape, y_t, adjoint_a, adjoint_b)
|