Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TF precommit on CPU #1116

Merged
merged 5 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update hw inception_v3 graph
  • Loading branch information
negvet committed Feb 24, 2022
commit 332be1a7964db24910c1d6340b6abc543af5a760
6,340 changes: 6,340 additions & 0 deletions tests/tensorflow/data/reference_graphs/2.4/quantized/hw/CPU/inception_v3.dot

Large diffs are not rendered by default.

This file was deleted.

6,340 changes: 6,340 additions & 0 deletions tests/tensorflow/data/reference_graphs/2.4/quantized/hw/GPU/inception_v3.dot

Large diffs are not rendered by default.

This file was deleted.

6,340 changes: 6,340 additions & 0 deletions tests/tensorflow/data/reference_graphs/2.4/quantized/hw/VPU/inception_v3.dot

Large diffs are not rendered by default.

This file was deleted.

6,340 changes: 6,340 additions & 0 deletions tests/tensorflow/data/reference_graphs/2.5/quantized/hw/CPU/inception_v3.dot

Large diffs are not rendered by default.

This file was deleted.

6,340 changes: 6,340 additions & 0 deletions tests/tensorflow/data/reference_graphs/2.5/quantized/hw/GPU/inception_v3.dot

Large diffs are not rendered by default.

This file was deleted.

6,340 changes: 6,340 additions & 0 deletions tests/tensorflow/data/reference_graphs/2.5/quantized/hw/VPU/inception_v3.dot

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion tests/tensorflow/test_compressed_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def test_quantize_outputs(desc: ModelDesc, _quantization_case_config):

TEST_HW_MODELS_DESC = [
ModelDesc('resnet50.pb', test_models.ResNet50, [1, 32, 32, 3]),
ModelDesc('inception_v3.pb', test_models.InceptionV3, [1, 75, 75, 3]),
ModelDesc('inception_v3.dot', test_models.InceptionV3, [1, 75, 75, 3]),
ModelDesc('mobilenet_v2.pb', test_models.MobileNetV2, [1, 96, 96, 3]),
]

Expand Down