Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 92 of 92 for Child (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.cc

    // Note: If memory usage ever becomes a bottleneck here (not expected) we could
    // use a Trie-like data structure to avoid storing side effects in both parent
    // op and all its child ops (recursively), at the expense of lookup time.
    using OpSideEffectMap = std::unordered_map<Operation*, SideEffectsByResourceId>;
    
    // Update `side_effects_by_resource_id` with `side_effects`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  2. cmd/data-scanner.go

    			// and the entry itself is compacted.
    			if !into.Compacted && f.oldCache.isCompacted(h) {
    				if !h.mod(f.oldCache.Info.NextCycle, dataUsageUpdateDirCycles) {
    					// Transfer and add as child...
    					f.newCache.copyWithChildren(&f.oldCache, h, folder.parent)
    					into.addChild(h)
    					continue
    				}
    			}
    			f.updateCurrentPath(folder.name)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:43:17 UTC 2024
    - 47.6K bytes
    - Viewed (0)
Back to top