HomeSort by relevance Sort by last modified time
    Searched refs:get_proto (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.h 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;
master_interface.h 111 return wrapper->get_proto();
message_wrappers.cc 636 RunGraphResponse* InMemoryRunGraphResponse::get_proto() { function in class:tensorflow::InMemoryRunGraphResponse
705 RunGraphResponse* OwnedProtoRunGraphResponse::get_proto() { return &response_; } function in class:tensorflow::OwnedProtoRunGraphResponse
776 RunGraphResponse* NonOwnedProtoRunGraphResponse::get_proto() { function in class:tensorflow::NonOwnedProtoRunGraphResponse
834 RunStepResponse* InMemoryRunStepResponse::get_proto() { function in class:tensorflow::InMemoryRunStepResponse
885 RunStepResponse* OwnedProtoRunStepResponse::get_proto() { return &response_; } function in class:tensorflow::OwnedProtoRunStepResponse
937 RunStepResponse* NonOwnedProtoRunStepResponse::get_proto() { return response_; } function in class:tensorflow::NonOwnedProtoRunStepResponse
worker_interface.h 192 return wrapper->get_proto();
  /external/ipsec-tools/src/racoon/
racoonctl.c 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) function
    [all...]

Completed in 2553 milliseconds