leozp / Myia-Issues

0 stars 0 forks source link

Relay 流程分析 —— C #5

Open leozp opened 5 years ago

leozp commented 5 years ago

文件树

relay
|-- backend
|   |-- compile_engine.cc
|   |-- compile_engine.h
|   |-- graph_plan_memory.cc
|   `-- interpreter.cc
|-- ir
|   |-- alpha_equal.cc
|   |-- base.cc
|   |-- expr.cc
|   |-- expr_functor.cc
|   |-- hash.cc
|   |-- module.cc
|   |-- op.cc
|   |-- text_printer.cc
|   |-- type.cc
|   |-- type_functor.cc
|   `-- type_functor.h
|-- op
|   |-- image
|   |   `-- resize.cc
|   |-- layout.cc
|   |-- layout.h
|   |-- nn
|   |   |-- convolution.cc
|   |   |-- nn.cc
|   |   |-- pad.cc
|   |   |-- pooling.cc
|   |   `-- upsampling.cc
|   |-- op_common.h
|   |-- tensor
|   |   |-- binary.cc
|   |   |-- reduce.cc
|   |   |-- transform.cc
|   |   `-- unary.cc
|   |-- type_relations.cc
|   |-- type_relations.h
|   `-- vision
|       |-- multibox_op.cc
|       `-- nms.cc
`-- pass
    |-- alter_op_layout.cc
    |-- alter_op_layout.h
    |-- canonicalize_ops.cc
    |-- combine_parallel_conv2d.cc
    |-- dead_code.cc
    |-- expr_subst.cc
    |-- expr_subst.h
    |-- fold_constant.cc
    |-- fold_scale_axis.cc
    |-- forward_rewrite.cc
    |-- fuse_ops.cc
    |-- kind_check.cc
    |-- let_list.h
    |-- pass_util.h
    |-- pattern_util.h
    |-- simplify_inference.cc
    |-- type_infer.cc
    |-- type_solver.cc
    |-- type_solver.h
    |-- util.cc
    `-- well_formed.cc