Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddRegionsForStableHLOOp (0.3 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

            while_op->getAttr("body").cast<mlir::FlatSymbolRefAttr>().getValue());
        AddCallOpInWhileOpRegion(while_op.getBody(), body);
        while_op->removeAttr("body");
      });
    }
    
    void AddRegionsForStableHLOOp(mlir::ModuleOp module) {
      mlir::SymbolTable symbol_table(module);
      std::vector<mlir::func::FuncOp> to_delete_funcs;
      module.walk([&](mlir::vhlo::ReduceOpV1 reduce_op) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top