Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for caller2b (0.12 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          description: Cross-Origin Resource Sharing policy (CORS).
                          properties:
                            allowCredentials:
                              description: Indicates whether the caller is allowed to
                                send the actual request (not the preflight) using credentials.
                              nullable: true
                              type: boolean
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"BlockProfileRecord.Count", Field, 1},
    		{"BlockProfileRecord.Cycles", Field, 1},
    		{"BlockProfileRecord.StackRecord", Field, 1},
    		{"Breakpoint", Func, 0},
    		{"CPUProfile", Func, 0},
    		{"Caller", Func, 0},
    		{"Callers", Func, 0},
    		{"CallersFrames", Func, 7},
    		{"Compiler", Const, 0},
    		{"Error", Type, 0},
    		{"Frame", Type, 7},
    		{"Frame.Entry", Field, 7},
    		{"Frame.File", Field, 7},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. RELEASE.md

        bus indexing now starts from 1 instead of 0, and `bus_id==0` is used where
        previously `BUS_ANY` was used.
    *   `Env::FileExists` and `FileSystem::FileExists` now return a
        tensorflow::Status instead of a bool. Any callers to this function can be
        converted to a bool by adding .ok() to the call.
    *   The C API type `TF_SessionWithGraph` has been renamed to `TF_Session`,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top