Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for gooses (0.14 sec)

  1. RELEASE.md

            not supported when used with `tf.distribute.Strategy` outside of
            built-in training loops like `tf.keras` `compile`/`fit`.
        *   Wraps losses passed to the `compile` API (strings and v1 losses) which
            are not instances of v2 `Loss` class in `LossWrapper` class. => All
            losses will now use `SUM_OVER_BATCH_SIZE` reduction as default.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    	}
    
    	testCases := map[string]struct {
    		podOSes           []*core.PodOS
    		containerStatuses []core.ContainerStatus
    		wantFieldErrors   field.ErrorList
    	}{
    		"nil container user is valid": {
    			podOSes:           []*core.PodOS{nil, {Name: core.Linux}},
    			containerStatuses: []core.ContainerStatus{},
    		},
    		"empty container user is valid": {
    			podOSes: []*core.PodOS{nil, {Name: core.Linux}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    quantity of Motion in the World. For if two Globes joined by a slender
    Rod, revolve about their common Center of Gravity with an uniform
    Motion, while that Center moves on uniformly in a right Line drawn in
    the Plane of their circular Motion; the Sum of the Motions of the two
    Globes, as often as the Globes are in the right Line described by their
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1FABF         ; valid                  ;      ; NV8    # 15.0 GOOSE
    1FAC0..1FAC2  ; valid                  ;      ; NV8    # 13.0 ANATOMICAL HEART..PEOPLE HUGGING
    1FAC3..1FAC5  ; valid                  ;      ; NV8    # 14.0 PREGNANT MAN..PERSON WITH CROWN
    1FAC6..1FACD  ; disallowed                             # NA   <reserved-1FAC6>..<reserved-1FACD>
    1FACE..1FACF  ; valid                  ;      ; NV8    # 15.0 MOOSE..DONKEY
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_TPUCompileSucceededAssertOp : TF_Op<"TPUCompileSucceededAssert", [TF_MustExecute]> {
      let summary = "Asserts that compilation succeeded.";
    
      let description = [{
    This op produces no output and closes the device during failure to ensure all
    pending device interactions fail.
    
    'compilation_status' is a serialized CompilationResultProto.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top