Home
last modified time | relevance | path

Searched defs:SendValue (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc333 Status InMemoryRunGraphRequest::SendValue(size_t i, Tensor* out_tensor) const { in SendValue() function in tensorflow::InMemoryRunGraphRequest
467 Status MutableProtoRunGraphRequest::SendValue(size_t i, in SendValue() function in tensorflow::MutableProtoRunGraphRequest
566 Status ProtoRunGraphRequest::SendValue(size_t i, Tensor* out_tensor) const { in SendValue() function in tensorflow::ProtoRunGraphRequest
/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc67 void SendValue(IPC::Sender* sender, int32_t value) { in SendValue() function