Home
last modified time | relevance | path

Searched defs:is_init (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/common/
Dparameter.py360 def is_init(self): member in Parameter
369 def is_init(self, is_init_): member in Parameter
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c111 static gsize is_init = 0; in _gst_dtls_init_openssl() local
/third_party/mindspore/mindspore/core/ir/
Dtensor.h285 bool is_init() const { return init_flag_; } in is_init() function
/third_party/boost/boost/math/special_functions/
Dzeta.hpp891 static BOOST_MATH_THREAD_LOCAL bool is_init = false; in zeta_imp_odd_integer() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc80 bool is_init = false; in GetPriorityMatchFormat() local
/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
985 bool is_init = afterOutputs.size() > 1 && (*diverg_info_map)[callParam.node_name].size() == 1; in DoInference() local