Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for converts (0.92 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__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)
  4. 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)
  5. 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