Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                                       value_to_device);
            updated_next_iteration = true;
          }
        }
      } while (updated_next_iteration);
    }
    
    // Propagates devices to function results.
    void PropagateDevicesToResults(
        func::FuncOp func, tf_executor::FetchOp fetch,
        const llvm::DenseMap<Value, llvm::StringRef>& value_to_device) {
      // We apply all result attributes at once to avoid excessive allocations when
    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