HomeSort by relevance Sort by last modified time
    Searched defs:Rendezvous (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/framework/
rendezvous.h 30 // A Rendezvous is an abstraction for passing tensors from producers
31 // to consumers. A rendezvous is a table of channels. Each channel is
32 // keyed by a rendezvous key. The key encodes a pair of <producer,
46 class Rendezvous : public core::RefCounted {
53 // Constructs a rendezvous key for the tensor of "name" sent from
77 friend class Rendezvous;
98 // Callback provided by a tensor consumer waiting on the rendezvous.
101 // two Rendezvous::Args, one provided by the sender, the other by the
124 ~Rendezvous() override;
127 // Returns a Rendezvous instance that is limited to use only b
    [all...]
rendezvous.cc 16 #include "tensorflow/core/framework/rendezvous.h"
36 Rendezvous::ParsedKey& Rendezvous::ParsedKey::operator=(const ParsedKey& b) {
52 string Rendezvous::CreateKey(const string& src_device, uint64 src_incarnation,
86 Status Rendezvous::ParseKey(StringPiece key, ParsedKey* out) {
112 return errors::InvalidArgument("Invalid rendezvous key: ", key);
115 Rendezvous::~Rendezvous() {}
117 Status Rendezvous::Recv(const ParsedKey& key, const Args& recv_args,
143 Status Rendezvous::Recv(const ParsedKey& key, const Args& args, Tensor* val
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rend.h 103 typedef class Rendezvous Rendezvous;
105 typedef struct Rendezvous Rendezvous;
    [all...]

Completed in 312 milliseconds