HomeSort by relevance Sort by last modified time
    Searched refs:suffers (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/verbs/
README.md 55 The tensor transfer process is initiated when the receiver requests a tensor. In code it is done by calling **Rendezvous::Recv()** or **Rendezvous::RecvAsync()**. The TensorFlow base implementation handles the case where the requested tensor is located on the same node. The more interesting case where the requested tensor is located on a remote node (receiver != sender) is to be handled in a derivation of the pure virtual **BaseRemoteRendezvous::RecvFromRemoteAsync()**. TensorFlow provides a default GRPC based implementation which comes in the vanilla version but suffers in scalability when running large models. Our RDMA based implementation presumes to be more scalable. HKUST's contrib GDR implementation is more scalable than GRPC, and less scalable than ours, only because we did our evolution based on it.
  /external/annotation-tools/annotation-file-utilities/
design.tex 22 The AFU suffers from multiple design flaws that impede performance and

Completed in 94 milliseconds