Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for weights (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                    // to the "real" names.
                    // 2. Longer names are more likely to be internal aliases.
                    //
                    // Example set of object names created by Keras for the weight
                    // matrix of a fully connected layer on a trivial FC mnist
                    // model:
                    // - `model.layer-1.kernel` (this is the "best" name)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	//
    	// Otherwise if e.g. ReadMemStats is being called in a loop,
    	// it might stomp on other attempts to stop the world, such as
    	// for starting or ending GC. The operation this blocks is
    	// so heavy-weight that we should just try to be as fair as
    	// possible here.
    	//
    	// We don't want to just allow us to get preempted between now
    	// and releasing the semaphore because then we keep everyone
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    repeating the previous list.  The number of identifiers must be equal
    to the number of expressions in the previous list.
    Together with the <a href="#Iota"><code>iota</code> constant generator</a>
    this mechanism permits light-weight declaration of sequential values:
    </p>
    
    <pre>
    const (
    	Sunday = iota
    	Monday
    	Tuesday
    	Wednesday
    	Thursday
    	Friday
    	Partyday
    	numberOfDays  // this constant is not exported
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top