Home
last modified time | relevance | path

Searched refs:get_data_type (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/batch/
H A Dcommands.py31 def get_data_type(name): function
87 with self.command_group('batch application summary', get_data_type('application')) as g:
91 with self.command_group('batch pool supported-images', get_data_type('account')) as g:
94 with self.command_group('batch pool node-counts', get_data_type('account')) as g:
97 …with self.command_group('batch certificate', get_data_type('certificate'), client_factory=get_data…
103 pool_type = get_data_type('pool')
121 …with self.command_group('batch job', get_data_type('job'), client_factory=get_data_factory('job'))…
135 with self.command_group('batch job-schedule', get_data_type('job_schedule')) as g:
146 …with self.command_group('batch task', get_data_type('task'), client_factory=get_data_factory('task…
156 file_type = get_data_type('file')
[all …]
/dports/math/ideep/ideep-2.0.0-119-gb57539e/python/ideep4py/py/total_reduce/
H A Dtotal_reduce_py.h248 if (send_buf->get()->get_data_type() != recv_buf->get()->get_data_type()) { in _allreduce()
254 switch (send_buf->get()->get_data_type()) { in _allreduce()
280 if (send_buf->get()->get_data_type() != recv_buf->get()->get_data_type()) { in _iallreduce()
286 switch (send_buf->get()->get_data_type()) { in _iallreduce()
312 if (send_buf->get()->get_data_type() != recv_buf->get()->get_data_type()) { in _iallreduce()
318 switch (send_buf->get()->get_data_type()) { in _iallreduce()
348 switch (buf->get()->get_data_type()) { in _bcast()
/dports/databases/soci/soci-4.0.1/tests/mysql/
H A Dtest-mysql.cpp452 CHECK(r->get_properties(0).get_data_type() == dt_string);
454 CHECK(r->get_properties(1).get_data_type() == dt_string);
456 CHECK(r->get_properties(2).get_data_type() == dt_string);
459 CHECK(r->get_properties(0).get_data_type() == dt_string);
461 CHECK(r->get_properties(1).get_data_type() == dt_string);
463 CHECK(r->get_properties(2).get_data_type() == dt_string);
467 CHECK(r->get_properties(0).get_data_type() == dt_string);
469 CHECK(r->get_properties(1).get_data_type() == dt_string);
471 CHECK(r->get_properties(2).get_data_type() == dt_string);
474 CHECK(r->get_properties(0).get_data_type() == dt_string);
[all …]
/dports/math/ideep/ideep-2.0.0-119-gb57539e/include/ideep/
H A Ddistribute.hpp235 if (send_buf.get_data_type() != recv_buf.get_data_type()) { in _allreduce()
241 switch (send_buf.get_data_type()) { in _allreduce()
266 if (send_buf.get_data_type() != recv_buf.get_data_type()) { in _iallreduce()
272 switch (send_buf.get_data_type()) { in _iallreduce()
296 switch (buf.get_data_type()) { in _bcast()
H A Dcomputations.hpp2883 src.get_data_type(), in compute_impl()
2932 src.get_data_type(), in compute_impl()
3164 grady.get_data_type(), in compute_impl()
3373 src.get_data_type(), in compute_impl()
3421 src.get_data_type(), in compute_impl()
5884 switch(src.get_data_type()) { in compute()
5972 switch(gy.get_data_type()) { in compute()
6077 switch(src.get_data_type()) { in do_compute()
6292 src.get_data_type(), in sum_fast_along_axis()
6498 src.get_data_type(), in sum_common_along_axis()
[all …]
H A Dtensor.hpp237 inline data_type get_data_type() const { in get_data_type() function
569 IDEEP_ENFORCE(!(input.get_data_type() == data_type::s8 in descriptor()
570 && output.get_data_type() == data_type::u8), in descriptor()
822 inline data_type get_data_type() const { in get_data_type() function in ideep::param
963 || get_data_type() != data_type::f32; in need_reorder()
1022 set_descriptor({adims, get_data_type(), format::goihw}); in make_group()
1032 set_descriptor({adims, get_data_type(), format::oihw}); in make_ungroup()
1068 {get_dims(), get_data_type(), engine::default_format(ndims())}, in reorder_to()
1092 descriptor desc(oihw_dims, get_data_type(), format::oihw); in iohw_definedby_blocked()
1289 p.init<alloc, computation_t>({get_dims(), get_data_type()}); in reshape()
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/core/datamodel/
H A Dmodels.py44 def get_data_type(self): member in DataModel
173 def get_data_type(self): member in BooleanModel
248 def get_data_type(self): member in ProxyModel
371 def get_data_type(self): member in EphemeralPointerModel
393 def get_data_type(self): member in EphemeralArrayModel
436 def get_data_type(self): member in UniTupleModel
524 def get_data_type(self): member in StructModel
891 def get_data_type(self): member in NestedArrayModel
946 def get_data_type(self): member in RecordModel
981 def get_data_type(self): member in UnicodeCharSeq
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/pymoab/pymoab/
H A Dtag.pyx22 t = self.inst.get_data_type()
27 def get_data_type(self): member in Tag
37 return self.inst.get_data_type()
43 return _DTYPE_CONV[self.inst.get_data_type()]
70 outstr += ", Type: " + _TAG_TYPE_STRS[self.get_data_type()]
/dports/math/ideep/ideep-2.0.0-119-gb57539e/python/ideep4py/py/primitives/
H A Dbn_py.h79 {variance.get_dims(), src->get()->get_data_type(), in Forward()
105 _scale.reinit({{_scale.get_nelems() / 2}, _scale.get_data_type(), format::x}); in Backward()
132 weights_.get_data_type(), format::x}, in Forward()
135 weights_.get_data_type(), format::x}, in Forward()
153 {variance.get_dims(), src->get()->get_data_type(), in Forward()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda4dnn/csl/cudnn/
H A Dcudnn.hpp48 template <class> cudnn_data_enum_type get_data_type();
49 template <> inline cudnn_data_enum_type get_data_type<half>() { return CUDNN_DATA_HALF; } in get_data_type() function
50 template <> inline cudnn_data_enum_type get_data_type<float>() { return CUDNN_DATA_FLOAT; } in get_data_type() function
239 CUDNN_TENSOR_NCHW, detail::get_data_type<T>(), in constructor()
275 detail::get_data_type<T>(), rank, in constructor()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DTagInfo.cpp59 if (get_data_type() == MB_TYPE_BIT) { in equals_default_value()
75 const unsigned size = size_from_data_type(get_data_type()); in check_valid_sizes()
95 const unsigned type_size = size_from_data_type(get_data_type()); in validate_lengths()
/dports/www/firefox-esr/firefox-91.8.0/storage/variant/src/
H A Dlib.rs88 fn get_data_type(&self) -> u16; in get_data_type() method
96 fn get_data_type(&self) -> u16 { in get_data_type() method
101 Ok(match self.get_data_type().try_into()? { in try_clone()
218 Ok(match variant.get_data_type().try_into() { in from_variant()
/dports/www/firefox/firefox-99.0/storage/variant/src/
H A Dlib.rs88 fn get_data_type(&self) -> u16; in get_data_type() method
96 fn get_data_type(&self) -> u16 { in get_data_type() method
101 Ok(match self.get_data_type().try_into()? { in try_clone()
218 Ok(match variant.get_data_type().try_into() { in from_variant()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/variant/src/
H A Dlib.rs88 fn get_data_type(&self) -> u16; in get_data_type() method
96 fn get_data_type(&self) -> u16 { in get_data_type() method
101 Ok(match self.get_data_type().try_into()? { in try_clone()
218 Ok(match variant.get_data_type().try_into() { in from_variant()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/variant/src/
H A Dlib.rs88 fn get_data_type(&self) -> u16; in get_data_type() method
96 fn get_data_type(&self) -> u16 { in get_data_type() method
101 Ok(match self.get_data_type().try_into()? { in try_clone()
218 Ok(match variant.get_data_type().try_into() { in from_variant()
/dports/science/kim-api/kim-api-2.2.1/fortran/include/
H A Dkim_data_type_module.f90261 integer(c_int) recursive function get_data_type(index, data_type) &
268 end function get_data_type
274 ierr = get_data_type(index - 1, data_type)
/dports/math/ideep/ideep-2.0.0-119-gb57539e/python/ideep4py/py/mm/
H A Dbasic.h42 if (src_.get_data_type() != dst_.get_data_type() || in copyto()
/dports/databases/soci/soci-4.0.1/tests/firebird/
H A Dtest-firebird.cpp775 CHECK(r.get_properties(0).get_data_type() == dt_integer);
776 CHECK(r.get_properties(1).get_data_type() == dt_string);
777 CHECK(r.get_properties(2).get_data_type() == dt_double);
784 CHECK(r.get_properties("ID").get_data_type() == dt_integer);
785 CHECK(r.get_properties("MSG").get_data_type() == dt_string);
786 CHECK(r.get_properties("NTEST").get_data_type() == dt_double);
1192 CHECK(r.get_properties(0).get_data_type() == dt_string);
1194 CHECK(r.get_properties(1).get_data_type() == dt_string);
1196 CHECK(r.get_properties(2).get_data_type() == dt_string);
1200 CHECK(r.get_properties("NTEST1").get_data_type() == dt_string);
[all …]
/dports/databases/soci/soci-4.0.1/tests/
H A Dcommon-tests.h2076 CHECK(r.get_properties(0).get_data_type() == dt_double);
2077 CHECK(r.get_properties(1).get_data_type() == dt_integer);
2078 CHECK(r.get_properties(2).get_data_type() == dt_string);
2079 CHECK(r.get_properties(3).get_data_type() == dt_date);
2083 CHECK(r.get_properties(4).get_data_type() == dt_string);
2150 CHECK(r.get_properties(0).get_data_type() == dt_double);
2151 CHECK(r.get_properties(1).get_data_type() == dt_integer);
2152 CHECK(r.get_properties(2).get_data_type() == dt_string);
2153 CHECK(r.get_properties(3).get_data_type() == dt_date);
2159 CHECK(r.get_properties(0).get_data_type() == dt_string);
[all …]
/dports/math/ideep/ideep-2.0.0-119-gb57539e/tests/
H A Dtest_ideep_convolution_forward.cc98 key = utils::create_key(src_.get_data_type(), src_.get_dims(), in TEST_P()
101 tensor::descriptor dst_desc(dst_dims_, src_.get_data_type()); in TEST_P()
117 tensor::descriptor dst_desc(dst_dims_, src_.get_data_type()); in TEST_P()
/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Dmap_if.py832 and self.children[0].get_data_type() == 'ID' \
841 and self.children[1].get_data_type() == 'ID' \
850 and self.children[0].children[0].get_data_type() == 'AN' \
855 and self.children[0].children[0].get_data_type() == 'ID' \
882 and self.children[0].get_data_type() == 'ID' \
892 and self.children[1].get_data_type() == 'ID' \
899 and self.children[0].children[0].get_data_type() == 'ID' \
938 if self.children[0].is_element() and self.children[0].get_data_type() == 'ID' \
942 …elif self.id == 'ENT' and self.children[1].is_element() and self.children[1].get_data_type() == 'I…
945 … elif self.children[0].is_composite() and self.children[0].children[0].get_data_type() == 'ID' \
[all …]
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_transaction.h235 TransactionDataType get_data_type () const;
396 TransactionDataType get_data_type () const;
/dports/devel/py-numba/numba-0.51.2/numba/experimental/
H A Dstructref.py73 valtype = struct_type.get_data_type()
87 valtype = struct_type.get_data_type()
303 model = context.data_model_manager[inst_type.get_data_type()]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/modules/
H A Dsops_encrypt.py104 def get_data_type(module): function
198 path, decode_output=False, output_type=get_data_type(module), rstrip=False,
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dgtk_helpers.py15 def get_data_type(self): member in MockSelData

1234567891011