/third_party/boost/boost/parameter/ |
D | deduced.hpp | 88 using has_default = ::boost::mp11::mp_if< typedef 94 struct has_default
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_inputs_adjust.cc | 94 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/ |
D | parameter_requirements.hpp | 20 typedef HasDefault has_default; typedef
|
D | as_parameter_requirements.hpp | 26 , ::boost::parameter::aux::has_default<ParameterSpec>
|
D | satisfies.hpp | 76 , typename ParameterRequirements::has_default
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/ |
D | acl_vm.cc | 149 … 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/ |
D | param_replace.h | 44 if (param_node == nullptr || !param_node->has_default() || node->func_graph() == top_graph) { in operator()
|
/third_party/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.h | 130 bool has_default; member
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
D | gelu_fusion.cc | 58 if (!parameter_node->has_default() || parameter_node->default_param() == nullptr) { in GetParameterValue()
|
D | tf_lstm_cell_fusion.cc | 233 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/ |
D | unused_transpose_node_remove_pass.cc | 46 if (!perm_param->has_default() || perm_param->default_param() == nullptr) { in GetTransposePerm()
|
D | slice_prepose_pass.cc | 49 …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/ |
D | func_graph_subgraph.cc | 205 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_/ |
D | tagged_argument.hpp | 336 static BOOST_CONSTEXPR typename ParameterRequirements::has_default 559 static BOOST_CONSTEXPR typename ParameterRequirements::has_default 806 static BOOST_CONSTEXPR typename ParameterRequirements::has_default
|
D | arg_list.hpp | 136 static typename ParameterRequirements::has_default 644 static typename ParameterRequirements::has_default
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.h | 191 bool has_default; member
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | callbacks_ge.cc | 55 if (param_node->has_default()) { in GetParameterShape()
|
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/ |
D | quant_cast.cc | 136 … is_graph_input = input_node->isa<Parameter>() && !input_node->cast<ParameterPtr>()->has_default(); in Run()
|
/third_party/mindspore/mindspore/lite/tools/converter/acl/common/ |
D | utils.cc | 131 if (!param_ptr->has_default()) { in GetIntParameterData()
|
/third_party/mindspore/mindspore/core/ir/ |
D | func_graph_cloner.cc | 77 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/ |
D | tflite_inputs_adjust.cc | 114 if (param_node->has_default()) { in ReplaceInt64ParameterNode()
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/ |
D | model_converter.cc | 34 if (para->has_default()) { in GetParams()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | parameter_manager.cc | 321 if (!cloned_parameter->has_default()) { in ParameterIsCloned() 479 if (!be_cloned_parameter->has_default()) { in SetClonedTensorShapeForOptimizer()
|
/third_party/mindspore/tests/ut/cpp/session/ |
D | kernel_graph_test.cc | 90 EXPECT_TRUE(new_weight_parameter_node->has_default()); in TEST_F()
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/ |
D | quickbook_output.hpp | 678 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()
|