Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Binary1 (0.21 sec)

  1. RELEASE.md

    * <IF A CHANGE CLOSES A GITHUB ISSUE, IT SHOULD BE DOCUMENTED HERE>
    * <NOTES SHOULD BE GROUPED PER AREA>
    
    * GPU
        * Support for NVIDIA GPUs with compute capability 8.9 (e.g. L4 & L40) has
          been added to TF binary distributions (Python wheels).
    * Replace `DebuggerOptions` of TensorFlow Quantizer, and migrate to
      `DebuggerConfig` of StableHLO Quantizer.
    * Add TensorFlow to StableHLO converter to TensorFlow pip package.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

      - hack/lib/util.sh: some bash cleanups
        
        - switched one spot to use kube::logging
        - make kube::util::find-binary return an error when it doesn't find
          anything so that hack scripts fail fast instead of with '' binary not
          found errors.
        - this required deleting some genfeddoc stuff. the binary no longer
          exists in k/k repo since we removed federation/, and I don't see it
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		"binary data invalid key":         {binDataInvalidKey, false},
    		"binary data leading dot key":     {binDataLeadingDotKey, true},
    		"binary data dot key":             {binDataDotKey, false},
    		"binary data double dot key":      {binDataDoubleDotKey, false},
    		"binary data over max key length": {binDataOverMaxKeyLength, false},
    		"binary data max size":            {binDataOverMaxSize, false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Invert (flip) each bit of supported types; for example, type `uint8` value 01010101 becomes 10101010.
      }];
    
      let description = [{
    Flip each bit of supported types.  For example, type `int8` (decimal 2) binary 00000010 becomes (decimal -3) binary 11111101.
    This operation is performed on each element of the tensor argument `x`.
    
    Example:
    ```python
    import tensorflow as tf
    from tensorflow.python.ops import bitwise_ops
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              properties:
                                bytes:
                                  description: response body as base64 encoded bytes.
                                  format: binary
                                  type: string
                                string:
                                  type: string
                              type: object
                            status:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                              properties:
                                bytes:
                                  description: response body as base64 encoded bytes.
                                  format: binary
                                  type: string
                                string:
                                  type: string
                              type: object
                            status:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                              properties:
                                bytes:
                                  description: response body as base64 encoded bytes.
                                  format: binary
                                  type: string
                                string:
                                  type: string
                              type: object
                            status:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"NoPadding", Const, 5},
    		{"RawStdEncoding", Var, 5},
    		{"RawURLEncoding", Var, 5},
    		{"StdEncoding", Var, 0},
    		{"StdPadding", Const, 5},
    		{"URLEncoding", Var, 0},
    	},
    	"encoding/binary": {
    		{"AppendByteOrder", Type, 19},
    		{"AppendUvarint", Func, 19},
    		{"AppendVarint", Func, 19},
    		{"BigEndian", Var, 0},
    		{"ByteOrder", Type, 0},
    		{"LittleEndian", Var, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg debug/dwarf, const TagSkeletonUnit Tag
    pkg debug/dwarf, method (*Data) AddSection(string, []uint8) error
    pkg debug/dwarf, method (*LineReader) Files() []*LineFile
    pkg debug/dwarf, method (*Reader) ByteOrder() binary.ByteOrder
    pkg encoding/asn1, const TagBMPString = 30
    pkg encoding/asn1, const TagBMPString ideal-int
    pkg encoding/json, method (*Decoder) InputOffset() int64
    pkg go/build, type Context struct, Dir string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    \"-\" <signedNumber>    ::= <number> | <sign><number> <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei\n\n\t(International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n\n<decimalSI>       ::= m | \"\" | k | M | G | T | P | E\n\n\t(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top