Home
last modified time | relevance | path

Searched refs:SHashReduce (Results 1 – 24 of 24) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/node/
H A Dreflection.h139 void SHashReduce(const Object* self, SHashReducer hash_reduce) const;
310 static constexpr const std::nullptr_t SHashReduce = nullptr;
315 static void SHashReduce(const T* self, SHashReducer hash_reduce) {
316 self->SHashReduce(hash_reduce);
353 bool = std::is_null_pointer<decltype(TraitName::SHashReduce)>::value>
355 static constexpr const std::nullptr_t SHashReduce = nullptr;
360 static void SHashReduce(const Object* self, SHashReducer hash_reduce) {
361 return TraitName::SHashReduce(static_cast<const T*>(self), hash_reduce);
382 fshash_reduce_[tindex] = ::tvm::detail::SelectSHashReduce<T, TraitName>::SHashReduce;
H A Dstructural_hash.h119 virtual void SHashReduce(const ObjectRef& key, bool map_free_vars) = 0;
173 void operator()(const ObjectRef& key) const { return handler_->SHashReduce(key, map_free_vars_); } in operator()
179 void DefHash(const ObjectRef& key) const { return handler_->SHashReduce(key, true); } in DefHash()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/ir/
H A Dtype.h119 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce(dtype); } in SHashReduce() function
163 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce(element_type); } in SHashReduce() function
234 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
284 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
329 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce(fields); } in SHashReduce() function
428 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
483 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce(kind); } in SHashReduce() function
525 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce(value); } in SHashReduce() function
H A Dadt.h73 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
126 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
H A Dexpr.h206 void SHashReduce(SHashReducer hash_reduce) const {
246 void SHashReduce(SHashReducer hash_reduce) const {
290 void SHashReduce(SHashReducer hash_reduce) const {
428 void SHashReduce(SHashReducer hash_reduce) const {
H A Dtype_relation.h57 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
207 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
H A Dtensor_type.h81 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
H A Denv_func.h57 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
H A Dmodule.h68 TVM_DLL void SHashReduce(SHashReducer hash_reduce) const;
H A Dattrs.h210 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce(dict); } in SHashReduce() function
727 void SHashReduce(SHashReducer hash_reducer) const {
H A Dop.h108 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/tir/
H A Dexpr.h99 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
140 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
321 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
444 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
482 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
517 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
564 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
614 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
661 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
718 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
[all …]
H A Dstmt.h76 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
130 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
178 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
240 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
292 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
347 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
403 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
458 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
510 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
665 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
[all …]
H A Dvar.h75 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
262 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
H A Dbuffer.h105 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
229 void SHashReduce(SHashReducer hash_reduce) const {} in SHashReduce() function
H A Dfunction.h110 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/relay/
H A Dexpr.h80 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce(data); } in SHashReduce() function
122 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
189 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
279 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
345 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
406 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
451 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
491 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
530 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
571 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
H A Dadt.h80 void SHashReduce(SHashReducer hash_reduce) const {} in SHashReduce() function
130 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce.DefHash(var); } in SHashReduce() function
167 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
205 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce(patterns); } in SHashReduce() function
241 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
294 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
H A Dbase.h104 void SHashReduce(SHashReducer hash_reduce) const { hash_reduce.FreeVarHashImpl(this); } in SHashReduce() function
H A Dfunction.h79 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/node/
H A Dstructural_hash.cc34 void ReflectionVTable::SHashReduce(const Object* self, SHashReducer reducer) const { in SHashReduce() function in tvm::ReflectionVTable
110 void SHashReduce(const ObjectRef& object, bool map_free_vars) final { in SHashReduce() function in tvm::VarCountingSHashHandler
132 this->SHashReduce(object, map_free_vars); in Hash()
229 vtable_->SHashReduce(object.get(), SHashReducer(this, map_free_vars)); in DispatchSHash()
H A Dcontainer.cc36 static void SHashReduce(const runtime::StringObj* key, SHashReducer hash_reduce) { in SHashReduce() function
72 static void SHashReduce(const runtime::ADTObj* key, SHashReducer hash_reduce) { in SHashReduce() function
98 static void SHashReduce(const runtime::NDArray::Container* key, SHashReducer hash_reduce) { in SHashReduce() function
139 static void SHashReduce(const ArrayNode* key, SHashReducer hash_reduce) { in SHashReduce() function
249 static void SHashReduce(const MapNode* key, SHashReducer hash_reduce) { in SHashReduce() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/arith/
H A Dint_solver.h77 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
166 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
228 void SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/ir/
H A Dmodule.cc84 void IRModuleNode::SHashReduce(SHashReducer hash_reduce) const { in SHashReduce() function in tvm::IRModuleNode