Home
last modified time | relevance | path

Searched refs:is_init (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c111 static gsize is_init = 0; in _gst_dtls_init_openssl() local
113 if (g_once_init_enter (&is_init)) { in _gst_dtls_init_openssl()
142 g_once_init_leave (&is_init, 1); in _gst_dtls_init_openssl()
/third_party/mindspore/mindspore/common/
Dparameter.py360 def is_init(self): member in Parameter
368 @is_init.setter
369 def is_init(self, is_init_): member in Parameter
395 x.is_init = False
Dapi.py99 if not param.is_init:
101 param.is_init = True
463 self.is_init = False
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc80 bool is_init = false; in GetPriorityMatchFormat() local
88 priority_matched_format = !is_init ? pre_output_format : priority_matched_format; in GetPriorityMatchFormat()
89 is_init = true; in GetPriorityMatchFormat()
/third_party/boost/boost/math/special_functions/
Dzeta.hpp891 static BOOST_MATH_THREAD_LOCAL bool is_init = false; in zeta_imp_odd_integer() local
898 is_init = false; in zeta_imp_odd_integer()
900 if(!is_init) in zeta_imp_odd_integer()
902 is_init = true; in zeta_imp_odd_integer()
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc475 .def_property("init_flag", &Tensor::is_init, &Tensor::set_init_flag) in __anonff91c9900102()
579 .def("is_init", &Tensor::is_init, R"mydelimiter( in __anonff91c9900102()
/third_party/mindspore/mindspore/core/ir/
Dtensor.h285 bool is_init() const { return init_flag_; } in is_init() function
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfull_quant_quantizer.cc950 bool is_init = beforeInputs.size() > 1 && (*diverg_info_map)[callParam.node_name].size() == 1; in DoInference() local
951 if (is_init) { in DoInference()
985 bool is_init = afterOutputs.size() > 1 && (*diverg_info_map)[callParam.node_name].size() == 1; in DoInference() local
986 if (is_init) { in DoInference()
/third_party/mindspore/mindspore/nn/
Dcell.py927 param.is_init = False
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc373 if (it.second->is_init() == 0) { in InitParamWithData()