Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InsertDummyIslandForFetch (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/executor_island_coarsening.cc

    // them, and replace the fetch's input operands with the new yielded values.
    //
    // This allows our def-use based island coarsening algorithm to merge
    // islands that independently feed into a fetch.
    void InsertDummyIslandForFetch(FetchOp fetch) {
      llvm::SmallVector<Value, 4> data_fetches;
      llvm::SmallVector<Type, 4> data_types;
      llvm::SmallVector<Value, 4> control_fetches;
      data_fetches.reserve(fetch.getFetches().size());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top