Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_subgraphs (0.17 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/transforms/pick_subgraphs.cc

      // for all the subgraphs (and their alternatives).
      while (!all_subgraphs->empty()) {
        func::CallOp current_subgraph =
            llvm::cast<func::CallOp>(all_subgraphs->front());
        all_subgraphs->remove(current_subgraph);
        ProcessSubgraph(current_subgraph, all_subgraphs);
      }
    
      // Make decisions given the "outputs" and the populated dp table.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 24 15:10:02 UTC 2022
    - 19.7K bytes
    - Viewed (0)
Back to top