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.cc906 NonOwnedProtoRunStepResponse::NonOwnedProtoRunStepResponse( in NonOwnedProtoRunStepResponse() function in tensorflow::NonOwnedProtoRunStepResponse
910 size_t NonOwnedProtoRunStepResponse::num_tensors() const { in num_tensors()
914 const string& NonOwnedProtoRunStepResponse::tensor_name(size_t i) const { in tensor_name()
918 Status NonOwnedProtoRunStepResponse::TensorValue(size_t i, in TensorValue()
927 const RunMetadata& NonOwnedProtoRunStepResponse::metadata() const { in metadata()
931 Status NonOwnedProtoRunStepResponse::AddTensorFromRunGraphResponse( in AddTensorFromRunGraphResponse()
939 RunMetadata* NonOwnedProtoRunStepResponse::mutable_metadata() { in mutable_metadata()
943 errors::Code NonOwnedProtoRunStepResponse::status_code() const { in status_code()
947 const string& NonOwnedProtoRunStepResponse::status_error_message() const { in status_error_message()
951 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.h716 class NonOwnedProtoRunStepResponse : public MutableRunStepResponseWrapper {
718 NonOwnedProtoRunStepResponse(RunStepResponse* response);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc195 new NonOwnedProtoRunStepResponse(&call->response); in RunStepHandler()