Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for squared_difference (0.21 sec)

  1. RELEASE.md

            `tf.math.segment_min`, `tf.math.segment_prod`, `tf.math.segment_sum`,
            `tf.math.sin`, `tf.math.sinh`, `tf.math.softplus`, `tf.math.softsign`,
            `tf.math.squared_difference`, `tf.math.tan`,
            `tf.math.unsorted_segment_max`, `tf.math.unsorted_segment_min`,
            `tf.math.unsorted_segment_prod`, `tf.math.unsorted_segment_sum`,
            `tf.math.zeta`.
    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

        }
      }];
    }
    
    def TF_SquaredDifferenceOp : TF_Op<"SquaredDifference", [Commutative, Pure, ResultsBroadcastableShape]>,
                                 WithBroadcastableBinOpBuilder {
      let summary = "Returns conj(x - y)(x - y) element-wise.";
    
      let description = [{
    *NOTE*: `SquaredDifference` supports broadcasting. More about broadcasting
    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