Searched refs:get_proto (Results 1 – 5 of 5) sorted by relevance
502 virtual RunGraphResponse* get_proto() = 0;526 RunGraphResponse* get_proto() override;557 RunGraphResponse* get_proto() override;584 RunGraphResponse* get_proto() override;648 virtual RunStepResponse* get_proto() = 0;670 RunStepResponse* get_proto() override;697 RunStepResponse* get_proto() override;722 RunStepResponse* get_proto() override;
636 RunGraphResponse* InMemoryRunGraphResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunGraphResponse705 RunGraphResponse* OwnedProtoRunGraphResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunGraphResponse776 RunGraphResponse* NonOwnedProtoRunGraphResponse::get_proto() { in get_proto() function in tensorflow::NonOwnedProtoRunGraphResponse834 RunStepResponse* InMemoryRunStepResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunStepResponse885 RunStepResponse* OwnedProtoRunStepResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunStepResponse937 RunStepResponse* NonOwnedProtoRunStepResponse::get_proto() { return response_; } in get_proto() function in tensorflow::NonOwnedProtoRunStepResponse
111 return wrapper->get_proto(); in get_proto_from_wrapper()
192 return wrapper->get_proto(); in get_proto_from_wrapper()
160 static int get_proto __P((char *));487 proto = get_proto(*av);516 proto = get_proto(*av);545 proto = get_proto(*av);600 proto = get_proto(*av);679 if ((proto = get_proto(*av)) == -1)865 get_proto(str) in get_proto() function