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

[tflite] enable INT8 for Java binding #36397

Commits on Feb 1, 2020

  1. [tflite] enable INT8 for Java binding

    some models created by full-integer post training quantization,
    e.g., the mobilenet v3 edgetpu one [1], have INT8 input and
    output tensors.
    
    [1] https://storage.cloud.google.com/mobilenet_edgetpu/checkpoints/mobilenet_edgetpu_224_1.0.tgz
    freedomtan committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    d768d14 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    937ffc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    c78d9c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    81f764e View commit details
    Browse the repository at this point in the history