Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Mystring (0.34 sec)

  1. RELEASE.md

        *   The byte layout for string tensors across the C-API has been updated to
            match TF Core/C++; i.e., a contiguous array of
            `tensorflow::tstring`/`TF_TString`s.
        *   C-API functions `TF_StringDecode`, `TF_StringEncode`, and
            `TF_StringEncodedSize` are no longer relevant and have been removed; see
            `core/platform/ctstring.h` for string access/modification in C.
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_ReduceJoinOp : TF_Op<"ReduceJoin", [Pure]> {
      let summary = "Joins a string Tensor across the given dimensions.";
    
      let description = [{
    Computes the string join across dimensions in the given string Tensor of shape
    `[\\(d_0, d_1, ..., d_{n-1}\\)]`.  Returns a new Tensor created by joining the input
    strings with the given separator (default: empty string).  Negative indices are
    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