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

[Relay][Frontend][TFLite] Add parser support for logical operators #4642

Merged
merged 2 commits into from
Feb 5, 2020

Commits on Feb 4, 2020

  1. [Relay][Frontend][TFLite] Add parser support for logical operators

    * Add parser support for logical_and, logical_or
    * Add boolean dtype as a valid tensor type
    * BOOLEAN dtype is supported only from tf 1.15
      so logical ops work only in that and newer versions
    * Logical_not is ommited since tflite can't convert it -->
      throws errors for addv2
    inadob committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    75436da View commit details
    Browse the repository at this point in the history
  2. Add TFLite vesion check in tests for logical ops

    * Check is added because of boolean dtype lack of support
    inadob committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    390013a View commit details
    Browse the repository at this point in the history