Home
last modified time | relevance | path

Searched defs:new_param (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dfunc_graph_py.cc38 py::object new_param; in UpdateFuncGraphHyperParams() local
/third_party/mesa3d/src/compiler/glsl/
Dlower_vec_index_to_cond_assign.cpp146 ir_rvalue *new_param = convert_vector_extract_to_cond_assign(param); in visit_enter() local
Dopt_function_inlining.cpp365 ir_rvalue *new_param = param; in visit_leave() local
Dir_rvalue_visitor.cpp128 ir_rvalue *new_param = param; in rvalue_visit() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dfunc_graph_cloner.cc94 auto new_param = (is_add ? target->add_parameter(std::move(debug_info)) in CloneParameter() local
491 auto &new_param = replicated_map_node_[func_graph][param]; in OrderParameters() local
601 AnfNodePtr new_param = nullptr; in AddParameters() local
1055 auto new_param = new_func_graph->add_parameter(std::move(param_debug_info)); in TransformableClone() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/backend/
Dgraph_optimizer_test_framework.cc48 auto new_param = std::make_shared<Parameter>(graph_); in NewInput() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/
Dserialization.py155 def _update_param(param, new_param, strict_load): argument
208 def _type_convert(param, new_param, strict_load): argument
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dconsts.rs66 pub fn new_param(tcx: TyCtxt<'tcx>, param: ty::ParamConst, ty: Ty<'tcx>) -> Const<'tcx> { in new_param() method
Dsty.rs1945 pub fn new_param(tcx: TyCtxt<'tcx>, index: u32, name: Symbol) -> Ty<'tcx> { in new_param() method
/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling.cc829 auto* new_param = in ProcessStructParameter() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_kernel_splitter.cc92 auto new_param = std::make_shared<Parameter>(func_graph); in CreateParameters() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/
Dgrad.cc402 auto new_param = new_graph->add_parameter(); in CloneParameter() local
2368 auto new_param = curr_g()->add_parameter(); in RecordForwardGraphForInput() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/
Dconverter.cc1137 auto new_param = std::make_shared<ConverterPara>(); in SaveMindIRModel() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dtflite_lstm_cell_fusion.cc433 …mCellFusion::GetConcatedParam(const std::vector<AnfNodePtr> &params, const ParameterPtr &new_param, in GetConcatedParam()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc542 auto new_param = CreateOutputNodeParam(graph, param, ori_name); in CreateOtherPipeParams() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/
Dpynative_utils.cc138 AnfNodePtrList *make_tuple, AnfNodePtrList *new_param) { in PlantTupleParam()
1027 AnfNodePtrList new_param; in ProcessTupleParam() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas.cc977 auto new_param = CreateSomasParameter(node, index, param_size, kernel_name); in GetSomasParameter() local