Add tf C++ API (#770)
* fix relu6
* add more transposes
* add parse_tf calls
* progress on multi_outputs
* formatting
* add multi output test
* add comment and update migraphx.py
* fix compile
* formatting
* update tools/api
* formatting
* fix function call
* fix generate
* simplify tests
* formatting
* rename tests
* enclose braces
* add more tests
* update comments
* rename file and add default param
* formatting
* fix tidy and change type
* formatting older files
Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com>
Showing
src/api/include/migraphx/migraphx.hpp
100755 → 100644
src/include/migraphx/matcher.hpp
100755 → 100644
test/api/test_tf_parser.cpp
0 → 100644
test/onnx/onnx_test.cpp
100755 → 100644
test/onnx/verify_onnx.cpp
100755 → 100644
test/tf/conv_batch_test.pb
0 → 100644
File added
Please register or sign in to comment