Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for promise_control (0.21 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/mlrt/parallelization.mlir

    // CHECK: "tf.DummySideEffecting"() {id = 3
    // CHECK: mlrt.promise_control
    // CHECK: return
    
    // CHECK-LABEL: func private @main_stream_3
    // CHECK: mlrt.await_control
    // CHECK: "tf.DummySideEffecting"() {id = 2
    // CHECK: mlrt.promise_control
    // CHECK: return
    
    // CHECK-LABEL: func private @main_stream_4
    // CHECK: "tf.DummySideEffecting"() {id = 1
    // CHECK: mlrt.promise_control
    // CHECK: return
    
    // CHECK-LABEL: func @main()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 22:07:30 UTC 2023
    - 15K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/ir/mlrt/mlrt_ops.td

      }];
    
      let arguments = (ins
        Variadic<MlrtFutureType>:$futures
      );
    
      let assemblyFormat = "operands attr-dict `:` type($futures)";
    }
    
    def PromiseControlOp: Mlrt_Op<"promise_control", []> {
      let summary = "Set a control promise";
    
      let description = [{
        Set a control promise.
    
        $promise: A value of !mlrt.promise type.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 22:07:30 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top