Home
last modified time | relevance | path

Searched refs:get_proto (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.h502 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;
Dmessage_wrappers.cc636 RunGraphResponse* InMemoryRunGraphResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunGraphResponse
705 RunGraphResponse* OwnedProtoRunGraphResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunGraphResponse
776 RunGraphResponse* NonOwnedProtoRunGraphResponse::get_proto() { in get_proto() function in tensorflow::NonOwnedProtoRunGraphResponse
834 RunStepResponse* InMemoryRunStepResponse::get_proto() { in get_proto() function in tensorflow::InMemoryRunStepResponse
885 RunStepResponse* OwnedProtoRunStepResponse::get_proto() { return &response_; } in get_proto() function in tensorflow::OwnedProtoRunStepResponse
937 RunStepResponse* NonOwnedProtoRunStepResponse::get_proto() { return response_; } in get_proto() function in tensorflow::NonOwnedProtoRunStepResponse
Dmaster_interface.h111 return wrapper->get_proto(); in get_proto_from_wrapper()
Dworker_interface.h192 return wrapper->get_proto(); in get_proto_from_wrapper()
/external/ipsec-tools/src/racoon/
Dracoonctl.c160 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