Docs.rs
  • tract-core-0.20.0
    • tract-core 0.20.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kali
    • Dependencies
      • anyhow ^1.0.43 normal
      • bit-set ^0.5.2 normal
      • derive-new ^0.5.9 normal
      • downcast-rs ^1.2.0 normal
      • dyn-clone ^1.0.4 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.14 normal
      • maplit ^1.0.2 normal
      • ndarray ^0.15.3 normal
      • num-complex ^0.4.0 normal
      • num-integer ^0.1.44 normal
      • num-traits ^0.2.14 normal
      • rustfft ^6.1 normal
      • smallvec ^1.6.1 normal
      • tract-data =0.20.0 normal
      • tract-linalg =0.20.0 normal
      • approx ^0.5 dev
      • criterion ^0.4 dev
      • env_logger ^0.10 dev
      • lazy_static ^1.4.0 dev
      • proptest ^1.0.0 dev
    • Versions
    • 15.88% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module logic

  • Structs
  • Functions
?
Change settings

Module tract_core::ops::logic

source ·

Structs

  • And
  • BitAnd
  • BitNot
  • BitOr
  • BitXor
  • Equals
  • Greater
  • GreaterEqual
  • GreaterEqualThanZero
  • GreaterThanZero
  • Iff
  • Less
  • LessEqual
  • LessEqualThanZero
  • LessThanZero
  • Not
  • NotEquals
  • Or
  • Xor

Functions

  • and
  • bitand
  • bitnot
  • bitor
  • bitxor
  • equals
  • greater
  • greater_equal
  • greater_equal_than_zero
  • greater_than_zero
  • less
  • less_equal
  • less_equal_than_zero
  • less_than_zero
  • not
  • not_equals
  • operating_datum_type_for_cmp
  • or
  • xor