Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_dialect_to_executor_pipeline (0.24 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)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/tf_dialect_to_executor.cc

    }
    
    // Registers a pipeline builder function for TF Graph export. Should be
    // the same as ExportFromTensorflowDialectToExecutor just in PassRegistration
    // form.
    mlir::PassPipelineRegistration<> tf_dialect_to_executor_pipeline(
        "tf-dialect-to-executor-v1",
        "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: Fri Feb 16 03:41:02 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top