Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for getUpdate (0.37 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

          indices_attr.isSplat() && indices_attr.getSplatValue<int>() == 0 &&
          getOperand().getType().hasStaticShape() &&
          getUpdate().getType().hasStaticShape() &&
          getOperand().getType() == getUpdate().getType()) {
        return getUpdate();
      }
    
      return {};
    }
    
    //===----------------------------------------------------------------------===//
    // TableGen'd op method definitions
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

          ConversionPatternRewriter& rewriter) const final {
        ShapedType operand_type = mlir::cast<ShapedType>(op.getOperand().getType());
        ShapedType update_type =
            mlir::dyn_cast_or_null<ShapedType>(op.getUpdate().getType());
        ShapedType start_indices_type = mlir::dyn_cast_or_null<ShapedType>(
            op.getStartIndices().front().getType());
        if (update_type == nullptr || start_indices_type == nullptr)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			schema: schemas(dateFormat, dateFormat),
    			valid: []string{
    				ValsEqualThemselvesAndDataLiteral("self.val1", "self.val2", "timestamp('1997-07-16T00:00:00.000Z')"),
    				"self.val1.getDate() == 16",
    				"self.val1.getMonth() == 06", // zero based indexing
    				"self.val1.getFullYear() == 1997",
    				"type(self.val1) == google.protobuf.Timestamp",
    			},
    		},
    		{name: "date-time format",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.signing.Signature.getClassifier()> does not have raw return type assignable to org.gradle.api.provider.Property in (Signature.java:0)
    Method <org.gradle.plugins.signing.Signature.getDate()> does not have raw return type assignable to org.gradle.api.provider.Property in (Signature.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top