Home
last modified time | relevance | path

Searched defs:param_type (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution.h60 param_type() { init(); } in param_type() function
63 explicit param_type(InputIterator begin, InputIterator end) in param_type() function
68 explicit param_type(std::initializer_list<double> weights) : p_(weights) { in param_type() function
73 explicit param_type(size_t nw, double xmin, double xmax, in param_type() function
224 using param_type = typename discrete_distribution<IntType>::param_type; variable
Dpoisson_distribution.h133 poisson_distribution<IntType>::param_type::param_type(double mean) in param_type() function
245 using param_type = typename poisson_distribution<IntType>::param_type; variable
Dzipf_distribution.h149 zipf_distribution<IntType>::param_type::param_type( in param_type() function
253 using param_type = typename zipf_distribution<IntType>::param_type; variable
Duniform_int_distribution_test.cc47 using param_type = in TYPED_TEST() typedef
135 using param_type = in TYPED_TEST() typedef
Duniform_real_distribution_test.cc82 using param_type = in TYPED_TEST() typedef
246 using param_type = in TYPED_TEST() typedef
Dexponential_distribution.h151 using param_type = typename exponential_distribution<RealType>::param_type; variable
Dbeta_distribution.h57 explicit param_type(result_type alpha, result_type beta) in param_type() function
411 using param_type = typename beta_distribution<RealType>::param_type; variable
/third_party/protobuf/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution.h62 param_type() { init(); } in param_type() function
65 explicit param_type(InputIterator begin, InputIterator end) in param_type() function
70 explicit param_type(std::initializer_list<double> weights) : p_(weights) { in param_type() function
75 explicit param_type(size_t nw, double xmin, double xmax, in param_type() function
226 using param_type = typename discrete_distribution<IntType>::param_type; variable
Dpoisson_distribution.h135 poisson_distribution<IntType>::param_type::param_type(double mean) in param_type() function
249 using param_type = typename poisson_distribution<IntType>::param_type; variable
Dzipf_distribution.h151 zipf_distribution<IntType>::param_type::param_type( in param_type() function
255 using param_type = typename zipf_distribution<IntType>::param_type; variable
Dbeta_distribution.h59 explicit param_type(result_type alpha, result_type beta) in param_type() function
413 using param_type = typename beta_distribution<RealType>::param_type; variable
Dexponential_distribution.h152 using param_type = typename exponential_distribution<RealType>::param_type; variable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/custom_compiler/
Dtemplate.json8 "param_type": "required", string
18 "param_type": "required", string
30 "param_type": "required", string
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py1337 def make_param(param_type, param_name): argument
1339 def insert_name(param_type, param_name, pos): argument
1577 def get_capture_param_type_name(param_type): argument
2090 def is_packed_enum_param_type(param_type): argument
2094 def add_namespace(param_type): argument
2118 def get_gl_pointer_type(param_type): argument
2135 def get_param_type_type(param_type): argument
2140 def get_gl_param_type_type(param_type): argument
2153 def get_param_type_union_name(param_type): argument
2157 def format_param_type_union_type(param_type): argument
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/
Dtest_global_norm.py37 def __init__(self, param_type, strategy1, strategy2): argument
53 def __init__(self, param_type, strategy1, strategy2): argument
73 def __init__(self, param_type, strategy1, strategy2): argument
111 interleaved_batch=2, stages=1, micro_size=1, param_type=np.float32, argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/tbe/
Dtbe_single_dynamic_rnn_build.json1 …mat":"NC1HWC0","name":"x_0","ori_format":"NCHW","ori_shape":[2,16,64],"param_type":"required","ran… string
Dtbe_single_dynamic_rnn_select.json1 …format":"NCHW","name":"x_0","ori_format":"NCHW","ori_shape":[2,16,64],"param_type":"required","ran… string
Dtbe_single_layer_norm_select.json1 …2","format":"NCHW","name":"x_0","ori_format":"NCHW","ori_shape":[2,3],"param_type":"required","ran… string
Dtbe_single_layer_norm_build.json1 …"format":"NC1HWC0","name":"x_0","ori_format":"NCHW","ori_shape":[2,3],"param_type":"required","ran… string
/third_party/skia/third_party/externals/tint/src/transform/
Dmodule_scope_var_to_entry_point_param.cc203 auto* param_type = ctx.dst->ty.pointer( in Process() local
249 auto* param_type = store_type(); in Process() local
299 auto* param_type = ctx.dst->ty.pointer(ctx.dst->ty.Of(str), in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/
Dop_info_register.py534 def input(self, index=None, name=None, param_type=None, **kwargs): argument
551 def output(self, index=None, name=None, param_type=None, **kwargs): argument
594 def input(self, index=None, name=None, param_type=None, **kwargs): argument
627 def attr(self, name=None, param_type=None, value_type=None, **kwargs): argument
933 …def attr(self, name=None, param_type=None, value_type=None, value=None, default_value=None, **kwar… argument
952 …def input(self, index=None, name=None, need_compile=None, param_type=None, shape=None, value_depen… argument
976 … def output(self, index=None, name=None, need_compile=None, param_type=None, shape=None, **kwargs): argument
1022 def input(self, index=None, name=None, param_type="required", **kwargs): argument
1058 def output(self, index=None, name=None, param_type="required", **kwargs): argument
1115 def attr(self, name=None, param_type=None, value_type=None, default_value=None, **kwargs): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dgenerator.h31 using param_type = int64_t; variable
/third_party/libcoap/src/oscore/
Doscore.c53 oscore_cs_params(int8_t param, int8_t param_type, size_t *len) { in oscore_cs_params()
74 oscore_cs_key_params(cose_curve_t param, int8_t param_type, size_t *len) { in oscore_cs_key_params()
/third_party/openssl/crypto/asn1/
Dx_algor.c76 int param_type; in X509_ALGOR_set_md() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/caffe/
Dcaffe_custom_parser.cc29 …ributeType(custom::AttributeType *attribue_type, const caffe::CustomAttribute_AttributeType &param… in GetAttributeType()

1234