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/parse_pad.cpp
0 → 100644
src/tf/parse_pooling.cpp
0 → 100644
src/tf/parse_relu6.cpp
0 → 100644
src/tf/parse_reshape.cpp
0 → 100644
src/tf/parse_shape.cpp
0 → 100644
src/tf/parse_slice.cpp
0 → 100644
src/tf/parse_softmax.cpp
0 → 100644
src/tf/parse_split.cpp
0 → 100644
src/tf/parse_squeeze.cpp
0 → 100644
src/tf/parse_transpose.cpp
0 → 100644
src/tf/tf.cpp
100755 → 100644
This diff is collapsed.
src/tf/tf_parser.cpp
0 → 100644
This diff is collapsed.
test/tf/pad_test.pb
0 → 100644
File added
Please register or sign in to comment