Home
last modified time | relevance | path

Searched refs:default_slice (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/numeric/ublas/
Dexpression_types.hpp210 typedef basic_slice<> default_slice; typedef in boost::numeric::ublas::vector_expression
221 const_vector_slice_type operator () (const default_slice &s) const { in operator ()()
225 vector_slice_type operator () (const default_slice &s) { in operator ()()
248 const_vector_slice_type project (const default_slice &s) const { in project()
252 vector_slice_type project (const default_slice &s) { in project()
344 typedef basic_slice<> default_slice; typedef in boost::numeric::ublas::matrix_expression
381 … const_matrix_slice_type operator () (const default_slice &s1, const default_slice &s2) const { in operator ()()
385 matrix_slice_type operator () (const default_slice &s1, const default_slice &s2) { in operator ()()
408 const_matrix_slice_type project (const default_slice &s1, const default_slice &s2) const { in project()
412 matrix_slice_type project (const default_slice &s1, const default_slice &s2) { in project()
/third_party/mindspore/mindspore/numpy/
Darray_ops.py2065 default_slice = default.astype(F.dtype(choicelist)).reshape(slice_size)
2067 default_slice = F.fill(F.dtype(choicelist), slice_size, default)
2071 default_slice = F.select(cond_slice.astype(mstype.bool_), choice_slice, default_slice)
2072 return F.reshape(default_slice, (case_size)).astype(dtype)