Open seanshpark opened 3 years ago
Previous related issue: #5487
We may need more field for data layout in circle schema
Maybe we can use current data_layout
field for operation and introduce new field for I/O type.
Maybe we can use current
data_layout
field
Where can I see data_layout
field ?
Maybe we can use current
data_layout
fieldWhere can I see
data_layout
field ?
My typo: data_layout
-> data_format
We may need to provide some information about input/output node layout of first main subgraph.
Background:
convert_nchw_to_nhwc
others will try to remove redundant Ops such as transpose for performancenchw_to_nhwc_input_shape
will change input layout to NHWCnchw_to_nhwc_output_shape
will change output layout to NHWCFor
nchw_to_nhwc_input_shape
andnchw_to_nhwc_output_shape
, there is no information saved to distinguish applied or not.Let's solve this problem somehow.