Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for delete_old_dirs (0.27 sec)

  1. tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/saved_model.pbtxt

              name: "checkpoint_prefixes"
              type: DT_STRING
            }
            input_arg {
              name: "destination_prefix"
              type: DT_STRING
            }
            attr {
              name: "delete_old_dirs"
              type: "bool"
              default_value {
                b: true
              }
            }
          }
          op {
            name: "Mul"
            input_arg {
              name: "x"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 01:10:27 UTC 2017
    - 46.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/DataIndexHelper.java

    import org.opensearch.index.query.QueryBuilders;
    
    public class DataIndexHelper {
    
        private static final Logger logger = LogManager.getLogger(DataIndexHelper.class);
    
        private static final String DELETE_OLD_DOCS = "delete_old_docs";
    
        private static final String KEEP_EXPIRES_DOCS = "keep_expires_docs";
    
        protected long crawlingExecutionInterval = Constants.DEFAULT_CRAWLING_EXECUTION_INTERVAL;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    result is one logical checkpoint, with one physical metadata file and renamed
    data files.
    
    Intended for "grouping" multiple checkpoints in a sharded checkpoint setup.
    
    If delete_old_dirs is true, attempts to delete recursively the dirname of each
    path in the input checkpoint_prefixes.  This is useful when those paths are non
    user-facing temporary locations.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              name: "checkpoint_prefixes"
              type: DT_STRING
            }
            input_arg {
              name: "destination_prefix"
              type: DT_STRING
            }
            attr {
              name: "delete_old_dirs"
              type: "bool"
              default_value {
                b: true
              }
            }
            attr {
              name: "allow_missing_files"
              type: "bool"
              default_value {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top