Home
last modified time | relevance | path

Searched defs:cache_result (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph_build.cc631 auto cache_result = graph_->GetSideEffect()->LoadGlobal(graph_->GetModuleName(), instr.name()); in DoGlobalAccess() local
782 auto cache_result = graph_->GetSideEffect()->LoadAttr(o, instr.name()); in DoAttrAccess() local
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dproject.rs1143 let cache_result = if use_cache { in opt_normalize_projection_type() localVariable