Searched refs:NonOwnedProtoRunStepResponse (Results 1 – 5 of 5) sorted by relevance
887 NonOwnedProtoRunStepResponse::NonOwnedProtoRunStepResponse( in NonOwnedProtoRunStepResponse() function in tensorflow::NonOwnedProtoRunStepResponse891 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 …]
278 NonOwnedProtoRunStepResponse response(&response_proto); in TEST()306 NonOwnedProtoRunStepResponse response(&response_proto); in TEST()337 NonOwnedProtoRunStepResponse response(&response_proto); in TEST()
60 new NonOwnedProtoRunStepResponse(response)); in RunStep()
704 class NonOwnedProtoRunStepResponse : public MutableRunStepResponseWrapper {706 NonOwnedProtoRunStepResponse(RunStepResponse* response);
195 new NonOwnedProtoRunStepResponse(&call->response); in RunStepHandler()