Searched refs:datatypes (Results 1 – 25 of 112) sorted by relevance
12345
/third_party/boost/libs/mpi/test/ |
D | sendrecv_vector.cpp | 41 array<MPI_Datatype, 3> datatypes{ in get_mpi_datatype() local 50 , datatypes.data() in get_mpi_datatype()
|
/third_party/libxml2/test/relaxng/ |
D | tutor5_1.rng | 2 <data type="int" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"/>
|
D | tutor7_2.rng | 2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
D | tutor7_1.rng | 2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
D | tutor7_3.rng | 2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
D | tutor5_2.rng | 2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
|
D | tutorA.rng | 1 <grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
|
D | ambig_name-class.rng | 1 <grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
|
/third_party/openssl/doc/man3/ |
D | PEM_read_CMS.pod | 57 as a placeholder for any of the OpenSSL datatypes, such as I<X509>. 61 These routines convert between local instances of ASN1 datatypes and
|
D | BIO_get_ex_new_index.pod | 36 for any of the OpenSSL datatypes listed in
|
D | X509_dup.pod | 269 as a placeholder for any of the OpenSSL datatypes, such as I<X509>.
|
/third_party/mindspore/mindspore/nn/wrap/ |
D | grad_reducer.py | 408 datatypes = self.map_(F.partial(_get_datatype), grads) 426 new_grad = self.map_(F.partial(_cast_datatype), datatypes, new_grad)
|
D | cell_wrapper.py | 667 datatypes = self.map_(F.partial(_get_datatype), self.params) 670 new_params = self.map_(F.partial(_cast_datatype), datatypes, params)
|
/third_party/node/deps/npm/node_modules/asn1/ |
D | README.md | 1 node-asn1 is a library for encoding and decoding ASN.1 datatypes in pure JS.
|
/third_party/boost/libs/mpi/doc/ |
D | c_mapping.qbk | 178 datatypes functionality. Instead, Boost.MPI relies on the 179 _Serialization_ library to construct MPI datatypes for user-defined 182 marked as "MPI datatypes" using [classref 185 The derived datatypes table that follows describes which C++ types 188 when building datatypes of a certain form. Since the actual datatypes 192 [table Derived datatypes 243 MPI's unpacking facilities. As with datatypes, Boost.MPI provides an
|
/third_party/libxml2/fuzz/ |
D | schema.dict | 9 # Primitive datatypes
|
/third_party/libxml2/ |
D | rngparser.c | 95 xmlHashTablePtr datatypes; member 542 if (ctxt->datatypes == NULL) in xmlParseCRNG_bindDatatypePrefix() 543 ctxt->datatypes = xmlHashCreate(10); in xmlParseCRNG_bindDatatypePrefix() 544 if (ctxt->datatypes == NULL) { in xmlParseCRNG_bindDatatypePrefix() 548 ret = xmlHashAddEntry(ctxt->datatypes, prefix, in xmlParseCRNG_bindDatatypePrefix() 593 ret = xmlHashLookup(ctxt->datatypes, prefix); in xmlParseCRNG_lookupDatatypePrefix()
|
/third_party/python/Doc/library/ |
D | index.rst | 49 datatypes.rst
|
/third_party/boost/libs/mpi/build/ |
D | Jamfile.v2 | 101 python/datatypes.cpp
|
/third_party/mindspore/mindspore/dataset/transforms/ |
D | c_transforms.py | 26 from ..core.datatypes import mstype_to_detype
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xmlIO.rpgle | 14 * Those are the functions and datatypes for the parser input 66 * Those are the functions and datatypes for the library output
|
/third_party/mindspore/mindspore/dataset/text/ |
D | transforms.py | 56 from ..core.datatypes import mstype_to_detype
|
/third_party/jsoncpp/doc/ |
D | jsoncpp.dox | 71 // Try other datatypes. Some are auto-convertible to others.
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_config.h.in | 44 /* C datatypes */
|
/third_party/EGL/api/ |
D | registry.rnc | 10 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes"
|
12345