Searched refs:NonOwnedProtoRunStepResponse (Results 1 – 5 of 5) sorted by relevance
906 NonOwnedProtoRunStepResponse::NonOwnedProtoRunStepResponse( in NonOwnedProtoRunStepResponse() function in tensorflow::NonOwnedProtoRunStepResponse910 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 …]
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()
716 class NonOwnedProtoRunStepResponse : public MutableRunStepResponseWrapper {718 NonOwnedProtoRunStepResponse(RunStepResponse* response);
195 new NonOwnedProtoRunStepResponse(&call->response); in RunStepHandler()