Home
last modified time | relevance | path

Searched refs:datatypes (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/boost/libs/mpi/test/
Dsendrecv_vector.cpp41 array<MPI_Datatype, 3> datatypes{ in get_mpi_datatype() local
50 , datatypes.data() in get_mpi_datatype()
/third_party/libxml2/test/relaxng/
Dtutor5_1.rng2 <data type="int" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"/>
Dtutor7_2.rng2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
Dtutor7_1.rng2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
Dtutor7_3.rng2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
Dtutor5_2.rng2 datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
DtutorA.rng1 <grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
Dambig_name-class.rng1 <grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
/third_party/openssl/doc/man3/
DPEM_read_CMS.pod57 as a placeholder for any of the OpenSSL datatypes, such as I<X509>.
61 These routines convert between local instances of ASN1 datatypes and
DBIO_get_ex_new_index.pod36 for any of the OpenSSL datatypes listed in
DX509_dup.pod269 as a placeholder for any of the OpenSSL datatypes, such as I<X509>.
/third_party/mindspore/mindspore/nn/wrap/
Dgrad_reducer.py408 datatypes = self.map_(F.partial(_get_datatype), grads)
426 new_grad = self.map_(F.partial(_cast_datatype), datatypes, new_grad)
Dcell_wrapper.py667 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/
DREADME.md1 node-asn1 is a library for encoding and decoding ASN.1 datatypes in pure JS.
/third_party/boost/libs/mpi/doc/
Dc_mapping.qbk178 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/
Dschema.dict9 # Primitive datatypes
/third_party/libxml2/
Drngparser.c95 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/
Dindex.rst49 datatypes.rst
/third_party/boost/libs/mpi/build/
DJamfile.v2101 python/datatypes.cpp
/third_party/mindspore/mindspore/dataset/transforms/
Dc_transforms.py26 from ..core.datatypes import mstype_to_detype
/third_party/libxml2/os400/libxmlrpg/
DxmlIO.rpgle14 * 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/
Dtransforms.py56 from ..core.datatypes import mstype_to_detype
/third_party/jsoncpp/doc/
Djsoncpp.dox71 // Try other datatypes. Some are auto-convertible to others.
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_config.h.in44 /* C datatypes */
/third_party/EGL/api/
Dregistry.rnc10 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes"

12345