Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HLO (0.05 sec)

  1. RELEASE.md

    ### XLA Support:
    
    *   xla.experimental.compile is deprecated, use
        `tf.function(experimental_compile=True)` instead.
    *   Adds `tf.function.experimental_get_compiler_ir` which returns compiler IR
        (currently 'hlo' and 'optimized_hlo') for given input for given function.
    
    ### Security:
    
    *   Fixes an undefined behavior causing a segfault in `tf.raw_ops.Switch`,
    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

      TF_DerivedResultTypeAttr preferred_element_type = TF_DerivedResultTypeAttr<0>;
    
      let hasVerifier = 1;
    }
    
    def TF_XlaCustomCallV2Op : TF_Op<"XlaCustomCallV2", [Pure]> {
      let summary = "Emits an HLO `CustomCall` operation with multiple outputs.";
    
      let description = [{
    As opposed to `XlaCustomCall`, this operation supports multiple outputs.
    
    See `CustomCall` specification at
    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