Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 1library (0.75 sec)

  1. RELEASE.md

            tf.Tensor` The `tf.ExtensionType` base class works similarly to
            [`typing.NamedTuple`](https://docs.python.org/3/library/typing.html#typing.NamedTuple)
            and
            [`@dataclasses.dataclass`](https://docs.python.org/3/library/dataclasses.html#dataclasses.dataclass)
            from the standard Python library.
        *   Extension types are supported by Keras, tf.data, TF-hub, SavedModel,
    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

    SIG Instrumentation standardized the structure of log messages and references to Kubernetes objects. Structured logging makes parsing, processing, storing, querying and analyzing logs easier. New methods in the klog library enforce log message structure.
    
    ### EndpointSlices are now enabled by default
    
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Header64.Shoff", Field, 0},
    		{"Header64.Shstrndx", Field, 0},
    		{"Header64.Type", Field, 0},
    		{"Header64.Version", Field, 0},
    		{"ImportedSymbol", Type, 0},
    		{"ImportedSymbol.Library", Field, 0},
    		{"ImportedSymbol.Name", Field, 0},
    		{"ImportedSymbol.Version", Field, 0},
    		{"Machine", Type, 0},
    		{"NT_FPREGSET", Const, 0},
    		{"NT_PRPSINFO", Const, 0},
    		{"NT_PRSTATUS", Const, 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)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Strip leading and trailing whitespaces from the Tensor.";
    
      let description = [{
    Examples:
    
    >>> tf.strings.strip(["\nTensorFlow", "     The python library    "]).numpy()
    array([b'TensorFlow', b'The python library'], dtype=object)
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{A string `Tensor` of any shape.}]>:$input
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

            }
          }
          attr {
            key: "f"
            value {
              func {
                name: "__inference__traced_restore_49"
              }
            }
          }
        }
        library {
          function {
            signature {
              name: "__inference_signature_wrapper_13"
              input_arg {
                name: "unknown"
                type: DT_DOUBLE
              }
              output_arg {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  6. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.tasks.util.internal.PatternSpecFactory> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (PatternSpecFactory.java:0)
    Class <org.gradle.architecture.library.freeze.LineNumberIgnoringViolationStore> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (LineNumberIgnoringViolationStore.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top