Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for converts (0.45 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    On Linux and MacOS systems, convert animated GIFs from compressed to
    uncompressed by running:
    
        convert $src.gif -coalesce $dst.gif
    
    This op also supports decoding JPEGs and PNGs, though it is cleaner to use
    `tf.io.decode_image`.
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{0-D.  The GIF-encoded image.}]>:$contents
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        *   `parallel_for.pfor`: add converters for Softmax, LogSoftmax, IsNaN, All,
            Any, and MatrixSetDiag.
        *   `parallel_for`: add converters for LowerTriangularSolve and Cholesky.
        *   `parallel_for`: add converters for `LogMatrixDeterminant` and
            `MatrixBandPart`.
        *   `parallel_for`: Add converter for `MatrixDiag`.
        *   `parallel_for`: Add converters for `OneHot`, `LowerBound`, `UpperBound`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names",
                "type": "string"
              },
              "uid": {
                "default": "",
                "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids",
                "type": "string"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

            description: |-
              BackendTLSPolicy provides a way to configure how a Gateway
              connects to a Backend via TLS.
            properties:
              apiVersion:
                description: |-
                  APIVersion defines the versioned schema of this representation of an object.
                  Servers should convert recognized schemas to the latest internal value, and
                  may reject unrecognized values.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

    ...
    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. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v.AddArg2(v0, v2)
    		return true
    	}
    	return false
    }
    func rewriteValuegeneric_OpConvert(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (Convert (Add64 (Convert ptr mem) off) mem)
    	// result: (AddPtr ptr off)
    	for {
    		if v_0.Op != OpAdd64 {
    			break
    		}
    		_ = v_0.Args[1]
    		v_0_0 := v_0.Args[0]
    		v_0_1 := v_0.Args[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    			},
    			numErrs: 1,
    		},
    		/* Service IP Family */
    		{
    			name: "convert from ExternalName",
    			tweakSvc: func(oldSvc, newSvc *core.Service) {
    				oldSvc.Spec.Type = core.ServiceTypeExternalName
    				newSvc.Spec.Type = core.ServiceTypeClusterIP
    			},
    			numErrs: 0,
    		}, {
    			name: "invalid: convert to ExternalName",
    			tweakSvc: func(oldSvc, newSvc *core.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"NamedValue.Name", Field, 8},
    		{"NamedValue.Ordinal", Field, 8},
    		{"NamedValue.Value", Field, 8},
    		{"NamedValueChecker", Type, 9},
    		{"NotNull", Type, 0},
    		{"NotNull.Converter", Field, 0},
    		{"Null", Type, 0},
    		{"Null.Converter", Field, 0},
    		{"Pinger", Type, 8},
    		{"Queryer", Type, 1},
    		{"QueryerContext", Type, 8},
    		{"Result", Type, 0},
    		{"ResultNoRows", Var, 0},
    		{"Rows", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.launcher.cli.converter.BuildLayoutConverter$Result> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildLayoutConverter.java:0)
    Class <org.gradle.launcher.cli.converter.BuildLayoutConverter> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildLayoutConverter.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)
Back to top