Searched defs:slice_c (Results 1 – 3 of 3) sorted by relevance
93 constexpr auto slice_c = [](auto&& xs) { in __anon893a752b0202() variable101 constexpr slice_c_t<from, to> slice_c{}; variable
93 constexpr auto slice_c = [](auto&& xs) { in __anon924aaa7e0202() variable101 constexpr slice_c_t<from, to> slice_c{}; variable
239 auto slice_c = GetValueNode<std::shared_ptr<mindspore::ops::SliceFusion>>(slice_cnode->input(0)); in CopySliceValueNode() local