Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for controlling (0.06 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

         * This message is shown to users on the main search page.
         */
        @Size(max = 3000)
        public String notificationSearchTop;
    
        /**
         * System log level for controlling log verbosity.
         * Controls the level of detail in system log messages.
         */
        @Size(max = 10)
        public String logLevel;
    
        /**
         * Storage service endpoint URL for cloud storage integration.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  2. RELEASE.md

            and related delegate configuration methods directly.
        *   Deprecates `Interpreter::SetAllowFp16PrecisionForFp32(bool)` C++ API.
            Prefer controlling this via delegate options, e.g.
            `tflite::StatefulNnApiDelegate::Options::allow_fp16'
            or`TfLiteGpuDelegateOptionsV2::is_precision_loss_allowed`.
    *   GPU
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top