Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UnsortedSegmentProdOp (0.2 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

      DimensionVector out_dimensions_;
    };
    
    // Calculates the flattened shapes for dynamic shaped operands in
    // mhlo.dot_general:
    //   1. flattened_out_dim = UnsortedSegmentProdOp(operand_shape, out_axes)
    //   2. flattened_contracting_dim = UnsortedSegmentProdOp(operand_shape,
    //   contracting_axes)
    //   3. batch_dimensions = Gather(operand_shape, batch_axes)
    //   4. flattened_shape = Concat(batch_dimensions, flattened_out_dim,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    LogicalResult UnsortedSegmentMaxOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentMinOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentProdOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    LogicalResult UnsortedSegmentSumOp::verify() {
      return VerifyUnsortedSegmentReduction(*this);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top