Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for get_shape (0.13 sec)

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

    tensor.  The `input_indices` are recomputed based on the requested `new_shape`.
    
    If one component of `new_shape` is the special value -1, the size of that
    dimension is computed so that the total dense size remains constant.  At
    most one component of `new_shape` can be -1.  The number of dense elements
    implied by `new_shape` must be the same as the number of dense elements
    originally implied by `input_shape`.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            Please use input_signature or reduce_retracing to minimize retracing.
    
    *   `tf.SparseTensor`:
        *   Introduced `set_shape`, which sets the static dense shape of the sparse tensor and has the same semantics as `tf.Tensor.set_shape`.
    
    ## Security
    
    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