Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for inspector (0.23 sec)

  1. RELEASE.md

            should be set to `True` when using imperative control flow in the `call`
            method.
        *   Begin adding Go wrapper for C Eager API.
        *   XLA HLO graphs can be inspected with interactive_graphviz tool now.
        *   Add dataset ops to the graph (or create kernels in Eager execution)
            during the python Dataset object creation instead doing it during
            Iterator creation time.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. CHANGELOG/CHANGELOG-1.30.md

       ([#122530](https://github.com/kubernetes/kubernetes/pull/122530), [@neolit123](https://github.com/neolit123))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      optional string apiVersion = 1;
    
      // Path of the field to select in the specified API version.
      optional string fieldPath = 2;
    }
    
    // ObjectReference contains enough information to let you inspect or modify the referred object.
    // ---
    // New uses of this type are discouraged because of difficulty describing its usage when embedded in APIs.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top