Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VerifyInputDialectToExecutorPass (0.4 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/verify_input_dialect_to_executor_pass.cc

    #define GEN_PASS_DEF_VERIFYINPUTDIALECTTOEXECUTORPASS
    #include "tensorflow/compiler/mlir/tf2xla/internal/passes/mlir_to_graph_passes.h.inc"
    
    class VerifyInputDialectToExecutorPass
        : public impl::VerifyInputDialectToExecutorPassBase<
              VerifyInputDialectToExecutorPass> {
     public:
      void runOnOperation() override;
    };
    
    bool IsTfDeviceClusterFuncOp(Operation* op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 08 16:32:56 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/mlir_to_graph_passes.td

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    include "mlir/Pass/PassBase.td"
    
    def VerifyInputDialectToExecutorPass : Pass<"verify-input-dialect-to-executor-pass", "mlir::func::FuncOp"> {
      let summary = "Verify that TF dialect to executor converter receives the correct input.";
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 08 16:32:56 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top