Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PatchCollectiveGatherInstanceKey (0.4 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

            }
            ops_to_erase.insert(input_op);
          }
        }
        for (auto op : ops_to_erase) op->erase();
        return LogicalResult::success();
      }
    
      LogicalResult PatchCollectiveGatherInstanceKey(func::FuncOp func) {
        // We're expecting the original model to have a single CollectiveGatherV2Op
        // that gets split into 3 copies in the start_step_0, start_step_1 and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top