Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PropagateDevicesInGraph (0.27 sec)

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

    // a tf_executor.NextIteration.Source/tf_executor.NextIteration.Sink will result
    // in multiple passes over the tf_executor.graph to propagate devices in loops.
    void PropagateDevicesInGraph(
        tf_executor::GraphOp graph,
        llvm::DenseMap<Value, llvm::StringRef>& value_to_device) {
      auto ops = graph.GetBody().without_terminator();
    
      bool updated_next_iteration = false;
      do {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top