Searched refs:input_mat (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | random_shuffle_op.cc | 50 static void IndexedShuffle(const int64 size, const InT& input_mat, in IndexedShuffle() argument 58 output_mat.template chip<0>(i) = input_mat.template chip<0>(permutation[i]); in IndexedShuffle() 93 const auto input_mat = input.flat_outer_dims<T>(); in Compute() local 96 IndexedShuffle<int32>(size, input_mat, output_mat, uniform); in Compute() 98 IndexedShuffle<int64>(size, input_mat, output_mat, uniform); in Compute()
|
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | factorization_ops_test_utils.py | 98 def calculate_loss(input_mat, row_factors, col_factors, regularization=None, argument 125 row_indices, col_indices = array_ops.split(input_mat.indices, 133 indices=input_mat.indices, 135 dense_shape=input_mat.dense_shape) 143 resid = sparse_ops.sparse_add(input_mat, sp_approx * (-1))
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 298 t/reference/read/input_mat.miff 476 t/reference/write/read/input_mat.miff
|