Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for getUpdate (0.18 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. src/internal/godebug/godebug.go

    	}
    
    	return s
    }
    
    // setUpdate is provided by package runtime.
    // It calls update(def, env), where def is the default GODEBUG setting
    // and env is the current value of the $GODEBUG environment variable.
    // After that first call, the runtime calls update(def, env)
    // again each time the environment variable changes
    // (due to use of os.Setenv, for example).
    //
    //go:linkname setUpdate
    func setUpdate(update func(string, string))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 14:19:39 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  4. platforms/software/resources-gcs/src/main/java/org/gradle/internal/resource/transport/gcp/gcs/ResourceMapper.java

    final class ResourceMapper {
    
        static ExternalResourceMetaData toExternalResourceMetaData(URI uri, StorageObject storageObject) {
            return new DefaultExternalResourceMetaData(
                uri,
                storageObject.getUpdated().getValue(),
                storageObject.getSize().longValue(),
                storageObject.getContentType(),
                storageObject.getEtag(),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/publish/DecoratingPublishArtifact.java

            return publishArtifact.getClassifier();
        }
    
        @Override
        public File getFile() {
            return publishArtifact.getFile();
        }
    
        @Override
        public Date getDate() {
            return publishArtifact.getDate();
        }
    
        @Override
        public void setName(String name) {
            this.name = name;
        }
    
        @Override
        public void setExtension(String extension) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 28 15:32:09 UTC 2022
    - 3K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/api/internal/artifacts/publish/AbstractPublishArtifactTest.groovy

            TEST_EXT
        }
    
        protected String getTestType() {
            TEST_TYPE
        }
    
        protected String getTestClassifier() {
            TEST_CLASSIFIER
        }
    
        protected Date getDate() {
            TEST_DATE
        }
    
        protected void assertCommonPropertiesAreSet(PublishArtifact artifact, boolean shouldHaveClassifier) {
            assert testName == artifact.name
            assert testType == artifact.type
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 17 11:02:13 UTC 2016
    - 1.9K bytes
    - Viewed (0)
  7. okhttp/src/test/java/okhttp3/HeadersJvmTest.kt

        val headers =
          Headers.Builder()
            .add("testDate", expected)
            .build()
        assertThat(headers["testDate"]).isEqualTo("Thu, 01 Jan 1970 00:00:00 GMT")
        assertThat(headers.getDate("testDate")).isEqualTo(Date(0L))
      }
    
      @Test fun addInstant() {
        val expected = Instant.ofEpochMilli(0L)
        val headers =
          Headers.Builder()
            .add("Test-Instant", expected)
            .build()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/FileSystemPublishArtifact.java

            return getValue().getClassifier();
        }
    
        @Override
        public File getFile() {
            return fileSystemLocation.getAsFile();
        }
    
        @Override
        public Date getDate() {
            return new Date();
        }
    
        @Override
        public TaskDependency getBuildDependencies() {
            return TaskDependencyInternal.EMPTY;
        }
    
        private ArtifactFile getValue() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            op.getLoc(), unpacked_indices_type, op.getIndices(),
            IntegerAttr::get(rewriter.getIntegerType(64), 0));
        rewriter.replaceOpWithNewOp<mhlo::DynamicUpdateSliceOp>(
            op, op.getType(), op.getInput(), op.getUpdate(),
            unpacked_indices.getOutput());
        return success();
      }
    };
    
    // Converts a TF XlaReduceScatter op to ReduceScatter HLO.
    class ConvertXlaReduceScatterOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/date.js

    h=Math.floor((f.getTime()-e.getTime())/864e5),i=g+h/(c(f.getFullYear())?366:365),j=((i+"").split(".")[1]||"").substr(0,3);return i>=0?Math.floor(i)+(j>=915?1:0):(j*=10,Math.floor(i)+(j<=840?1:0))}function c(a){var b=new Date(a,1,28);return b.setDate(b.getDate()+1),1===b.getMonth()}a.formUtils.registerLoadedModule("date"),a.formUtils.addValidator({name:"time",validatorFunction:function(a){if(null===a.match(/^(\d{2}):(\d{2})$/))return!1;var b=parseInt(a.split(":")[0],10),c=parseInt(a.split(":")[1],10);r...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 1.6K bytes
    - Viewed (0)
Back to top