Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IRRewriter (0.07 sec)

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

    }
    
    std::vector<std::pair<int, int>> Translator::ExtractControlEdges(
        mlir::Block* block) {
      std::vector<std::pair<int, int>> control_edges;
    
      mlir::IRRewriter rewriter(block->getParentOp()->getContext());
    
      // Since we're modifying *block, we store integer offsets to block->begin().
      llvm::DenseMap<Operation*, int> control_nodes_at;
      std::vector<Operation*> control_nodes;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top