Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    }
    
    def TF_XlaRecvOp : TF_Op<"XlaRecv", [TF_RecvSideEffect]> {
      let summary = [{
    Receives the named tensor from another XLA computation. Wraps the XLA Recv
      }];
    
      let description = [{
    operator documented at
     https://www.tensorflow.org/performance/xla/operation_semantics#recv .
      }];
    
      let arguments = (ins
        StrAttr:$tensor_name,
        TF_ShapeAttr:$shape
      );
    
    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

            Eager mode.
    
    *   `tf.lite`:
    
        *   Enable TFLite experimental new converter by default.
    
    *   XLA
    
        *   XLA now builds and works on windows. All prebuilt packages come with XLA
            available.
        *   XLA can be
            [enabled for a `tf.function`](https://www.tensorflow.org/xla#explicit_compilation_with_tffunction)
            with “compile or throw exception” semantics on CPU and GPU.
    
    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