Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for Value (0.28 sec)

  1. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

        value {
          type: DT_RESOURCE
        }
      }
      attr {
        key: "_handle_dtypes"
        value {
          list {
            type: DT_FLOAT
          }
        }
      }
      attr {
        key: "_handle_shapes"
        value {
          list {
            shape {
              dim {
                size: 2048
              }
            }
          }
        }
      }
      attr {
        key: "index"
        value {
    Registered: 2024-06-16 05:45
    - Last Modified: 2019-05-30 02:52
    - 1.3M bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

      attr {
        key: "_class"
        value {
          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
            }
    Registered: 2024-06-16 05:45
    - Last Modified: 2019-05-30 02:52
    - 1.1M bytes
    - Viewed (0)
  3. 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: 2024-06-16 05:45
    - Last Modified: 2024-05-21 18:21
    - 1M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "description": "MetricTarget defines the target value, average value, or average utilization of a specific metric",
          "properties": {
            "averageUtilization": {
              "description": "averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type",
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-02-20 15:45
    - 4.5M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

    running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling...
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-05-29 22:40
    - 1.8M bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    						SchemaProps: spec.SchemaProps{
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-06-05 18:37
    - 3M bytes
    - Viewed (0)
  7. src/internal/trace/traceviewer/static/trace_viewer_full.html

    break;case Array:try{value=JSON.parse(value);}catch(x){value=null;console.warn('Polymer::Attributes: couldn`t decode Array as JSON');}
    break;case Date:value=new Date(value);break;case String:default:break;}
    Registered: 2024-06-12 16:32
    - Last Modified: 2023-11-21 20:45
    - 2.5M bytes
    - Viewed (2)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "MetricTarget defines the target value, average value, or average utilization of a specific metric",
          "properties": {
            "averageUtilization": {
              "description": "averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type",
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-02-20 15:45
    - 2.3M bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

          "description": "MetricTarget defines the target value, average value, or average utilization of a specific metric",
          "properties": {
            "averageUtilization": {
              "description": "averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type",
    Registered: 2024-06-15 01:39
    - Last Modified: 2024-06-05 18:37
    - 3.1M bytes
    - Viewed (0)
  10. test-site/activator-launch-1.3.2.jar

     members$lzycompute(); public final scala.collection.immutable.List elements(); public static Enumeration$Value value(String); public static Enumeration$Value value(String, int); public final Enumeration$Value toValue(String); public void Enumeration(); } xsbt/boot/Value$.class package xsbt.boot; public final synchronized class Value$ implements scala.Serializable { public static final Value$ MODULE$; public static void <clinit>(); public static Object get$3652317c(scala.Serializable); public static...
    Registered: 2024-06-12 15:38
    - Last Modified: 2015-04-20 08:41
    - 1.2M bytes
    - Viewed (1)
Back to top