Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for printssa (0.11 sec)

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

          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_PrintOp : TF_Op<"Print", []> {
      let summary = "Prints a list of tensors.";
    
      let description = [{
    Passes `input` through to `output` and prints `data` when evaluating.
      }];
    
      let arguments = (ins
        Arg<TF_Tensor, [{The tensor passed to `output`}]>:$input,
    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

            outputs a summary of the inference converted by TF-TRT. It namely shows
            each `TRTEngineOp` with their input(s)' and output(s)' shape and dtype.
            A detailed version of the summary is available which prints additionally
            all the TensorFlow OPs included in each of the `TRTEngineOp`s.
    
    *   `tf.tpu.experimental.embedding`:
    
        *   `tf.tpu.experimental.embedding.FeatureConfig` now takes an additional
    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