Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 3$ (0.09 sec)

  1. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: is32Bit(c<<3)
    	// result: (FMOVDload ptr [int32(c)<<3] mem)
    	for {
    		ptr := v_0
    		if v_1.Op != OpARM64MOVDconst {
    			break
    		}
    		c := auxIntToInt64(v_1.AuxInt)
    		mem := v_2
    		if !(is32Bit(c << 3)) {
    			break
    		}
    		v.reset(OpARM64FMOVDload)
    		v.AuxInt = int32ToAuxInt(int32(c) << 3)
    		v.AddArg2(ptr, mem)
    		return true
    	}
    	return false
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    `a` and `b` must be the same shape; they can either be simple 3-element vectors,
    or any shape where the innermost dimension is 3. In the latter case, each pair
    of corresponding 3-element vectors is cross-multiplied independently.
      }];
    
      let arguments = (ins
        Arg<TF_IntOrFpTensor, [{A tensor containing 3-element vectors.}]>:$a,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		replicas:             3,
    		fullyLabeledReplicas: 3,
    		readyReplicas:        3,
    		availableReplicas:    -1,
    		observedGeneration:   2,
    		expectedErr:          true,
    	}, {
    		name:                 "invalid observedGeneration",
    		replicas:             3,
    		fullyLabeledReplicas: 3,
    		readyReplicas:        3,
    		availableReplicas:    3,
    		observedGeneration:   -1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.plugins.DefaultObjectConfigurationAction$3> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultObjectConfigurationAction.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewritegeneric.go

    		if v_1.Op != OpStructMake4 {
    			break
    		}
    		t := v_1.Type
    		f3 := v_1.Args[3]
    		f0 := v_1.Args[0]
    		f1 := v_1.Args[1]
    		f2 := v_1.Args[2]
    		mem := v_2
    		v.reset(OpStore)
    		v.Aux = typeToAux(t.FieldType(3))
    		v0 := b.NewValue0(v.Pos, OpOffPtr, t.FieldType(3).PtrTo())
    		v0.AuxInt = int64ToAuxInt(t.FieldOff(3))
    		v0.AddArg(dst)
    		v1 := b.NewValue0(v.Pos, OpStore, types.TypeMem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  6. RELEASE.md

            breakage on user side (eg if the test is checking against some golden
            number). These 3 APIs will allow user to disable and switch back to
            legacy behavior if they prefer. In future (eg TF 2.10), we expect to
            totally remove the legacy code path (stateful random Ops), and these 3
            APIs will be removed as well.
        *   `tf.keras.callbacks.experimental.BackupAndRestore` is now available as
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "updateStrategy": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      2. Multiple Listeners with the same Port that use either the "HTTPS" or
                         "TLS" Protocol that all have unique Hostname values.
                      3. A mixture of "TCP" and "UDP" Protocol Listeners, where no Listener
                         with the same Protocol has the same Port value.
    
    
                      Some fields in the Listener struct have possible values that affect
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top