Home
last modified time | relevance | path

Searched defs:type_key (Results 101 – 125 of 238) sorted by relevance

12345678910

/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/stackvm/
H A Dstackvm_module.cc38 const char* type_key() const { in type_key() function in tvm::runtime::StackVMModuleNode
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/json/
H A Djson_runtime.h58 const char* type_key() const { return "json"; } in type_key() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/stackvm/
H A Dstackvm_module.cc40 const char* type_key() const { return "stackvm"; } in type_key() function in tvm::runtime::StackVMModuleNode
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/gui/widgets/
H A Dpager.py201 self.max_width = max(len(line) for line in source)
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDF_pages.cc142 QPDFObjectHandle type_key = cur_node.getKey("/Type"); in getAllPagesInternal() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/
H A Dmetadata_module.cc80 const char* type_key() const { return "metadata"; } in type_key() function in tvm::runtime::MetadataModuleNode
H A Dlibrary_module.cc42 const char* type_key() const final { return "library"; } in type_key() function in tvm::runtime::LibraryModuleNode
H A Dobject.cc256 int TVMObjectTypeKey2Index(const char* type_key, unsigned* out_tindex) { in TVMObjectTypeKey2Index()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/onc/
H A Donc_parsed_certificates.cc211 const base::Value* type_key = onc_certificate.FindKeyOfType( in ParseCertificate() local
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dtype.c189 char *type_key = r_str_newf ("struct.%s.%s", sname, cur); in get_struct_type() local
251 char *type_key = r_str_newf ("union.%s.%s", sname, cur); in get_union_type() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/runtime/
H A Dmodule.py118 def type_key(self): member in Module
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/
H A Dobject.cc221 int TVMObjectTypeKey2Index(const char* type_key, unsigned* out_tindex) { in TVMObjectTypeKey2Index()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/
H A Dobject.cc221 int TVMObjectTypeKey2Index(const char* type_key, unsigned* out_tindex) { in TVMObjectTypeKey2Index()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/tools/cddl/
H A Dsema.h87 absl::optional<uint64_t> type_key; member
304 absl::optional<uint64_t> type_key; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/tools/cddl/
H A Dsema.h87 absl::optional<uint64_t> type_key; member
304 absl::optional<uint64_t> type_key; member
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dparameter_xml.c150 static const char * const type_key = "TYPE"; variable
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/runtime/
H A Dvm.h588 const char* type_key() const final { in type_key() function
702 const char* type_key() const final { in type_key() function
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/runtime/
H A Dvm.h588 const char* type_key() const final { in type_key() function
702 const char* type_key() const final { in type_key() function
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dmime-module.i252 gchar *type_key = NULL; in mime_build_hashes() local
662 gchar *type_key = (gchar *) malloc (DBH_KEYLENGTH (cache)); in add2type_hash() local
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dchem3dformat.cpp173 bool CHEM3D1Format::ReadChem3d(istream &ifs,OBMol &mol,bool mmads,const char *type_key) in ReadChem3d()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/keyring_vault/
H A Dvault_parser_composer.cc38 const char type_key[]= "type"; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/keyring_vault/
H A Dvault_parser_composer.cc38 const char type_key[]= "type"; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/keyring_vault/
H A Dvault_parser_composer.cc38 const char type_key[]= "type"; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/rocm/
H A Drocm_module.cc65 const char* type_key() const final { return "hip"; } in type_key() function in tvm::runtime::ROCMModuleNode
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/opencl/
H A Dopencl_device_api.cc230 void OpenCLWorkspace::Init(const std::string& type_key, const std::string& device_type, in Init()

12345678910