Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Opcode (0.14 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    	},
    	"encoding/pem": {
    		{"Block", Type, 0},
    		{"Block.Bytes", Field, 0},
    		{"Block.Headers", Field, 0},
    		{"Block.Type", Field, 0},
    		{"Decode", Func, 0},
    		{"Encode", Func, 0},
    		{"EncodeToMemory", Func, 0},
    	},
    	"encoding/xml": {
    		{"(*Decoder).Decode", Method, 0},
    		{"(*Decoder).DecodeElement", Method, 0},
    		{"(*Decoder).InputOffset", Method, 4},
    		{"(*Decoder).InputPos", Method, 19},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			},
    			numErrs: 0,
    		}, {
    			name:          "valid vip ipMode",
    			ipModeEnabled: true,
    			tweakLBStatus: func(s *core.LoadBalancerStatus) {
    				s.Ingress = []core.LoadBalancerIngress{{
    					IP:     "1.2.3.4",
    					IPMode: &ipModeVIP,
    				}}
    			},
    			numErrs: 0,
    		}, {
    			name:          "valid proxy ipMode",
    			ipModeEnabled: true,
    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. RELEASE.md

                create status using an error code without accessing it.
            *   Use the free functions such as
                `tensorflow::errors::IsInvalidArgument` if needed.
            *   In the last resort, use
                e.g.`static_cast<tensorflow::errors::Code>(error::Code::INVALID_ARGUMENT)`
                or `static_cast<int>(code)` for comparisons.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let results = (outs
        TF_Tensor:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_DecodeAndCropJpegOp : TF_Op<"DecodeAndCropJpeg", [Pure]> {
      let summary = "Decode and Crop a JPEG-encoded image to a uint8 tensor.";
    
      let description = [{
    The attr `channels` indicates the desired number of color channels for the
    decoded image.
    
    Accepted values are:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "code": {
                "description": "Suggested HTTP return code for this status, 0 if not set.",
                "format": "int32",
                "type": "integer"
              },
              "details": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "code": {
                "description": "Suggested HTTP return code for this status, 0 if not set.",
                "format": "int32",
                "type": "integer"
              },
              "details": {
                "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)
Back to top