Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for sesame (0.07 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

       * the segment.
       */
      final int segmentMask;
    
      /**
       * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
       * from also ending up in the same bucket.
       */
      final int segmentShift;
    
      /** The segments, each of which is a specialized hash table. */
      final Segment<K, V>[] segments;
    
      /** The concurrency level. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

            func = orig_func.cloneWithoutRegions();
            module.insert(module.getBody()->begin(), func);
            func.addEntryBlock();
            func.setName(builder.getStringAttr("__sm_exported_" +
                                               orig_func.getName().str()));
            llvm::SmallVector<mlir::Value, 4> args_as_values;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top