Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RewriteWithArgs (0.18 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_mlir_util.cc

    // removed from the signature. For resource args, their subtypes are populated.
    // Returns the original indices for the other arguments on success.
    static absl::StatusOr<std::vector<int>> RewriteWithArgs(
        mlir::ModuleOp module_op, llvm::ArrayRef<XlaArgument> args) {
      mlir::func::FuncOp main_fn =
          module_op.lookupSymbol<mlir::func::FuncOp>("main");
      std::vector<int> params;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 17:24:39 UTC 2024
    - 45.3K bytes
    - Viewed (0)
Back to top