Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateRemoteRunCalls (0.29 sec)

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

      }
    }
    
    // Creates a tf_device.remote_run call for every remote function. And replaces
    // usages of the results of the original operations with the results of the
    // tf_device.remote_run calls.
    void CreateRemoteRunCalls(MLIRContext *context,
                              const llvm::StringMap<FunctionMetadata> &metadatas) {
      IRMapping mapping;
      for (auto &iter : metadatas) {
        llvm::StringRef host = iter.first();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top