Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for out_shape (0.1 sec)

  1. 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)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    pair takes space.}]>:$thresh
      );
    
      let results = (outs
        TF_Int64Tensor:$sum_indices,
        TF_NumberTensor:$sum_values,
        TF_Int64Tensor:$sum_shape
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<1>;
      TF_DerivedOperandTypeAttr Treal = TF_DerivedOperandTypeAttr<6>;
    }
    
    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