Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for printsp (0.17 sec)

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

    }
    
    def TF_PrintV2Op : TF_Op<"PrintV2", []> {
      let summary = "Prints a string scalar.";
    
      let description = [{
    Prints a string scalar to the desired output_stream.
      }];
    
      let arguments = (ins
        Arg<TF_StrTensor, [{The string scalar to print.}]>:$input,
    
        DefaultValuedOptionalAttr<StrAttr, "\"stderr\"">:$output_stream,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            the environment variable `TF_DETERMINISTIC_OPS` to `"true"` or `"1"`.
    *   `tf.print`:
        *   Bug fix in `tf.print()` with `OrderedDict` where if an `OrderedDict`
            didn't have the keys sorted, the keys and values were not being printed
            in accordance with their correct mapping.
    *   `tf.train.Checkpoint`:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top