Home
last modified time | relevance | path

Searched refs:has_default (Results 1 – 25 of 72) sorted by relevance

123

/third_party/boost/boost/parameter/
Ddeduced.hpp88 using has_default = ::boost::mp11::mp_if< typedef
94 struct has_default
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_inputs_adjust.cc94 if (param_node->has_default()) { in ReplaceInt64ParameterNode()
118 if (!param_node->has_default()) { in ValidParameterNode()
179 if (param_node == nullptr || param_node->has_default()) { in ReplaceTransposeWithGraphInput()
200 if (perm_param == nullptr || !perm_param->has_default() || in ReplaceTransposeWithGraphInput()
253 if (param_node == nullptr || !param_node->has_default()) { in AdjustStridedSlice()
/third_party/boost/boost/parameter/aux_/pack/
Dparameter_requirements.hpp20 typedef HasDefault has_default; typedef
Das_parameter_requirements.hpp26 , ::boost::parameter::aux::has_default<ParameterSpec>
Dsatisfies.hpp76 , typename ParameterRequirements::has_default
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_vm.cc149 … slots_.count(node) == 0 && const_parameter != nullptr && const_parameter->has_default()) { in Ref()
180 …if (auto parameter = dyn_cast<Parameter>(input); parameter != nullptr && parameter->has_default())… in AddExternal()
274 if (param->has_default()) { in PushParameters()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dparam_replace.h44 if (param_node == nullptr || !param_node->has_default() || node->func_graph() == top_graph) { in operator()
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.h130 bool has_default; member
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dgelu_fusion.cc58 if (!parameter_node->has_default() || parameter_node->default_param() == nullptr) { in GetParameterValue()
Dtf_lstm_cell_fusion.cc233 if (!weight_param->has_default() || weight_param->default_param() == nullptr) { in SplitWeights()
286 if (!old_bias_param->has_default() || old_bias_param->default_param() == nullptr) { in PopulateBiasNode()
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dunused_transpose_node_remove_pass.cc46 if (!perm_param->has_default() || perm_param->default_param() == nullptr) { in GetTransposePerm()
Dslice_prepose_pass.cc49 …if (param_node == nullptr || !param_node->has_default() || param_node->default_param() == nullptr)… in GetSliceBeginAndSize()
87 MS_ASSERT(param->has_default()); in GetDefaultParamShape()
108 if (utils::isa<ParameterPtr>(nodePtr) && nodePtr->cast<ParameterPtr>()->has_default()) { in IsScalarNode()
162 if (!perm_param->has_default() || perm_param->default_param() == nullptr) { in GetTransposePerm()
816 if (!parameter->has_default()) { // if one input is input placeholder, we can't change it in GetArithmeticInputInfo()
926 if (!reshape_input_shape->has_default()) { in PreposeWithReshape()
/third_party/mindspore/mindspore/lite/tools/common/
Dfunc_graph_subgraph.cc205 if (!input_parameter->has_default()) { in InitSubGraphNode()
243 if (!input_parameter->has_default()) { in InitSubGraphInNode()
517 if (!parameter->has_default()) { in CreateParameterForPartialSubGraph()
/third_party/boost/boost/parameter/aux_/
Dtagged_argument.hpp336 static BOOST_CONSTEXPR typename ParameterRequirements::has_default
559 static BOOST_CONSTEXPR typename ParameterRequirements::has_default
806 static BOOST_CONSTEXPR typename ParameterRequirements::has_default
Darg_list.hpp136 static typename ParameterRequirements::has_default
644 static typename ParameterRequirements::has_default
/third_party/mesa3d/src/intel/common/
Dintel_decoder.h191 bool has_default; member
/third_party/mindspore/mindspore/ccsrc/utils/
Dcallbacks_ge.cc55 if (param_node->has_default()) { in GetParameterShape()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dquant_cast.cc136 … is_graph_input = input_node->isa<Parameter>() && !input_node->cast<ParameterPtr>()->has_default(); in Run()
/third_party/mindspore/mindspore/lite/tools/converter/acl/common/
Dutils.cc131 if (!param_ptr->has_default()) { in GetIntParameterData()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc77 if (old_param->has_default()) { in CloneParameter()
264 if (free_var_param->has_default()) { in GenParameters()
281 if (old_param->has_default()) { in CloneParameter()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_inputs_adjust.cc114 if (param_node->has_default()) { in ReplaceInt64ParameterNode()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/
Dmodel_converter.cc34 if (para->has_default()) { in GetParams()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dparameter_manager.cc321 if (!cloned_parameter->has_default()) { in ParameterIsCloned()
479 if (!be_cloned_parameter->has_default()) { in SetClonedTensorShapeForOptimizer()
/third_party/mindspore/tests/ut/cpp/session/
Dkernel_graph_test.cc90 EXPECT_TRUE(new_weight_parameter_node->has_default()); in TEST_F()
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
Dquickbook_output.hpp678 bool has_default = false; in quickbook_output() local
683 has_default = true; in quickbook_output()
690 if (has_default) in quickbook_output()
699 if (has_default) in quickbook_output()

123