Home
last modified time | relevance | path

Searched defs:cls_name (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/parallel/nn/
Dlayers.py143 def check_shape_value_on_axis(input_shape, dim, param_name, cls_name, target_value): argument
168 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
185 def _check_input_shape_value(input_shape, dim, param_name, cls_name, target_value): argument
/third_party/mindspore/mindspore/nn/loss/
Dloss.py122 def _check_is_tensor(param_name, input_data, cls_name): argument
587 def _check_label_dtype(labels_dtype, cls_name): argument
1062 def _check_reduced_shape_valid(ori_shape, reduced_shape, axis, cls_name): argument
1261 def _check_input_dtype(labels_dtype, cls_name): argument
/third_party/mindspore/mindspore/nn/layer/
Drnns.py42 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
47 def _check_batch_size_equal(batch_size_x, batch_size_hx, cls_name): argument
54 def _check_is_tensor(param_name, input_data, cls_name): argument
Dlstm.py42 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
Dembedding.py47 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
Dimage.py133 def _check_input_dtype(input_dtype, param_name, allow_dtypes, cls_name): argument
Dmath.py50 def _check_input_dtype(param_name, input_dtype, allow_dtypes, cls_name): argument
Dbasic.py1378 def _check_input_dim(axis, dim, cls_name): argument
/third_party/flutter/engine/flutter/lib/ui/plugins/
Dcallback_cache.cc162 Dart_Handle cls_name = class_name.empty() ? Dart_Null() : ToDart(class_name); in LookupDartClosure() local
/third_party/mindspore/mindspore/nn/
Dlearning_rate_schedule.py48 def _check_inputs(learning_rate, decay_rate, decay_steps, is_stair, cls_name): argument
Dcell.py221 def cls_name(self): member in Cell
/third_party/python/Lib/
Denum.py44 def _is_private(cls_name, name): argument
Ddataclasses.py1334 def make_dataclass(cls_name, fields, *, bases=(), namespace=None, init=True, argument
/third_party/python/Lib/email/
Dheaderregistry.py256 def _reconstruct_header(cls_name, bases, value): argument
/third_party/mindspore/mindspore/nn/optim/
Dthor.py106 def _check_param(momentum, frequency, lr, cls_name): argument
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Ddata_converter.cc664 std::string cls_name = py::cast<std::string>(python_adapter::GetPyObjAttr(cls_obj, "__name__")); in ParseDataClass() local