Home
last modified time | relevance | path

Searched refs:_type_key (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/
H A Dir.h109 static constexpr const char* _type_key = "Cast"; variable
148 static constexpr const char* _type_key = "Add";
154 static constexpr const char* _type_key = "Sub";
160 static constexpr const char* _type_key = "Mul";
169 static constexpr const char* _type_key = "Div";
240 static constexpr const char* _type_key = "EQ";
246 static constexpr const char* _type_key = "NE";
252 static constexpr const char* _type_key = "LT";
258 static constexpr const char* _type_key = "LE";
264 static constexpr const char* _type_key = "GT";
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/
H A Dir.h109 static constexpr const char* _type_key = "Cast"; variable
148 static constexpr const char* _type_key = "Add";
154 static constexpr const char* _type_key = "Sub";
160 static constexpr const char* _type_key = "Mul";
169 static constexpr const char* _type_key = "Div";
240 static constexpr const char* _type_key = "EQ";
246 static constexpr const char* _type_key = "NE";
252 static constexpr const char* _type_key = "LT";
258 static constexpr const char* _type_key = "LE";
264 static constexpr const char* _type_key = "GT";
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dhash.cc129 size_t hash = std::hash<std::string>()(Variable::_type_key); in VisitAttr_()
166 size_t hash = std::hash<std::string>()(FuncTypeNode::_type_key); in VisitType_()
197 size_t hash = std::hash<std::string>()(TupleTypeNode::_type_key); in VisitType_()
205 size_t hash = std::hash<std::string>()(RefTypeNode::_type_key); in VisitType_()
250 size_t hash = std::hash<std::string>()(TupleNode::_type_key); in VisitExpr_()
258 size_t hash = std::hash<std::string>()(FunctionNode::_type_key); in VisitExpr_()
274 size_t hash = std::hash<std::string>()(CallNode::_type_key); in VisitExpr_()
292 size_t hash = std::hash<std::string>()(LetNode::_type_key); in VisitExpr_()
300 size_t key = std::hash<std::string>()(IfNode::_type_key); in VisitExpr_()
330 size_t hash = std::hash<std::string>()(RefReadNode::_type_key); in VisitExpr_()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dhash.cc129 size_t hash = std::hash<std::string>()(Variable::_type_key); in VisitAttr_()
166 size_t hash = std::hash<std::string>()(FuncTypeNode::_type_key); in VisitType_()
197 size_t hash = std::hash<std::string>()(TupleTypeNode::_type_key); in VisitType_()
205 size_t hash = std::hash<std::string>()(RefTypeNode::_type_key); in VisitType_()
250 size_t hash = std::hash<std::string>()(TupleNode::_type_key); in VisitExpr_()
258 size_t hash = std::hash<std::string>()(FunctionNode::_type_key); in VisitExpr_()
274 size_t hash = std::hash<std::string>()(CallNode::_type_key); in VisitExpr_()
292 size_t hash = std::hash<std::string>()(LetNode::_type_key); in VisitExpr_()
300 size_t key = std::hash<std::string>()(IfNode::_type_key); in VisitExpr_()
330 size_t hash = std::hash<std::string>()(RefReadNode::_type_key); in VisitExpr_()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/relay/
H A Ddataflow_pattern.h39 static constexpr const char* _type_key = "DFPatternNode";
62 static constexpr const char* _type_key = "relay.dataflow_pattern.ExprPattern"; variable
104 static constexpr const char* _type_key = "relay.dataflow_pattern.VarPattern"; variable
123 static constexpr const char* _type_key = "relay.dataflow_pattern.ConstantPattern"; variable
181 static constexpr const char* _type_key = "relay.dataflow_pattern.CallPattern"; variable
201 static constexpr const char* _type_key = "relay.dataflow_pattern.TuplePattern"; variable
251 static constexpr const char* _type_key = "relay.dataflow_pattern.AltPattern"; variable
271 static constexpr const char* _type_key = "relay.dataflow_pattern.WildcardPattern"; variable
299 static constexpr const char* _type_key = "relay.dataflow_pattern.TypePattern"; variable
328 static constexpr const char* _type_key = "relay.dataflow_pattern.ShapePattern"; variable
[all …]
H A Dexpr.h82 static constexpr const char* _type_key = "relay.Constant"; variable
129 static constexpr const char* _type_key = "relay.Tuple"; variable
195 static constexpr const char* _type_key = "relay.Var"; variable
289 static constexpr const char* _type_key = "relay.Call"; variable
352 static constexpr const char* _type_key = "relay.Let"; variable
413 static constexpr const char* _type_key = "relay.If"; variable
456 static constexpr const char* _type_key = "relay.TupleGetItem"; variable
496 static constexpr const char* _type_key = "relay.RefCreate"; variable
535 static constexpr const char* _type_key = "relay.RefRead"; variable
577 static constexpr const char* _type_key = "relay.RefWrite"; variable
[all …]
H A Dadt.h49 static constexpr const char* _type_key = "relay.Pattern";
82 static constexpr const char* _type_key = "relay.PatternWildcard"; variable
132 static constexpr const char* _type_key = "relay.PatternVar"; variable
172 static constexpr const char* _type_key = "relay.PatternConstructor"; variable
207 static constexpr const char* _type_key = "relay.PatternTuple"; variable
246 static constexpr const char* _type_key = "relay.Clause"; variable
301 static constexpr const char* _type_key = "relay.Match"; variable
H A Dinterpreter.h90 static constexpr const char* _type_key = "interpreter.Closure"; variable
115 static constexpr const char* _type_key = "interpreter.RecClosure"; variable
132 static constexpr const char* _type_key = "relay.RefValue"; member
156 static constexpr const char* _type_key = "relay.ConstructorValue"; member
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/relay/
H A Dtype.h43 static constexpr const char* _type_key = "relay.Type";
72 static constexpr const char* _type_key = "relay.BaseTensorType";
115 static constexpr const char* _type_key = "relay.TensorType"; variable
170 static constexpr const char* _type_key = "relay.TypeVar"; variable
199 static constexpr const char* _type_key = "relay.GlobalTypeVar"; variable
227 static constexpr const char* _type_key = "relay.TypeCall"; variable
313 static constexpr const char* _type_key = "relay.FuncType"; variable
340 static constexpr const char* _type_key = "relay.TupleType"; variable
367 static constexpr const char* _type_key = "relay.RefType"; variable
422 static constexpr const char* _type_key = "relay.TypeReporter"; variable
[all …]
H A Dexpr.h69 static constexpr const char* _type_key = "relay.Expr"; variable
106 static constexpr const char* _type_key = "relay.Constant"; variable
128 static constexpr const char* _type_key = "relay.Tuple"; variable
181 static constexpr const char* _type_key = "relay.Var"; variable
208 static constexpr const char* _type_key = "relay.GlobalVar"; variable
290 static constexpr const char* _type_key = "relay.Function"; variable
356 static constexpr const char* _type_key = "relay.Call"; variable
394 static constexpr const char* _type_key = "relay.Let"; variable
432 static constexpr const char* _type_key = "relay.If"; variable
498 static constexpr const char* _type_key = "relay.RefRead"; variable
[all …]
H A Dadt.h40 static constexpr const char* _type_key = "relay.Pattern";
73 static constexpr const char* _type_key = "relay.PatternWildcard"; variable
96 static constexpr const char* _type_key = "relay.PatternVar"; variable
134 static constexpr const char* _type_key = "relay.Constructor"; variable
160 static constexpr const char* _type_key = "relay.PatternConstructor"; variable
183 static constexpr const char* _type_key = "relay.PatternTuple"; variable
227 static constexpr const char* _type_key = "relay.TypeData"; variable
250 static constexpr const char* _type_key = "relay.Clause"; variable
282 static constexpr const char* _type_key = "relay.Match"; variable
H A Dinterpreter.h74 static constexpr const char* _type_key = "relay.Value";
116 static constexpr const char* _type_key = "relay.Closure"; variable
142 static constexpr const char* _type_key = "relay.RecClosure"; variable
161 static constexpr const char* _type_key = "relay.TupleValue"; member
181 static constexpr const char* _type_key = "relay.TensorValue"; member
201 static constexpr const char* _type_key = "relay.RefValue"; member
228 static constexpr const char* _type_key = "relay.ConstructorValue"; member
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/relay/
H A Dtype.h43 static constexpr const char* _type_key = "relay.Type";
72 static constexpr const char* _type_key = "relay.BaseTensorType";
115 static constexpr const char* _type_key = "relay.TensorType"; variable
170 static constexpr const char* _type_key = "relay.TypeVar"; variable
199 static constexpr const char* _type_key = "relay.GlobalTypeVar"; variable
227 static constexpr const char* _type_key = "relay.TypeCall"; variable
313 static constexpr const char* _type_key = "relay.FuncType"; variable
340 static constexpr const char* _type_key = "relay.TupleType"; variable
367 static constexpr const char* _type_key = "relay.RefType"; variable
422 static constexpr const char* _type_key = "relay.TypeReporter"; variable
[all …]
H A Dexpr.h69 static constexpr const char* _type_key = "relay.Expr"; variable
106 static constexpr const char* _type_key = "relay.Constant"; variable
128 static constexpr const char* _type_key = "relay.Tuple"; variable
181 static constexpr const char* _type_key = "relay.Var"; variable
208 static constexpr const char* _type_key = "relay.GlobalVar"; variable
290 static constexpr const char* _type_key = "relay.Function"; variable
356 static constexpr const char* _type_key = "relay.Call"; variable
394 static constexpr const char* _type_key = "relay.Let"; variable
432 static constexpr const char* _type_key = "relay.If"; variable
498 static constexpr const char* _type_key = "relay.RefRead"; variable
[all …]
H A Dadt.h40 static constexpr const char* _type_key = "relay.Pattern";
73 static constexpr const char* _type_key = "relay.PatternWildcard"; variable
96 static constexpr const char* _type_key = "relay.PatternVar"; variable
134 static constexpr const char* _type_key = "relay.Constructor"; variable
160 static constexpr const char* _type_key = "relay.PatternConstructor"; variable
183 static constexpr const char* _type_key = "relay.PatternTuple"; variable
227 static constexpr const char* _type_key = "relay.TypeData"; variable
250 static constexpr const char* _type_key = "relay.Clause"; variable
282 static constexpr const char* _type_key = "relay.Match"; variable
H A Dinterpreter.h74 static constexpr const char* _type_key = "relay.Value";
116 static constexpr const char* _type_key = "relay.Closure"; variable
142 static constexpr const char* _type_key = "relay.RecClosure"; variable
161 static constexpr const char* _type_key = "relay.TupleValue"; member
181 static constexpr const char* _type_key = "relay.TensorValue"; member
201 static constexpr const char* _type_key = "relay.RefValue"; member
228 static constexpr const char* _type_key = "relay.ConstructorValue"; member
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/tir/
H A Dexpr.h104 static constexpr const char* _type_key = "tir.Cast"; variable
152 static constexpr const char* _type_key = "tir.Add";
168 static constexpr const char* _type_key = "tir.Sub";
184 static constexpr const char* _type_key = "tir.Mul";
203 static constexpr const char* _type_key = "tir.Div";
222 static constexpr const char* _type_key = "tir.Mod";
333 static constexpr const char* _type_key = "tir.EQ";
349 static constexpr const char* _type_key = "tir.NE";
365 static constexpr const char* _type_key = "tir.LT";
381 static constexpr const char* _type_key = "tir.LE";
[all …]
H A Dstmt.h40 static constexpr const char* _type_key = "tir.Stmt";
82 static constexpr const char* _type_key = "tir.LetStmt"; variable
137 static constexpr const char* _type_key = "tir.AttrStmt"; variable
184 static constexpr const char* _type_key = "tir.AssertStmt"; variable
247 static constexpr const char* _type_key = "tir.Store"; variable
298 static constexpr const char* _type_key = "tir.BufferStore"; variable
532 static constexpr const char* _type_key = "tir.Allocate"; variable
572 static constexpr const char* _type_key = "tir.SeqStmt"; variable
705 static constexpr const char* _type_key = "tir.Evaluate"; variable
791 static constexpr const char* _type_key = "tir.For"; variable
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/auto_scheduler/
H A Dmeasure.h95 static constexpr const char* _type_key = "auto_scheduler.MeasureInput"; variable
137 static constexpr const char* _type_key = "auto_scheduler.BuildResult"; variable
185 static constexpr const char* _type_key = "auto_scheduler.MeasureResult"; variable
221 static constexpr const char* _type_key = "auto_scheduler.MeasureCallback"; variable
253 static constexpr const char* _type_key = "auto_scheduler.ProgramBuilder"; variable
293 static constexpr const char* _type_key = "auto_scheduler.ProgramRunner"; variable
316 static constexpr const char* _type_key = "auto_scheduler.LocalBuilder"; variable
344 static constexpr const char* _type_key = "auto_scheduler.LocalRunner"; variable
392 static constexpr const char* _type_key = "auto_scheduler.RPCRunner"; variable
477 static constexpr const char* _type_key = "auto_scheduler.ProgramMeasurer"; variable
H A Dtransform_step.h136 static constexpr const char* _type_key = "auto_scheduler.Iterator"; variable
175 static constexpr const char* _type_key = "auto_scheduler.Step"; variable
269 static constexpr const char* _type_key = "auto_scheduler.AnnotationStep"; variable
332 static constexpr const char* _type_key = "auto_scheduler.FuseStep"; variable
392 static constexpr const char* _type_key = "auto_scheduler.PragmaStep"; variable
454 static constexpr const char* _type_key = "auto_scheduler.ReorderStep"; variable
529 static constexpr const char* _type_key = "auto_scheduler.SplitStep"; variable
609 static constexpr const char* _type_key = "auto_scheduler.FollowSplitStep"; variable
824 static constexpr const char* _type_key = "auto_scheduler.ComputeAtStep"; variable
1012 static constexpr const char* _type_key = "auto_scheduler.CacheReadStep"; variable
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/ir/
H A Dtype.h82 static constexpr const char* _type_key = "Type"; variable
121 static constexpr const char* _type_key = "PrimType"; variable
165 static constexpr const char* _type_key = "PointerType"; variable
239 static constexpr const char* _type_key = "TypeVar"; variable
289 static constexpr const char* _type_key = "GlobalTypeVar"; variable
331 static constexpr const char* _type_key = "TupleType"; variable
376 static constexpr const char* _type_key = "TypeConstraint";
435 static constexpr const char* _type_key = "FuncType"; variable
485 static constexpr const char* _type_key = "IncompleteType"; variable
529 static constexpr const char* _type_key = "relay.RefType"; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/ir/
H A Dexpr.h42 static constexpr const char* _type_key = "Expr";
93 static constexpr const char* _type_key = "PrimExpr"; variable
143 static constexpr const char* _type_key = "IntImm"; variable
188 static constexpr const char* _type_key = "FloatImm"; variable
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/include/mxnet/ir/
H A Dexpr.h42 static constexpr const char* _type_key = "Expr";
93 static constexpr const char* _type_key = "PrimExpr"; variable
143 static constexpr const char* _type_key = "IntImm"; variable
188 static constexpr const char* _type_key = "FloatImm"; variable
/dports/misc/tvm/incubator-tvm-0.6.1/tests/cpp/
H A Dobject_protocol_test.cc35 static constexpr const char* _type_key = "test.ObjBase"; member in tvm::test::ObjBase
43 static constexpr const char* _type_key = "test.ObjA"; member in tvm::test::ObjA
50 static constexpr const char* _type_key = "test.ObjB"; member in tvm::test::ObjB
57 static constexpr const char* _type_key = "test.ObjAA"; member in tvm::test::ObjAA
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/cpp/
H A Dobject_protocol_test.cc35 static constexpr const char* _type_key = "test.ObjBase"; member in tvm::test::ObjBase
43 static constexpr const char* _type_key = "test.ObjA"; member in tvm::test::ObjA
51 static constexpr const char* _type_key = "test.ObjB"; member in tvm::test::ObjB
58 static constexpr const char* _type_key = "test.ObjAA"; member in tvm::test::ObjAA

123456789