Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 143 for freezes (0.12 sec)

  1. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java

    import org.dbflute.twowaysql.style.BoundDateDisplayStyle;
    import org.opensearch.action.search.SearchRequestBuilder;
    import org.opensearch.common.unit.TimeValue;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public abstract class EsAbstractConditionBean implements ConditionBean {
    
        // ===================================================================================
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsGroupCA.java

    import org.opensearch.search.aggregations.metrics.TopHitsAggregationBuilder;
    import org.opensearch.search.aggregations.metrics.ValueCountAggregationBuilder;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public abstract class BsGroupCA extends EsAbstractConditionAggregation {
    
        // ===================================================================================
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchLogDbm.java

    import org.dbflute.dbmeta.name.TableSqlName;
    import org.dbflute.dbmeta.property.PropertyGateway;
    import org.dbflute.dbway.DBDef;
    import org.dbflute.util.DfTypeUtil;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class SearchLogDbm extends AbstractDBMeta {
    
        protected static final Class<?> suppressUnusedImportLocalDateTime = LocalDateTime.class;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/unfreeze_constants.cc

    constexpr absl::string_view kDefaultConstName = "const";
    
    // The default lower threshold for the constant size for unfreezing.
    constexpr int64_t kDefaultConstantSizeThresholdInBytes = 64 * 1024;  // 64KiB
    
    // This pass "unfreezes" constants found in the moudle and converts them to
    // `tf.VarHandleOp`s. Also, an initialization pattern
    // `tf.AssignVariableOp(tf.VarHandleOp, tf.ConstOp)` is inserted to the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 16 15:04:53 UTC 2023
    - 14K bytes
    - Viewed (0)
  5. src/runtime/mgcsweep.go

    // license that can be found in the LICENSE file.
    
    // Garbage collector: sweeping
    
    // The sweeper consists of two different algorithms:
    //
    // * The object reclaimer finds and frees unmarked slots in spans. It
    //   can free a whole span if none of the objects are marked, but that
    //   isn't its goal. This can be driven either synchronously by
    //   mcentral.cacheSpan for mcentral spans, or asynchronously by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:52:18 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/tfcompile.bzl

        if freeze_checkpoint or freeze_saver:
            if not freeze_checkpoint:
                fail("freeze_checkpoint must be specified when freeze_saver is " +
                     "specified")
    
            freeze_name = "freeze_" + name
            freeze_file = freeze_name + ".pb"
    
            # First run tfcompile to generate the list of out_nodes.
            #
            # Here and below, we set CUDA_VISIBLE_DEVICES='' to prevent the code we
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java

    import org.dbflute.dbmeta.name.TableSqlName;
    import org.dbflute.dbmeta.property.PropertyGateway;
    import org.dbflute.dbway.DBDef;
    import org.dbflute.util.DfTypeUtil;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class FileConfigDbm extends AbstractDBMeta {
    
        protected static final Class<?> suppressUnusedImportLocalDateTime = LocalDateTime.class;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsUserInfoCQ.java

    import org.opensearch.index.query.functionscore.FunctionScoreQueryBuilder;
    import org.opensearch.index.query.functionscore.FunctionScoreQueryBuilder.FilterFunctionBuilder;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public abstract class BsUserInfoCQ extends EsAbstractConditionQuery {
    
        protected static final Class<?> suppressUnusedImportLocalDateTime = LocalDateTime.class;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/passes/passes.h

    // the node that saves the variables, after the ModuleOp has been exported as
    // GraphDef.
    std::unique_ptr<OperationPass<ModuleOp>> CreateMergeSaveFunctionOpsToMainPass();
    
    // Creates a pass that "unfreezes" ConstOps into variables. Each ConstOp's use
    // will be replaced by a VarHandleOp -> ReadVariableOp pattern. The newly
    // created variables will be initialized in the session initializer function via
    // AssignVariableOps.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. cmd/server-main.go

    			if err := verifyServerSystemConfig(GlobalContext, globalEndpoints, globalGrid.Load()); err != nil {
    				logger.Fatal(err, "Unable to start the server")
    			}
    		})
    	}
    
    	if !globalDisableFreezeOnBoot {
    		// Freeze the services until the bucket notification subsystem gets initialized.
    		bootstrapTrace("freezeServices", freezeServices)
    	}
    
    	var newObject ObjectLayer
    	bootstrapTrace("newObjectLayer", func() {
    		var err error
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 15:12:57 UTC 2024
    - 34.5K bytes
    - Viewed (1)
Back to top