tqchen commented on issue #5423:
URL: https://github.com/apache/incubator-tvm/pull/5423#issuecomment-618535594


   current summary of the type table(non leaf nodes)
   
   ```
   $python  -c "import tvm; tvm.runtime._ffi_api.DumpTypeTable(1)"
   [9] BaseExpr parent=runtime.Object   num_child_slots=58      num_children=58
   [10] PrimExpr        parent=BaseExpr num_child_slots=34      num_children=34
   [11] tir.Var parent=PrimExpr num_child_slots=1       num_children=1
   [45] RelayExpr       parent=BaseExpr num_child_slots=22      num_children=22
   [49] BaseFunc        parent=RelayExpr        num_child_slots=2       
num_children=2
   [52] relay.TempExpr  parent=RelayExpr        num_child_slots=0       
num_children=2
   [68] IntSet  parent=runtime.Object   num_child_slots=0       num_children=1
   [71] Type    parent=runtime.Object   num_child_slots=14      num_children=14
   [73] relay.BaseTensorType    parent=Type     num_child_slots=1       
num_children=1
   [84] TypeConstraint  parent=Type     num_child_slots=1       num_children=1
   [86] Attrs   parent=runtime.Object   num_child_slots=0       num_children=93
   [98] transform.Pass  parent=runtime.Object   num_child_slots=0       
num_children=4
   [102] printer.DocAtom        parent=runtime.Object   num_child_slots=0       
num_children=2
   [106] Operation      parent=runtime.Object   num_child_slots=0       
num_children=7
   [107] BaseComputeOp  parent=Operation        num_child_slots=0       
num_children=2
   [116] IterVarRelation        parent=runtime.Object   num_child_slots=0       
num_children=4
   [131] Stmt   parent=runtime.Object   num_child_slots=15      num_children=15
   [256] relay.Pattern  parent=runtime.Object   num_child_slots=0       
num_children=4
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to