"...resnet50_tensorflow.git" did not exist on "1630eccdf5b4b854ee3f7f4781e8865392d00b00"
Add a pass to remove unsupported data types (#738)
* Add eliminate_data_type pass * Formatting * Auto convert quant ops * Formatting * Flip the order of decompose * Compute max size differently * Formatting * Clamp values in convert * Formatting * Fix loss of precision in reduce * Formatting * Fix bugs in reduction * Fix accumulator type in reference softmax implementation * Formatting * Update convert test * Remove unused variables * Remove unnecessary quant_dot check * Formatting * Add tests * Formatting * Remove unused code * Remove duplicate ops * Remove blaze dependency * Use set since shape::type_t is no hashable on gcc 5 * Formatting Co-authored-by:Shucai Xiao <shucai@gmail.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
src/decompose.cpp
100644 → 100755
File mode changed from 100644 to 100755
src/eliminate_allocation.cpp
100644 → 100755
File mode changed from 100644 to 100755
src/eliminate_data_type.cpp
0 → 100755
src/include/migraphx/op/quant_convolution.hpp
100644 → 100755
src/include/migraphx/op/quant_dot.hpp
100644 → 100755
src/include/migraphx/op/reduce_mean.hpp
100644 → 100755
src/include/migraphx/shape.hpp
100755 → 100644
src/shape.cpp
100755 → 100644
src/targets/cpu/add.cpp
100644 → 100755
src/targets/cpu/convolution.cpp
100644 → 100755
Please register or sign in to comment