Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for types2 (0.23 sec)

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

    	v_2 := v.Args[2]
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (ADCSflags x y (Select1 <types.TypeFlags> (ADDSconstflags [-1] (ADCzerocarry <typ.UInt64> c))))
    	// result: (ADCSflags x y c)
    	for {
    		x := v_0
    		y := v_1
    		if v_2.Op != OpSelect1 || v_2.Type != types.TypeFlags {
    			break
    		}
    		v_2_0 := v_2.Args[0]
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                      type: object
                                  type: object
                                  x-kubernetes-map-type: atomic
                              type: object
                          type: object
                        hostname:
                          description: |-
                            Hostname specifies the virtual hostname to match for protocol types that
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritegeneric.go

    	b := v.Block
    	config := b.Func.Config
    	typ := &b.Func.Config.Types
    	// match: (ConstSlice)
    	// cond: config.PtrSize == 4
    	// result: (SliceMake (ConstNil <v.Type.Elem().PtrTo()>) (Const32 <typ.Int> [0]) (Const32 <typ.Int> [0]))
    	for {
    		if !(config.PtrSize == 4) {
    			break
    		}
    		v.reset(OpSliceMake)
    		v0 := b.NewValue0(v.Pos, OpConstNil, v.Type.Elem().PtrTo())
    		v1 := b.NewValue0(v.Pos, OpConst32, typ.Int)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  4. RELEASE.md

    * Making the `tf.function` type system fully available:
    
        * `tf.types.experimental.TraceType` now allows custom tf.function inputs to declare Tensor decomposition and type casting support.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType."
              },
              "type": {
                "description": "Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.",
                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.autoscaling.v1.Scale": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    from tensorflow.python.ops import bitwise_ops
    
    # flip 2 (00000010) to -3 (11111101)
    tf.assert_equal(-3, bitwise_ops.invert(2))
    
    dtype_list = [dtypes.int8, dtypes.int16, dtypes.int32, dtypes.int64,
                  dtypes.uint8, dtypes.uint16, dtypes.uint32, dtypes.uint64]
    
    inputs = [0, 5, 3, 14]
    for dtype in dtype_list:
      # Because of issues with negative numbers, let's test this indirectly.
      # 1. invert(a) and a = 0
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.build.event.types.AbstractOperationResult> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractOperationResult.java:0)
    Class <org.gradle.internal.build.event.types.AbstractProgressEvent> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractProgressEvent.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)
  8. pkg/apis/core/validation/validation_test.go

    		}},
    		field.ErrorList{
    			{Type: field.ErrorTypeInvalid, Field: "containers[0].livenessProbe.initialDelaySeconds"},
    			{Type: field.ErrorTypeInvalid, Field: "containers[0].livenessProbe.timeoutSeconds"},
    			{Type: field.ErrorTypeInvalid, Field: "containers[0].livenessProbe.periodSeconds"},
    			{Type: field.ErrorTypeInvalid, Field: "containers[0].livenessProbe.successThreshold"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top