Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 668 for Koss (0.04 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/FileWatcherProbeRegistry.java

    /**
     * A registry of watch probes. A probe serves as a way to prove that a hierarchy Gradle is interested in
     * indeed receives file system events from the operating system.
     * This is to avoid trusting locations where OSs silently not send any events, despite watchers being registered.
     *
     * When the hierarchy is first registered via {@link #registerProbe(File)}, we don't yet create the probe.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. build/pause/CHANGELOG.md

    # 3.8
    
    * Updating base image for Windows container images from nanoserver to `mcr.microsoft.com/oss/kubernetes/windows-pause-image-base` which gets built on a Windows machine.
    This addresses [Cannot modify registry keys during Windows pause image build process #109161](https://github.com/kubernetes/kubernetes/issues/109161)
    
    # 3.7
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 13:09:17 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/api/resource/amount.go

    		return 0
    	case a.value > 0:
    		return 1
    	default:
    		return -1
    	}
    }
    
    // AsInt64 returns the current amount as an int64 at scale 0, or false if the value cannot be
    // represented in an int64 OR would result in a loss of precision. This method is intended as
    // an optimization to avoid calling AsDec.
    func (a int64Amount) AsInt64() (int64, bool) {
    	if a.scale == 0 {
    		return a.value, true
    	}
    	if a.scale < 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 19:42:28 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  4. licenses/github.com/klauspost/compress/LICENSE

    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 30 19:13:15 UTC 2021
    - 16.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/stablehlo_quantizer_odml_oss.ipynb

          ]
        },
        {
          "cell_type": "markdown",
          "metadata": {
            "id": "RJcqTAlfPQjk"
          },
          "source": [
            "# [OSS] JAX to TFLite with StableHLO Quantization Demonstration for ODML."
          ]
        },
        {
          "cell_type": "markdown",
          "metadata": {
            "id": "cqeGmbO6PPNd"
          },
          "source": [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 12 03:40:43 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

            "@stablehlo//:chlo_ops",
        ],
    )
    
    tf_cc_test(
        name = "legalize_tf_quant_test",
        srcs = ["passes/bridge/legalize_tf_quant_test.cc"],
        # TODO(b/299290907): Fix OSS test.
        tags = ["no_oss"],
        deps = [
            "//tensorflow/compiler/jit",
            "//tensorflow/compiler/mlir/tf2xla/api/v2:legalize_tf",
            "//tensorflow/compiler/tf2xla:xla_helpers",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/BUILD

            "@tf_runtime//tools:tfrt_translate",
        ],
    )
    
    # copybara:uncomment_begin(TFRT lit issue b/290857552)
    # glob_tfrt_lit_tests(
    #     data = [":test_utilities"],
    #     # Custom driver is unsupported in OSS. Fails if one is provided.
    #     # copybara:uncomment driver = "//tensorflow/compiler/mlir:run_lit.sh",
    #     exclude = [
    #         "compile.benchmark.large.mlir",
    #         "batch_function_fallback.mlir",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/mlir_graph_optimization_pass_test.cc

      void TearDown() override {
        MlirOptimizationPassRegistry::Global().ClearPasses();
      }
    
      void verifyGraph(const GraphDef& original_graph_def, bool changed = false) {
    // Proto matchers might be unavailable in the OSS.
    #if defined(PLATFORM_GOOGLE)
        GraphDef resulted_graph_def;
        graph_->ToGraphDef(&resulted_graph_def);
    
        if (changed)
          EXPECT_THAT(resulted_graph_def,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 08:25:30 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/aot/tests/BUILD

        name = "all_lit_tests",
        data = [":filecheck_test_utilities"],
        driver = "@llvm-project//mlir:run_lit.sh",
        tags_override = {
            "test_error_message.lit.pbtxt": ["no_oss"],  # TODO(b/150957738): to be fixed on oss.
        },
        test_file_exts = ["lit.pbtxt"],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "filecheck_test_utilities",
        testonly = True,
        srcs = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. deps.xml

    	<property name="site.dir" value="${basedir}/src/main/webapp/WEB-INF/site" />
    	<property name="kopf.branch" value="fess-14" />
    
    	<!-- Maven Repository -->
    	<property name="maven.snapshot.repo.url" value="https://oss.sonatype.org/content/repositories/snapshots" />
    	<property name="maven.release.repo.url" value="https://repo1.maven.org/maven2" />
    
    	<target name="install.jars">
    		<mkdir dir="${target.dir}" />
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:59:50 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top