Home
last modified time | relevance | path

Searched defs:fn_node (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dunpack_call.cc56 AnfNodePtr fn_node = res_graph->add_parameter(); in GenerateFuncGraph() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_is_empty_from_len.rs43 let fn_node = ctx.find_node_at_offset::<ast::Fn>()?; in generate_is_empty_from_len() localVariable
Dgenerate_default_from_new.rs43 let fn_node = ctx.find_node_at_offset::<ast::Fn>()?; in generate_default_from_new() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Dsuggestions.rs848 let fn_node = self.tcx.hir().find(fn_id); in try_suggest_return_impl_trait() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Dparse.cc602 void Parser::GenerateArgsNodeForFunction(const FunctionBlockPtr &block, const py::object &fn_node) { in GenerateArgsNodeForFunction()
637 …er::GenerateArgsDefaultValueForFunction(const FunctionBlockPtr &block, const py::object &fn_node) { in GenerateArgsDefaultValueForFunction()