Home
last modified time | relevance | path

Searched defs:new_slice (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dslice_prepose_pass.cc233 auto new_slice = std::make_shared<mindspore::ops::SliceFusion>(); in CreateSliceValueNode() local
251 auto new_slice = std::make_shared<mindspore::ops::SliceFusion>(); in CopySliceValueNode() local
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Doperand.rs54 pub fn new_slice(val: Scalar<Prov>, len: u64, cx: &impl HasDataLayout) -> Self { in new_slice() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dsty.rs2097 pub fn new_slice(tcx: TyCtxt<'tcx>, ty: Ty<'tcx>) -> Ty<'tcx> { in new_slice() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs3484 pub fn new_slice(ty: Type) -> Type { in new_slice() method