Refactor tf parser (#726)
* refactor files
* formatting
* fix add_bcast test
* fix some tidy errors
* add transpose field and fix more tidy
* formatting
* add pad test and fix more tidy
* formatting
* fix conv parser
* fix depthwiseconv
* remove unsed functions
* remove includes and functions
Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com>
Showing
src/tf/op_parser.cpp
0 → 100644
src/tf/parse_arg_op.cpp
0 → 100644
src/tf/parse_batchnorm.cpp
0 → 100644
src/tf/parse_biasadd.cpp
0 → 100644
src/tf/parse_binary_op.cpp
0 → 100644
src/tf/parse_cast.cpp
0 → 100644
src/tf/parse_concat.cpp
0 → 100644
src/tf/parse_constant.cpp
0 → 100644
src/tf/parse_conv.cpp
0 → 100644
src/tf/parse_expanddims.cpp
0 → 100644
src/tf/parse_gather.cpp
0 → 100644
src/tf/parse_generic_op.cpp
0 → 100644
src/tf/parse_matmul.cpp
0 → 100644
src/tf/parse_mean.cpp
0 → 100644
src/tf/parse_onehot.cpp
0 → 100644
src/tf/parse_pack.cpp
0 → 100644
Please register or sign in to comment