Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for gram (0.21 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    gt
    com.gt
    edu.gt
    gob.gt
    ind.gt
    mil.gt
    net.gt
    org.gt
    
    // gu : http://gadao.gov.gu/register.html
    // University of Guam : https://www.uog.edu
    // Submitted by ******@****.***
    gu
    com.gu
    edu.gu
    gov.gu
    guam.gu
    info.gu
    net.gu
    org.gu
    web.gu
    
    // gw : https://en.wikipedia.org/wiki/.gw
    // gw : https://nic.gw/regras/
    gw
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. cmd/bucket-replication.go

    	}
    }
    
    const (
    	minLargeObjSize = 128 * humanize.MiByte // 128MiB
    )
    
    // getWorkerCh gets a worker channel deterministically based on bucket and object names.
    // Must be able to grab read lock from p.
    
    func (p *ReplicationPool) getWorkerCh(bucket, object string, sz int64) chan<- ReplicationWorkerOperation {
    	h := xxh3.HashString(bucket + object)
    	p.mu.RLock()
    	defer p.mu.RUnlock()
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
  3. tensorflow/c/c_api.cc

                n->name(),
                "). This is a bug. Please file an issue at "
                "https://github.com/tensorflow/tensorflow/issues.");
          }
        }
      }
    
      // Unpack the results from grad_outputs_arg.
      TFOutputsFromOutputs(dy_arg, dy);
    #endif  // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD)
    }
    
    // TF_Session functions ----------------------------------------------
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
Back to top