Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for init_eager_context (0.2 sec)

  1. tensorflow/compiler/mlir/tfrt/runtime_fallback/runtime_fallback_ops.td

    def InitEagerContextOp : RuntimeFallbackDialect_Op<"init_eager_context"> {
      let summary = "eager context initialization operation";
      let description = [{
        The "tfd.init_eager_context" operation takes an input chain, creates and
        initializes the TF EagerContext and returns an output chain.
    
        Example:
          %c1 = "tfd.init_eager_context"(%c0): (!tfrt.chain) -> !tfrt.chain
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 23 19:35:12 UTC 2023
    - 5.9K bytes
    - Viewed (0)
Back to top