Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xoring (0.21 sec)

  1. RELEASE.md

            maintain V1 while we are moving into TF 2.0.
        *   Add dataset ops to the graph (or create kernels in Eager execution)
            during the python Dataset object creation instead doing it during
            Iterator creation time.
        *   Add support for TensorArrays to tf.data Dataset.
        *   Switching tf.data functions to use `defun`, providing an escape hatch to
    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