Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompileTensorflow (0.11 sec)

  1. tensorflow/compiler/mlir/tfrt/backend_compiler.h

      virtual void GetDependentDialects(mlir::DialectRegistry& registry) const {}
    
      // Compile the `module` in TF dialect. The result module should be also in TF
      // dialect.
      virtual absl::Status CompileTensorflow(
          tfrt_stub::ModelRuntimeContext& model_context,
          mlir::ModuleOp module) const = 0;
    };
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 10 10:31:36 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top