d81a4fa13556b02ca6a615df00118558ccc660bc,tests/python/frontend/tflite/test_forward.py,,test_forward_qnn_mobilenet_v3_net,#,1753
Before Change
def test_forward_qnn_mobilenet_v3_net():
Test the Quantized TFLite Mobilenet V3 model.
// In MobilenetV3, some ops are not supported before tf 1.15 fbs schema
if package_version.parse(tf.VERSION) < package_version.parse("1.15.0"):
return
tflite_model_file = tf_testing.get_workload_official(
"https://storage.googleapis.com/mobilenet_v3/checkpoints/v3-large_224_1.0_uint8.tgz",
"v3-large_224_1.0_uint8/v3-large_224_1.0_uint8.tflite")
with open(tflite_model_file, "rb") as f:
After Change
def test_forward_qnn_mobilenet_v3_net():
Test the Quantized TFLite Mobilenet V3 model.
// In MobilenetV3, some ops are not supported before tf 1.15 fbs schema
if package_version.parse(tf.VERSION) < package_version.parse("1.15.0"):
pytest.skip("Unsupported in tflite < 1.15.0")
else:
pytest.skip("This segfaults with tensorflow 1.15.2 and above")
tflite_model_file = tf_testing.get_workload_official(
"https://storage.googleapis.com/mobilenet_v3/checkpoints/v3-large_224_1.0_uint8.tgz",
"v3-large_224_1.0_uint8/v3-large_224_1.0_uint8.tflite")
with open(tflite_model_file, "rb") as f:
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: apache/incubator-tvm
Commit Name: d81a4fa13556b02ca6a615df00118558ccc660bc
Time: 2020-04-23
Author: ramana.radhakrishnan@arm.com
File Name: tests/python/frontend/tflite/test_forward.py
Class Name:
Method Name: test_forward_qnn_mobilenet_v3_net
Project Name: jsalt18-sentence-repl/jiant
Commit Name: 86afde76db80d9593627afa90b4c359de499c1e2
Time: 2020-05-07
Author: 6176602+pyeres@users.noreply.github.com
File Name: conftest.py
Class Name:
Method Name: pytest_collection_modifyitems
Project Name: dask/distributed
Commit Name: eecf25bd55b8bd6b58a3ee9c43e6e65f784ec4a4
Time: 2019-09-10
Author: jcrist@users.noreply.github.com
File Name: distributed/protocol/tests/test_protocol.py
Class Name:
Method Name: test_large_messages