Searched defs:get_proto (Results 1 – 3 of 3) sorted by relevance
655 RunGraphResponse* InMemoryRunGraphResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunGraphResponse724 RunGraphResponse* OwnedProtoRunGraphResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunGraphResponse795 RunGraphResponse* NonOwnedProtoRunGraphResponse::get_proto() { in get_proto() function in tensorflow::NonOwnedProtoRunGraphResponse853 RunStepResponse* InMemoryRunStepResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunStepResponse904 RunStepResponse* OwnedProtoRunStepResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunStepResponse956 RunStepResponse* NonOwnedProtoRunStepResponse::get_proto() { return response_; } in get_proto() function in tensorflow::NonOwnedProtoRunStepResponse
42 pub fn get_proto(&self) -> &DescriptorProto { in get_proto() method
865 get_proto(str) in get_proto() function