Searched refs:row_indices (Results 1 – 8 of 8) sorted by relevance
/external/eigen/doc/examples/ |
D | nullary_indexing.cpp | 20 …indexing_functor(const ArgType& arg, const RowIndexType& row_indices, const ColIndexType& col_indi… in indexing_functor() argument 21 : m_arg(arg), m_rowIndices(row_indices), m_colIndices(col_indices) in indexing_functor() 33 indexing(const Eigen::MatrixBase<ArgType>& arg, const RowIndexType& row_indices, const ColIndexType… in indexing() argument 37 …return MatrixType::NullaryExpr(row_indices.size(), col_indices.size(), Func(arg.derived(), row_ind… in indexing()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format.py | 345 row_indices = [None] * batch_size 376 row_indices[batch_pos:batch_pos + num_matches] = [prev_r] * num_matches 398 row_indices[batch_pos:batch_pos + num_matches] = [prev_r] * num_matches 401 return are_omitted, row_indices, start_columns, end_columns 403 return are_omitted[0], row_indices[0], start_columns[0], end_columns[0]
|
/external/perfetto/src/trace_processor/ |
D | row_iterators.cc | 87 VectorRowIterator::VectorRowIterator(std::vector<uint32_t> row_indices) in VectorRowIterator() argument 88 : row_indices_(std::move(row_indices)) {} in VectorRowIterator()
|
D | row_iterators.h | 64 explicit VectorRowIterator(std::vector<uint32_t> row_indices);
|
/external/tensorflow/tensorflow/contrib/layers/python/ops/ |
D | sparse_ops.py | 221 row_indices = indices[:, row_axis] 225 col_indices + 1, row_indices, num_rows, name=name)
|
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | factorization_ops_test_utils.py | 125 row_indices, col_indices = array_ops.split(input_mat.indices, 128 gathered_row_factors = array_ops.gather(row_factors, row_indices)
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | feeding_queue_runner_test.py | 38 def get_rows(array, row_indices): argument 39 rows = [array[i] for i in row_indices]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_concat_ops.py | 256 row_indices = math_ops.range(rt_nrows * num_inputs) 257 row_index_matrix = array_ops.reshape(row_indices, [num_inputs, -1])
|