Home
last modified time | relevance | path

Searched defs:type_key (Results 51 – 75 of 238) sorted by relevance

12345678910

/dports/math/viennacl/ViennaCL-1.7.1/viennacl/device_specific/
H A Dmapped_objects.hpp97 …mapped_object(std::string const & scalartype, unsigned int id, std::string const & type_key) : typ… in mapped_object()
107 std::string type_key() const { return type_key_; } in type_key() function in viennacl::device_specific::mapped_object
177 …::string const & scalartype, unsigned int id, node_info info, std::string const & type_key) : mapp… in mapped_reduction()
241 …mapped_handle(std::string const & scalartype, unsigned int id, std::string const & type_key) : map… in mapped_handle()
281 …mapped_buffer(std::string const & scalartype, unsigned int id, std::string const & type_key) : map… in mapped_buffer()
H A Dtree_parsing.hpp335 …process_traversal(std::string const & type_key, std::string const & to_process, utils::kernel_gene… in process_traversal()
360 …rocess(utils::kernel_generation_stream & stream, leaf_t leaf, std::string const & type_key, std::s… in process()
386 …rocess(utils::kernel_generation_stream & stream, leaf_t leaf, std::string const & type_key, std::s… in process()
/dports/devel/py-oci/oci-2.53.1/src/oci/data_catalog/models/
H A Dentity_summary.py474 def type_key(self): member in EntitySummary
486 def type_key(self, type_key): argument
H A Dfolder.py361 def type_key(self): member in Folder
373 def type_key(self, type_key): member in Folder
H A Dattribute_summary.py648 def type_key(self): member in AttributeSummary
660 def type_key(self, type_key): member in AttributeSummary
H A Dentity.py890 def type_key(self): member in Entity
902 def type_key(self, type_key): member in Entity
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/
H A Dsystem_lib_module.cc37 const char* type_key() const final { in type_key() function in tvm::runtime::SystemLibModuleNode
H A Ddso_module.cc47 const char* type_key() const final { in type_key() function in tvm::runtime::DSOModuleNode
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/
H A Dsystem_lib_module.cc37 const char* type_key() const final { in type_key() function in tvm::runtime::SystemLibModuleNode
H A Ddso_module.cc47 const char* type_key() const final { in type_key() function in tvm::runtime::DSOModuleNode
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/_ffi/
H A Dregistry.py39 def register_object(type_key=None): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/rust/tvm-macros/src/
H A Dobject.rs35 let type_key = get_attr(&derive_input, "type_key") in macro_impl() localVariable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/onnx/
H A Donnx_module.cc37 const char* type_key() const { return "onnx"; } in type_key() function in tvm::codegen::ONNXSourceModuleNode
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/backend/vm/
H A Dcompiler.h90 const char* type_key() const { in type_key() function
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/backend/vm/
H A Dcompiler.h90 const char* type_key() const { in type_key() function
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/node/
H A Dreflection.cc176 ReflectionVTable::CreateInitObject(const std::string& type_key, in CreateInitObject()
188 std::string type_key; member in tvm::NodeAttrSetter
283 std::string type_key = args[0]; in MakeNode() local
/dports/misc/tvm/incubator-tvm-0.6.1/src/node/
H A Dreflection.cc176 ReflectionVTable::CreateInitObject(const std::string& type_key, in CreateInitObject()
188 std::string type_key; member in tvm::NodeAttrSetter
283 std::string type_key = args[0]; in MakeNode() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/backend/vm/
H A Dcompiler.h94 const char* type_key() const { return "VMCompiler"; } in type_key() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/
H A Dverdict_cache_manager.cc262 const std::string& type_key, in GetMostMatchingCachedVerdictWithPathMatching()
334 const std::string& type_key, in GetMostMatchingCachedVerdictWithHostAndPathMatching()
414 std::string type_key = in CachePhishGuardVerdict() local
452 std::string type_key = in GetCachedPhishGuardVerdict() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/
H A Dverdict_cache_manager.cc254 const std::string& type_key, in GetMostMatchingCachedVerdictWithPathMatching()
326 const std::string& type_key, in GetMostMatchingCachedVerdictWithHostAndPathMatching()
400 std::string type_key = in CachePhishGuardVerdict() local
438 std::string type_key = in GetCachedPhishGuardVerdict() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/ir/
H A Dattrs.py128 def make_node(type_key, **kwargs): argument
/dports/biology/babel/babel-1.6/
H A Drdc3d.c46 read_chem3d(FILE *file1, ums_type *mol, char *keywords,char *type_key) in read_chem3d()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_module.cc45 const char* type_key() const final { in type_key() function in tvm::runtime::MicroModuleNode
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/micro/
H A Dmicro_module.cc45 const char* type_key() const final { in type_key() function in tvm::runtime::MicroModuleNode
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/
H A Dloader.py96 def pyside_type_init(type_key, sig_strings): argument

12345678910