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

  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.cc 654 size_t OwnedProtoRunGraphResponse::num_recvs() const {
658 const string& OwnedProtoRunGraphResponse::recv_key(size_t i) const {
662 Status OwnedProtoRunGraphResponse::RecvValue(size_t i,
668 Status OwnedProtoRunGraphResponse::RecvValue(size_t i, Tensor* out_tensor) {
676 void OwnedProtoRunGraphResponse::AddRecv(const string& key,
684 StepStats* OwnedProtoRunGraphResponse::mutable_step_stats() {
688 CostGraphDef* OwnedProtoRunGraphResponse::mutable_cost_graph() {
692 errors::Code OwnedProtoRunGraphResponse::status_code() const {
696 const string& OwnedProtoRunGraphResponse::status_error_message() const {
700 void OwnedProtoRunGraphResponse::set_status(const Status& status)
    [all...]
message_wrappers_test.cc 244 OwnedProtoRunGraphResponse owned_proto_response;
285 OwnedProtoRunGraphResponse run_graph_response;
294 OwnedProtoRunGraphResponse run_graph_response;
303 OwnedProtoRunGraphResponse run_graph_response;
worker_interface.h 93 return new OwnedProtoRunGraphResponse;
message_wrappers.h 539 class OwnedProtoRunGraphResponse : public MutableRunGraphResponseWrapper {

Completed in 819 milliseconds