Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Quality (0.21 sec)

  1. RELEASE.md

            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
        `__ne__` returns True.
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top