Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for gbyte (0.22 sec)

  1. pkg/apis/core/validation/validation_test.go

    		binDataInvalidKey       = newConfigMap("validname", "validns", nil, map[string][]byte{"a*b": []byte("value")})
    		binDataLeadingDotKey    = newConfigMap("validname", "validns", nil, map[string][]byte{".ab": []byte("value")})
    		binDataDotKey           = newConfigMap("validname", "validns", nil, map[string][]byte{".": []byte("value")})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Null", Type, 22},
    		{"Null.V", Field, 22},
    		{"Null.Valid", Field, 22},
    		{"NullBool", Type, 0},
    		{"NullBool.Bool", Field, 0},
    		{"NullBool.Valid", Field, 0},
    		{"NullByte", Type, 17},
    		{"NullByte.Byte", Field, 17},
    		{"NullByte.Valid", Field, 17},
    		{"NullFloat64", Type, 0},
    		{"NullFloat64.Float64", Field, 0},
    		{"NullFloat64.Valid", Field, 0},
    		{"NullInt16", Type, 17},
    		{"NullInt16.Int16", Field, 17},
    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

        *   boosted trees: adding pruning mode.
        *   tf.train.Checkpoint does not delete old checkpoints by default.
        *   tfdbg: Limit the total disk space occupied by dumped tensor data to 100
            GBytes. Add environment variable `TFDBG_DISK_BYTES_LIMIT` to allow
            adjustment of this upper limit.
    
    ## Thanks to our Contributors
    
    This release contains contributions from many people at Google, as well as:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    into a PredictionData proto before they are written to the file.
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{A tensor of Woodshed Keys corresponding to each of the prediction
    values. These keys should be in byte format.}]>:$keys,
        Arg<Variadic<TF_Float32Tensor>, [{A list of float tensors containing prediction values.}]>:$predictions_list,
    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