Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MlrtAsyncHandleType (0.24 sec)

  1. tensorflow/compiler/mlir/tfrt/ir/mlrt/mlrt_dialect.td

        BuildableType<"$_builder.getType<::mlrt::compiler::PromiseType>()"> {
      let description = [{
        `!mlrt.promise type` represents a C++ mlrt::Promise.
      }];
    }
    
    def MlrtAsyncHandleType : DialectType<Mlrt_Dialect,
        CPred<"$_self.isa<::mlrt::compiler::AsyncHandleType>()">, "!mlrt.async_handle type">,
        BuildableType<"$_builder.getType<::mlrt::compiler::AsyncHandleType>()"> {
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top