Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for resMatch (0.11 sec)

  1. cmd/bucket-replication.go

    		lastCheckpoint = st.Object
    	}
    	workers := make([]chan ReplicateObjectInfo, resyncParallelRoutines)
    	resultCh := make(chan TargetReplicationResyncStatus, 1)
    	defer xioutil.SafeClose(resultCh)
    	go func() {
    		for r := range resultCh {
    			s.incStats(r, opts)
    			globalSiteResyncMetrics.updateMetric(r, opts.resyncID)
    		}
    	}()
    
    	var wg sync.WaitGroup
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  2. cmd/admin-handlers.go

    	// is critical for debugging, in contrary to getting cluster info
    	ctx, cancel := context.WithTimeout(ctx, 10*time.Second)
    	defer cancel()
    
    	resultCh := make(chan madmin.ClusterRegistrationInfo)
    
    	go func() {
    		defer xioutil.SafeClose(resultCh)
    
    		ci := madmin.ClusterRegistrationInfo{}
    		ci.Info.NoOfServerPools = len(globalEndpoints)
    		ci.Info.NoOfServers = totalNodeCount()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    media.aero
    microlight.aero
    modelling.aero
    navigation.aero
    parachuting.aero
    paragliding.aero
    passenger-association.aero
    pilot.aero
    press.aero
    production.aero
    recreation.aero
    repbody.aero
    res.aero
    research.aero
    rotorcraft.aero
    safety.aero
    scientist.aero
    services.aero
    show.aero
    skydiving.aero
    software.aero
    student.aero
    trader.aero
    trading.aero
    trainer.aero
    union.aero
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    http://deeplearning.cs.cmu.edu/pdfs/Hochreiter97_lstm.pdf
    S. Hochreiter and J. Schmidhuber. 'Long Short-Term Memory'. Neural Computation,
    9(8):1735-1780, 1997.
    The peephole implementation is based on:
    https://research.google.com/pubs/archive/43905.pdf
    Hasim Sak, Andrew Senior, and Francoise Beaufays. 'Long short-term memory
    recurrent neural network architectures for large scale acoustic modeling.'
    INTERSPEECH, 2014.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  5. src/debug/elf/elf.go

    	ELFOSABI_OPENBSD    OSABI = 12  /* OpenBSD */
    	ELFOSABI_OPENVMS    OSABI = 13  /* Open VMS */
    	ELFOSABI_NSK        OSABI = 14  /* HP Non-Stop Kernel */
    	ELFOSABI_AROS       OSABI = 15  /* Amiga Research OS */
    	ELFOSABI_FENIXOS    OSABI = 16  /* The FenixOS highly scalable multi-core OS */
    	ELFOSABI_CLOUDABI   OSABI = 17  /* Nuxi CloudABI */
    	ELFOSABI_ARM        OSABI = 97  /* ARM */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top