Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wantRm (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    >>> updated
    <tf.Tensor: shape=(8,), dtype=int32,
    numpy=array([ 1, 12,  1, 11, 10,  1,  1, 13], dtype=int32)>
    
    We can also, insert entire slices of a higher rank tensor all at once. For
    example, if we wanted to insert two slices in the first dimension of a
    rank-3 tensor with two matrices of new values.
    
    In Python, this scatter add operation would look like this:
    
    >>> indices = tf.constant([[0], [2]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top