Home
last modified time | relevance | path

Searched defs:type_key (Results 26 – 50 of 238) sorted by relevance

12345678910

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/coreml/
H A Dcoreml_runtime.h118 const char* type_key() const { return "coreml"; } in type_key() function
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/algo/
H A Dksort.h83 struct type_key struct
89 type_key() { } in type_key() argument
90 type_key(key_type k, Type* p) : key(k), ptr(p) in type_key() function
/dports/devel/py-oci/oci-2.53.1/src/oci/data_catalog/models/
H A Dfolder_summary.py305 def type_key(self): member in FolderSummary
317 def type_key(self, type_key): argument
H A Dcreate_entity_details.py195 def type_key(self): member in CreateEntityDetails
207 def type_key(self, type_key): member in CreateEntityDetails
H A Ddata_asset.py300 def type_key(self): member in DataAsset
312 def type_key(self, type_key): argument
H A Dconnection.py542 def type_key(self): member in Connection
554 def type_key(self, type_key): member in Connection
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/runtime/vm/
H A Dexecutable.h149 const char* type_key() const final { return "VMExecutable"; } in type_key() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/ethosn/
H A Dethosn_runtime.h95 const char* type_key() const override { return "ethos-n"; } in type_key() function
/dports/devel/py-vsts/vsts-0.1.25/vsts/models/
H A Dwrapped_exception.py43 … type_name=None, type_key=None, error_code=None, event_id=None, custom_properties=None): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/graph/
H A Dgraph_runtime_factory.h68 const char* type_key() const override { return "GraphRuntimeFactory"; } in type_key() function
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/_ffi/
H A Dobject.py51 def register_object(type_key=None): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/_ffi/
H A Dobject.py51 def register_object(type_key=None): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/
H A Dobject_internal.h73 static uint32_t ObjectTypeKey2Index(const std::string& type_key) { in ObjectTypeKey2Index()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/printer/
H A Dmeta_data.h101 std::string type_key = node->GetTypeKey(); in GetMetaNode() local
/dports/devel/py-moto/moto-2.2.16/tests/test_s3/
H A Dtest_s3_acl.py24 def test_put_object_acl_using_grant(readwrite, type_key, value, has_quotes): argument
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/signature/
H A Dsignature_helper.cpp149 AutoDecRef type_key(GetTypeKey(GetClassOrModOf(ob))); in compute_name_key() local
183 AutoDecRef type_key(GetTypeKey(obtype)); in build_name_key_to_func() local
220 AutoDecRef type_key(GetTypeKey(GetClassOrModOf(ob))); in name_key_to_func() local
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/signature/
H A Dsignature_helper.cpp149 AutoDecRef type_key(GetTypeKey(GetClassOrModOf(ob))); in compute_name_key() local
183 AutoDecRef type_key(GetTypeKey(obtype)); in build_name_key_to_func() local
220 AutoDecRef type_key(GetTypeKey(GetClassOrModOf(ob))); in name_key_to_func() local
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/signature/
H A Dsignature_helper.cpp149 AutoDecRef type_key(GetTypeKey(GetClassOrModOf(ob))); in compute_name_key() local
183 AutoDecRef type_key(GetTypeKey(obtype)); in build_name_key_to_func() local
220 AutoDecRef type_key(GetTypeKey(GetClassOrModOf(ob))); in name_key_to_func() local
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_session.h73 const char* type_key() const final { in type_key() function
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_session.h73 const char* type_key() const final { in type_key() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/input/
H A Dactions_parser.cc151 const base::Value* type_key = pointer.FindKey("type"); in ParsePointerActions() local
338 const base::Value* type_key = action.FindKey("type"); in ParseAction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/input/
H A Dactions_parser.cc152 const base::Value* type_key = pointer.FindKey("type"); in ParsePointerActions() local
339 const base::Value* type_key = action.FindKey("type"); in ParseAction() local
/dports/games/tycho/species/
H A Doperand.hpp61 static const char *type_key() { return TYPE_KEY; } in type_key() function in COperand
/dports/games/species/species/
H A Doperand.hpp61 static const char *type_key() { return TYPE_KEY; } in type_key() function in COperand
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/dso_plugin_module/
H A Dplugin_module.cc36 virtual const char* type_key() const final { return "MyModule"; } in type_key() function in tvm_dso_plugin::MyModuleNode

12345678910