Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for typC (0.33 sec)

  1. api/go1.txt

    pkg crypto/tls, type Config struct, ServerName string
    pkg crypto/tls, type Config struct, Time func() time.Time
    pkg crypto/tls, type Conn struct
    pkg crypto/tls, type ConnectionState struct
    pkg crypto/tls, type ConnectionState struct, CipherSuite uint16
    pkg crypto/tls, type ConnectionState struct, HandshakeComplete bool
    pkg crypto/tls, type ConnectionState struct, NegotiatedProtocol string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

          list {
            s: "loc:@G4SM2HGMB5/Read/ReadVariableOp"
          }
        }
      }
      attr {
        key: "container"
        value {
          s: ""
        }
      }
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      attr {
        key: "shape"
        value {
          shape {
            dim {
              size: 117
            }
            dim {
              size: 224
            }
            dim {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.1M bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

      op: "_Arg"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_RESOURCE
        }
      }
      attr {
        key: "_handle_dtypes"
        value {
          list {
            type: DT_FLOAT
          }
        }
      }
      attr {
        key: "_handle_shapes"
        value {
          list {
            shape {
              dim {
                size: 1001
              }
            }
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    						},
    					},
    					"warning": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "drop": {
                "description": "Removed capabilities",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "Status of the condition, one of True, False, Unknown.",
              "type": "string"
            },
            "type": {
              "description": "Type of the condition.",
              "type": "string"
            }
          },
          "required": [
            "type",
            "status",
            "reason"
          ],
          "type": "object"
        },
        "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "Status of the condition, one of True, False, Unknown.",
              "type": "string"
            },
            "type": {
              "description": "Type of the condition.",
              "type": "string"
            }
          },
          "required": [
            "type",
            "status",
            "reason"
          ],
          "type": "object"
        },
        "io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

              "type": "string"
            },
            "warning": {
              "description": "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.",
              "type": "string"
            }
          },
          "required": [
            "fieldRef",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type FdSet struct, X__fds_bits [32]uint32
    pkg syscall (freebsd-386-cgo), type Flock_t struct
    pkg syscall (freebsd-386-cgo), type Flock_t struct, Len int64
    pkg syscall (freebsd-386-cgo), type Flock_t struct, Pid int32
    pkg syscall (freebsd-386-cgo), type Flock_t struct, Start int64
    pkg syscall (freebsd-386-cgo), type Flock_t struct, Sysid int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    };
    
    struct QuantizationDetailsUnion {
      QuantizationDetails type;
      void *value;
    
      QuantizationDetailsUnion() : type(QuantizationDetails_NONE), value(nullptr) {}
      QuantizationDetailsUnion(QuantizationDetailsUnion&& u) FLATBUFFERS_NOEXCEPT :
        type(QuantizationDetails_NONE), value(nullptr)
        { std::swap(type, u.type); std::swap(value, u.value); }
      QuantizationDetailsUnion(const QuantizationDetailsUnion &);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top