Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for frame_0 (0.23 sec)

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

    		{"CallersFrames", Func, 7},
    		{"Compiler", Const, 0},
    		{"Error", Type, 0},
    		{"Frame", Type, 7},
    		{"Frame.Entry", Field, 7},
    		{"Frame.File", Field, 7},
    		{"Frame.Func", Field, 7},
    		{"Frame.Function", Field, 7},
    		{"Frame.Line", Field, 7},
    		{"Frame.PC", Field, 7},
    		{"Frames", Type, 7},
    		{"Func", Type, 0},
    		{"FuncForPC", Func, 0},
    		{"GC", Func, 0},
    		{"GOARCH", Const, 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

    *   Improvements to the TensorFlow debugging experience:
    
        *   Previously, TensorFlow error stack traces involved many internal frames,
            which could be challenging to read through, while not being actionable
            for end users. As of TF 2.7, TensorFlow filters internal frames in most
            errors that it raises, to keep stack traces short, readable, and focused
            on what's actionable for end users (their own code).
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    }
    
    def TF_DecodeGifOp : TF_Op<"DecodeGif", [Pure]> {
      let summary = "Decode the frame(s) of a GIF-encoded image to a uint8 tensor.";
    
      let description = [{
    GIF images with frame or transparency compression are not supported.
    On Linux and MacOS systems, convert animated GIFs from compressed to
    uncompressed by running:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top