Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TensorScatterUpdateOp (1.3 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // updates.shape == indices.shape[:-1] + tensor.shape[indices.shape[-1]:]
        if (updates_ty.getRank() == 0 &&
            (std::is_same<OpTy, TF::TensorScatterUpdateOp>::value ||
             std::is_same<OpTy, TF::TensorScatterAddOp>::value)) {
          if (!tensor_ty.hasStaticShape()) {
            return failure();
          }
    
          if (!indices_ty.hasStaticShape()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top