Searched defs:get_proto (Results 1 – 3 of 3) sorted by relevance
655 RunGraphResponse* InMemoryRunGraphResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunGraphResponse728 RunGraphResponse* OwnedProtoRunGraphResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunGraphResponse803 RunGraphResponse* NonOwnedProtoRunGraphResponse::get_proto() { in get_proto() function in tensorflow::NonOwnedProtoRunGraphResponse863 RunStepResponse* InMemoryRunStepResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunStepResponse918 RunStepResponse* OwnedProtoRunStepResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunStepResponse974 RunStepResponse* NonOwnedProtoRunStepResponse::get_proto() { return response_; } in get_proto() function in tensorflow::NonOwnedProtoRunStepResponse
119 static __u8 get_proto(void) in get_proto() function
43 pub fn get_proto(&self) -> &DescriptorProto { in get_proto() method