Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for disable_tensor_equality (0.39 sec)

  1. RELEASE.md

        *   Removed `lite.OpHint`, `lite.experimental`, and `lite.constant` from 2.0
            API.
    
    *   Tensors are no longer hashable, but instead compare element-wise with `==`
        and `!=`. Use `tf.compat.v1.disable_tensor_equality()` to return to the
        previous behavior.
    
    *   Performing equality operations on Tensors or Variables with incompatible
        shapes an exception is no longer thrown. Instead `__eq__` returns False and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top