Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 11 (0.14 sec)

  1. RELEASE.md

        like `foo[1, 2:4, tf.newaxis, ..., :-3:-1, :]` are now supported. In
        addition we have preliminary (non-broadcasting) support for sliced
        assignment to variables. In particular one can write
        `var[1:3].assign([1,11,111])`.
    *   Deprecated `tf.op_scope` and `tf.variable_op_scope` in favor of a unified
        `tf.name_scope` and `tf.variable_scope`. The new argument order of
        `tf.variable_scope` is incompatible with previous versions.
    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