Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for fingerprinting (0.27 sec)

  1. tensorflow/cc/saved_model/fingerprinting_utils_test.cc

    #include "tsl/platform/test.h"
    // IWYU pragma: no_include "third_party/protobuf/io/zero_copy_stream_impl_lite.h"
    // IWYU pragma: no_include "third_party/protobuf/util/message_differencer.h"
    
    namespace tensorflow::saved_model::fingerprinting {
    
    namespace {
    
    using fingerprinting_utils_internal::fieldTagMatches;
    using fingerprinting_utils_internal::HashFields;
    using fingerprinting_utils_internal::HashGraphDef;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  2. testing/performance/src/performanceTest/groovy/org/gradle/performance/regression/buildcache/TaskOutputCachingJavaPerformanceTest.groovy

        )
        /*
         * Similar to the "first use" scenario, because ephemeral agents have no local caches, but we do have a well-populated remote
         * cache. This scenario measures how much overhead Gradle's startup and input fingerprinting add on top of the cache hits.
         */
        def "clean check on ephemeral ci with remote http cache"() {
            runner.cleanTasks = ["clean"]
            runner.tasksToRun = ["check"]
            protocol = "http"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 13:08:21 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/fingerprinting_utils.cc

    // IWYU pragma: no_include "third_party/protobuf/io/coded_stream.h"
    // IWYU pragma: no_include "third_party/protobuf/io/zero_copy_stream_impl_lite.h"
    
    namespace tensorflow::saved_model::fingerprinting {
    
    using ::tensorflow::proto_splitter::ChunkedField;
    using ::tensorflow::proto_splitter::ChunkedMessage;
    using ::tensorflow::proto_splitter::ChunkInfo;
    using ::tensorflow::proto_splitter::ChunkMetadata;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleDistribution.java

         */
        boolean isWrapperSupportsGradleUserHomeCommandLineOption();
    
        /**
         * Returns true if this version always adds a task execution exception around all failures, such as input fingerprinting or property validation failures, rather than only around task action failures.
         */
        boolean isAddsTaskExecutionExceptionAroundAllTaskFailures();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/loader.cc

    #include <utility>
    
    #include "absl/status/status.h"
    #include "absl/strings/str_cat.h"
    #include "absl/strings/str_join.h"
    #include "tensorflow/cc/saved_model/constants.h"
    #include "tensorflow/cc/saved_model/fingerprinting.h"
    #include "tensorflow/cc/saved_model/loader_util.h"
    #include "tensorflow/cc/saved_model/metrics.h"
    #include "tensorflow/cc/saved_model/reader.h"
    #include "tensorflow/cc/saved_model/util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintController.kt

            }
    
            override fun dispose(): WritingState {
                return this
            }
        }
    
        private
        var writingState: WritingState = Idle()
    
        // Start fingerprinting if not already started and not already committed
        // This should be strict but currently this method may be called multiple times when a
        // build invocation both runs tasks and queries models
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/hash/FarmHashFingerprint64.java

    import static java.lang.Long.rotateRight;
    
    import com.google.common.annotations.VisibleForTesting;
    
    /**
     * Implementation of FarmHash Fingerprint64, an open-source fingerprinting algorithm for strings.
     *
     * <p>Its speed is comparable to CityHash64, and its quality of hashing is at least as good.
     *
     * <p>Note to maintainers: This implementation relies on signed arithmetic being bit-wise equivalent
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 01 22:39:48 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  8. guava/src/com/google/common/hash/FarmHashFingerprint64.java

    import static java.lang.Long.rotateRight;
    
    import com.google.common.annotations.VisibleForTesting;
    
    /**
     * Implementation of FarmHash Fingerprint64, an open-source fingerprinting algorithm for strings.
     *
     * <p>Its speed is comparable to CityHash64, and its quality of hashing is at least as good.
     *
     * <p>Note to maintainers: This implementation relies on signed arithmetic being bit-wise equivalent
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 01 22:39:48 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/internal/classpath/BuildScriptClasspathIntegrationSpec.groovy

            2000        || 2
            3200        || 3
        }
    
        @NotYetImplemented
        // Instrumentation with artifact transform doesn't support that yet
        def "transformation normalizes input jars before fingerprinting"() {
            requireOwnGradleUserHomeDir() // inspects cached content
    
            given:
            def buildClassSource = '''
                package org.gradle.test;
                public class BuildClass {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:47 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/serialize/Codecs.kt

                BuildServiceProviderCodec(buildStateRegistry),
                FlowProvidersCodec(flowProviders)
            )
        )
    
        /**
         * Returns a Codec for Provider implementations supported in the fingerprinting context. For example, BuildServiceProviders are not supported.
         */
        private
        fun nestedProviderCodecForFingerprint(
            valueSourceProviderFactory: ValueSourceProviderFactory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 18.8K bytes
    - Viewed (0)
Back to top