Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for drill (0.04 sec)

  1. src/encoding/gob/encoder.go

    		// we need to tell the other side that the base type is a GobEncoder.
    		return enc.sendActualType(w, state, ut, ut.base)
    	}
    
    	// It's a concrete value, so drill down to the base type.
    	switch rt := ut.base; rt.Kind() {
    	default:
    		// Basic types and interfaces do not need to be described.
    		return
    	case reflect.Slice:
    		// If it's []uint8, don't send; it's considered basic.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. ci/official/requirements_updater/requirements.in

    numpy ~= 1.23.5 ; python_version <= "3.11"
    numpy ~= 1.26.0 ; python_version >= "3.12"
    wheel ~= 0.41.2
    h5py >= 3.10.0
    lit ~= 17.0.2
    opt_einsum == 3.3.0
    astunparse == 1.6.3
    dill == 0.3.7
    astor == 0.7.1
    typing_extensions == 4.8.0
    gast == 0.4.0
    termcolor == 2.3.0
    wrapt == 1.16.0
    tblib == 2.0.0
    ml_dtypes >= 0.4.0, < 0.5.0
    
    # Install tensorboard, and keras
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 19:00:33 UTC 2024
    - 834 bytes
    - Viewed (0)
Back to top