Skip to content

Commit

Permalink
Add C++ op for FP16 quantization (#2145)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshita Mangal <quic_mangal@quicinc.com>
  • Loading branch information
quic-mangal authored and quic-bharathr committed Jul 11, 2023
1 parent 8dd5e24 commit 7f5cb4d
Show file tree
Hide file tree
Showing 23 changed files with 301 additions and 1,213 deletions.
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.tf-torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ RUN apt-get update > /dev/null && \
less \
libavcodec-dev \
libavformat-dev \
libeigen3-dev \
libgtest-dev \
libgtk2.0-dev \
libsox-dev \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ RUN apt-get update > /dev/null && \
less \
libavcodec-dev \
libavformat-dev \
libeigen3-dev \
libgtest-dev \
libgtk2.0-dev \
libsox-dev \
Expand Down
1 change: 1 addition & 0 deletions Jenkins/Dockerfile.torch-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ RUN apt-get update > /dev/null && \
less \
libavcodec-dev \
libavformat-dev \
libeigen3-dev \
libgtest-dev \
libgtk2.0-dev \
libsox-dev \
Expand Down
230 changes: 0 additions & 230 deletions Jenkins/python37/Dockerfile.tf-cpu

This file was deleted.

Loading

0 comments on commit 7f5cb4d

Please sign in to comment.