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

  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.cc 662 NonOwnedProtoRunGraphResponse::NonOwnedProtoRunGraphResponse(
666 size_t NonOwnedProtoRunGraphResponse::num_recvs() const {
670 const string& NonOwnedProtoRunGraphResponse::recv_key(size_t i) const {
674 Status NonOwnedProtoRunGraphResponse::RecvValue(size_t i,
680 Status NonOwnedProtoRunGraphResponse::RecvValue(size_t i, Tensor* out_tensor) {
688 void NonOwnedProtoRunGraphResponse::AddRecv(const string& key,
696 StepStats* NonOwnedProtoRunGraphResponse::mutable_step_stats() {
700 CostGraphDef* NonOwnedProtoRunGraphResponse::mutable_cost_graph() {
704 errors::Code NonOwnedProtoRunGraphResponse::status_code() const
    [all...]
message_wrappers_test.cc 249 NonOwnedProtoRunGraphResponse non_owned_proto_response(&response_proto);
314 NonOwnedProtoRunGraphResponse run_graph_response(&run_graph_response_proto);
324 NonOwnedProtoRunGraphResponse run_graph_response(&run_graph_response_proto);
334 NonOwnedProtoRunGraphResponse run_graph_response(&run_graph_response_proto);
worker_interface.h 69 new NonOwnedProtoRunGraphResponse(response);
message_wrappers.h 539 class NonOwnedProtoRunGraphResponse : public MutableRunGraphResponseWrapper {
541 NonOwnedProtoRunGraphResponse(RunGraphResponse* response);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_worker_service.cc 266 NonOwnedProtoRunGraphResponse* wrapped_response =
267 new NonOwnedProtoRunGraphResponse(&call->response);

Completed in 219 milliseconds