Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Compilation (0.13 sec)

  1. RELEASE.md

            or "true" allows the debug options passed within an XRTCompile op to be
            passed directly to the XLA compilation backend. If such variable is not
            set (service side), only a restricted set will be passed through.
        *   Allow the XRTCompile op to return the ProgramShape resulted form the XLA
            compilation as a second return argument.
        *   XLA HLO graphs can now be rendered as SVG/HTML.
    *   Estimator
    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

      let summary = "Returns the result of a TPU compilation.";
    
      let description = [{
    This operation returns the result of a TPU compilation as a serialized
    CompilationResultProto, which holds a status and an error message if an error
    occurred during compilation.
      }];
    
      let arguments = (ins);
    
      let results = (outs
        TF_StrTensor:$output
    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