Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExecutorDialectToFunctionalConversion (0.36 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_executor_to_functional.cc

    namespace {
    
    #define GEN_PASS_DEF_EXECUTORDIALECTTOFUNCTIONALPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    struct ExecutorDialectToFunctionalConversion
        : public impl::ExecutorDialectToFunctionalPassBase<
              ExecutorDialectToFunctionalConversion> {
      void runOnOperation() override;
    };
    
    // Extracts inner ops of tf_executor.island ops in a tf_executor.graph, in the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 11 20:52:36 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top