Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Div (0.13 sec)

  1. RELEASE.md

    and modulus operators (/, //, %) now match Python (flooring) semantics. This
    applies to `tf.div` and `tf.mod` as well. To obtain forced integer truncation
    based behaviors you can use `tf.truncatediv` and `tf.truncatemod`. *
    `tf.divide()` is now the recommended division function. `tf.div()` will remain,
    but its semantics do not respond to Python 3 or `from future` mechanisms. *
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top