Home
last modified time | relevance | path

Searched defs:slice_c (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/hana/fwd/
Dslice.hpp93 constexpr auto slice_c = [](auto&& xs) { in __anon893a752b0202() variable
101 constexpr slice_c_t<from, to> slice_c{}; variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dslice.hpp93 constexpr auto slice_c = [](auto&& xs) { in __anon924aaa7e0202() variable
101 constexpr slice_c_t<from, to> slice_c{}; variable
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dslice_prepose_pass.cc239 auto slice_c = GetValueNode<std::shared_ptr<mindspore::ops::SliceFusion>>(slice_cnode->input(0)); in CopySliceValueNode() local