Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ReduceJoin (0.1 sec)

  1. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %7 = "tf.Pack"(%5, %6) {axis = -1 : i64, device = ""} : (tensor<?x!tf_type.string>, tensor<?x!tf_type.string>) -> tensor<?x2x!tf_type.string>
      %8 = "tf.ReduceJoin"(%7, %0) {device = "", keep_dims = false, separator = " "} : (tensor<?x2x!tf_type.string>, tensor<i32>) -> tensor<?x!tf_type.string>
      %9 = "tf.Identity"(%8) {device = ""} : (tensor<?x!tf_type.string>) -> tensor<?x!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    embedding table in the model.}]>:$outputs
      );
    
      TF_DerivedResultSizeAttr num_outputs = TF_DerivedResultSizeAttr<0>;
    }
    
    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
    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