Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 8,744 for in (0.01 sec)

  1. ci/official/requirements_updater/numpy1_requirements/requirements.in

    tblib == 2.0.0
    ml_dtypes >= 0.5.1, < 0.6.0
    auditwheel ~= 6.1.0
    # Install tensorboard, and keras
    # Note that here we want the latest version that matches TF major.minor version
    # Note that we must use nightly here as these are used in nightly jobs
    # For release jobs, we will pin these on the release branch
    keras-nightly ~= 3.0.0.dev
    tb-nightly ~= 2.18.0.a
    # Test dependencies
    grpcio >= 1.24.3, < 2.0
    portpicker == 1.6.0
    scipy == 1.11.3
    Registered: 2025-05-27 12:39
    - Last Modified: 2025-02-27 17:34
    - 1.4K bytes
    - Viewed (0)
  2. ci/official/requirements_updater/requirements.in

    tblib == 2.0.0
    ml_dtypes >= 0.5.1, < 0.6.0
    auditwheel >= 6.1.0
    # Install tensorboard, and keras
    # Note that here we want the latest version that matches TF major.minor version
    # Note that we must use nightly here as these are used in nightly jobs
    # For release jobs, we will pin these on the release branch
    keras-nightly ~= 3.0.0.dev
    tb-nightly ~= 2.19.0.a
    # Test dependencies
    grpcio >= 1.24.3, < 2.0
    portpicker == 1.6.0
    scipy >= 1.13.0
    Registered: 2025-05-27 12:39
    - Last Modified: 2025-04-08 22:00
    - 1.4K bytes
    - Viewed (0)
  3. src/main/assemblies/files/fess.in.bat

    @echo off
    
    if DEFINED JAVA_HOME goto cont
    
    :err
    ECHO JAVA_HOME environment variable must be set! 1>&2
    EXIT /B 1 
    
    :cont
    set SCRIPT_DIR=%~dp0
    for %%I in ("%SCRIPT_DIR%..") do set FESS_HOME=%%~dpfI
    
    
    REM ***** JAVA options *****
    
    if "%FESS_MIN_MEM%" == "" (
    set FESS_MIN_MEM=256m
    )
    
    if "%FESS_MAX_MEM%" == "" (
    set FESS_MAX_MEM=1g
    )
    
    if NOT "%FESS_HEAP_SIZE%" == "" (
    set FESS_MIN_MEM=%FESS_HEAP_SIZE%
    Registered: 2025-05-26 08:04
    - Last Modified: 2023-01-15 06:32
    - 4.2K bytes
    - Viewed (0)
  4. src/main/assemblies/files/fess.in.sh

    #!/bin/sh
    
    FESS_CLASSPATH=$FESS_HOME/lib/classes
    
    # JAVA_OPTS is not a built-in JVM mechanism but some people think it is so we
    # warn them that we are not observing the value of $JAVA_OPTS
    if [ ! -z "$JAVA_OPTS" ]; then
      echo -n "warning: ignoring JAVA_OPTS=$JAVA_OPTS; "
      echo "pass JVM parameters via FESS_JAVA_OPTS"
    fi
    
    if [ "x$FESS_MIN_MEM" = "x" ]; then
        FESS_MIN_MEM=256m
    fi
    if [ "x$FESS_MAX_MEM" = "x" ]; then
        FESS_MAX_MEM=2g
    Registered: 2025-05-26 08:04
    - Last Modified: 2023-01-15 06:32
    - 4.7K bytes
    - Viewed (0)
  5. .github/ISSUE_TEMPLATE/tflite-in-play-services.md

    ---
    name: TensorFlow Lite in Play Services issue
    about: Use this template for issues with TensorFlow Lite in Google Play Services
    labels: 'comp:lite-in-play-services'
    
    ---
    
    **System information**
    - Android Device information (use `adb shell getprop ro.build.fingerprint`
      if possible):
    - TensorFlow Lite in Play Services SDK version (found in `build.gradle`):
    - Google Play Services version
    Registered: 2025-05-27 12:39
    - Last Modified: 2022-06-15 03:35
    - 880 bytes
    - Viewed (0)
  6. docs/de/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    Damit wird auch vermieden, neue Entwickler möglicherweise zu verwirren, die einen nicht verwendeten Parameter in Ihrem Code sehen und ihn für unnötig halten könnten.
    
    ///
    
    /// info
    
    In diesem Beispiel verwenden wir zwei erfundene benutzerdefinierte Header `X-Key` und `X-Token`.
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-18 02:25
    - 3.2K bytes
    - Viewed (0)
  7. docs/zh/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-18 02:25
    - 2.6K bytes
    - Viewed (0)
  8. docs/ko/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-18 02:25
    - 3.1K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-18 02:25
    - 3.1K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-18 02:25
    - 2.9K bytes
    - Viewed (0)
Back to top