Home
last modified time | relevance | path

Searched refs:NonOwnedProtoRunStepResponse (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc887 NonOwnedProtoRunStepResponse::NonOwnedProtoRunStepResponse( in NonOwnedProtoRunStepResponse() function in tensorflow::NonOwnedProtoRunStepResponse
891 size_t NonOwnedProtoRunStepResponse::num_tensors() const { in num_tensors()
895 const string& NonOwnedProtoRunStepResponse::tensor_name(size_t i) const { in tensor_name()
899 Status NonOwnedProtoRunStepResponse::TensorValue(size_t i, in TensorValue()
908 const RunMetadata& NonOwnedProtoRunStepResponse::metadata() const { in metadata()
912 Status NonOwnedProtoRunStepResponse::AddTensorFromRunGraphResponse( in AddTensorFromRunGraphResponse()
920 RunMetadata* NonOwnedProtoRunStepResponse::mutable_metadata() { in mutable_metadata()
924 errors::Code NonOwnedProtoRunStepResponse::status_code() const { in status_code()
928 const string& NonOwnedProtoRunStepResponse::status_error_message() const { in status_error_message()
932 void NonOwnedProtoRunStepResponse::set_status(const Status& status) { in set_status()
[all …]
Dmessage_wrappers_test.cc278 NonOwnedProtoRunStepResponse response(&response_proto); in TEST()
306 NonOwnedProtoRunStepResponse response(&response_proto); in TEST()
337 NonOwnedProtoRunStepResponse response(&response_proto); in TEST()
Dmaster_interface.h60 new NonOwnedProtoRunStepResponse(response)); in RunStep()
Dmessage_wrappers.h704 class NonOwnedProtoRunStepResponse : public MutableRunStepResponseWrapper {
706 NonOwnedProtoRunStepResponse(RunStepResponse* response);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc195 new NonOwnedProtoRunStepResponse(&call->response); in RunStepHandler()