Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for psstrings (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_AsStringOp : TF_Op<"AsString", [Pure, SameOperandsAndResultShape]> {
      let summary = "Converts each entry in the given tensor to strings.";
    
      let description = [{
    Supports many numeric types and boolean.
    
    For Unicode, see the
    [https://www.tensorflow.org/tutorials/representation/unicode](Working with Unicode text)
    tutorial.
    
    Examples:
    
    >>> tf.strings.as_string([3, 2])
    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