Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for encodeArg (0.21 sec)

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

    		{"(*Decoder).RawToken", Method, 0},
    		{"(*Decoder).Skip", Method, 0},
    		{"(*Decoder).Token", Method, 0},
    		{"(*Encoder).Close", Method, 20},
    		{"(*Encoder).Encode", Method, 0},
    		{"(*Encoder).EncodeElement", Method, 2},
    		{"(*Encoder).EncodeToken", Method, 2},
    		{"(*Encoder).Flush", Method, 2},
    		{"(*Encoder).Indent", Method, 1},
    		{"(*SyntaxError).Error", Method, 0},
    		{"(*TagPathError).Error", Method, 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)
  2. RELEASE.md

    *   Fixes a heap buffer overflow caused by rounding
        ([CVE-2021-29529](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29529))
    *   Fixes a `CHECK`-fail in `tf.raw_ops.EncodePng`
        ([CVE-2021-29531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29531))
    *   Fixes a heap out of bounds read in `RaggedCross`
        ([CVE-2021-29532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29532))
    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. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.serialize.Encoder$EncodeAction> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Encoder.java:0)
    Class <org.gradle.internal.serialize.Encoder> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Encoder.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)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Res<TF_Tensor, [{A `Tensor` of type `T`.}]>:$output
      );
    
      TF_DerivedResultTypeAttr dtype = TF_DerivedResultTypeAttr<0>;
    
      let hasFolder = 1;
    }
    
    def TF_EncodePngOp : TF_Op<"EncodePng", [Pure]> {
      let summary = "PNG-encode an image.";
    
      let description = [{
    `image` is a 3-D uint8 or uint16 Tensor of shape `[height, width, channels]`
    where `channels` is:
    
    *   1: for grayscale.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    - Fix panic in JSON logging format caused by missing Duration encoder ([#101159](https://github.com/kubernetes/kubernetes/pull/101159), [@serathius](https://github.com/serathius)) [SIG API Machinery, Cluster Lifecycle and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV32 ideal-int #54251
    pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 = 20580 #54251
    pkg debug/pe, const IMAGE_FILE_MACHINE_RISCV64 ideal-int #54251
    pkg encoding/xml, method (*Encoder) Close() error #53346
    pkg errors, func Join(...error) error #53435
    pkg fmt, func FormatString(State, int32) string #51668
    pkg go/ast, type File struct, FileEnd token.Pos #53202
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top