Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_dialect_to_executor_pipeline (0.38 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/tf_dialect_to_executor.cc

      }
    
      tf_dialect_to_executor_dialect_status->GetCell(kExportSuccess)
          ->IncrementBy(1);
      return absl::OkStatus();
    }
    
    mlir::PassPipelineRegistration<> tf_dialect_to_executor_pipeline(
        "tf-dialect-to-executor-v2",
        "Run passes to convert from TF Dialect to Executor in preparation for "
        "exporting module back to TF Graph.",
        AddTfDialectToExecutorPasses);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 23:22:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top