Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for recid1 (0.1 sec)

  1. ci/official/utilities/setup_macos.sh

    if [[ "${TFCI_MACOS_BAZEL_TEST_DIR_ENABLE}" == 1 ]]; then
      mkdir -p "${TFCI_MACOS_BAZEL_TEST_DIR_PATH}"
      export TEST_TMPDIR="${TFCI_MACOS_BAZEL_TEST_DIR_PATH}"
    fi
    
    # "TFCI_MACOS_INSTALL_BAZELISK_ENABLE" is used to decide if we need to install
    # Bazelisk manually. We enable this for macOS x86 builds as those VMs do not
    # have Bazelisk pre-installed. "TFCI_MACOS_INSTALL_BAZELISK_URL" contains the
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jun 23 23:03:02 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/suggest/entity/SuggestItemTest.java

            // Test user boost
            item.setUserBoost(2.0f);
            assertEquals(2.0f, item.getUserBoost(), 0.001f);
    
            // Test readings
            String[][] newReadings = { { "read1", "read2" }, { "read3" } };
            item.setReadings(newReadings);
            assertArrayEquals(newReadings, item.getReadings());
    
            // Test fields
            String[] fields = { "field1", "field2" };
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Mon Sep 01 13:33:03 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  3. .bazelrc

    # the pip package on Windows without an intermediate data-file archive, as the
    # build_pip_package script in its current form (as of Aug 2023) uses the
    # runfiles symlink tree to decide what to put into the Python wheel.
    startup --windows_enable_symlinks
    build:windows --enable_runfiles
    build:windows --nobuild_python_zip
    build:windows --dynamic_mode=off
    
    # Default paths for TF_SYSTEM_LIBS
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 22 21:03:34 UTC 2025
    - 56K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/loong64enc1.s

    	XVMODW		X3, X2, X1	// 410ce374
    	XVMODV		X3, X2, X1	// 418ce374
    	XVMODBU		X3, X2, X1	// 410ce674
    	XVMODHU		X3, X2, X1	// 418ce674
    	XVMODWU		X3, X2, X1	// 410ce774
    	XVMODVU		X3, X2, X1	// 418ce774
    
    	// [X]VF{SQRT/RECIP/RSQRT}{F/D} instructions
    	VFSQRTF		V1, V2		// 22e49c72
    	VFSQRTD		V1, V2		// 22e89c72
    	VFRECIPF	V1, V2		// 22f49c72
    	VFRECIPD	V1, V2		// 22f89c72
    	VFRSQRTF	V1, V2		// 22049d72
    	VFRSQRTD	V1, V2		// 22089d72
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Sep 04 19:24:25 UTC 2025
    - 35.5K bytes
    - Viewed (0)
  5. RELEASE.md

        change, but please check the
        [API doc](https://www.tensorflow.org/api_docs/python/tf/keras/optimizers/experimental)
        if any API used in your workflow is changed or deprecated, and make
        adaptations. If you decide to keep using the old optimizer, please
        explicitly change your optimizer to `tf.keras.optimizers.legacy.Optimizer`.
    *   RNG behavior change for `tf.keras.initializers`. Keras initializers will now
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (3)
Back to top