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

  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.cc 577 RunGraphResponse* InMemoryRunGraphResponse::get_proto() { function in class:tensorflow::InMemoryRunGraphResponse
646 RunGraphResponse* OwnedProtoRunGraphResponse::get_proto() { return &response_; } function in class:tensorflow::OwnedProtoRunGraphResponse
717 RunGraphResponse* NonOwnedProtoRunGraphResponse::get_proto() { function in class:tensorflow::NonOwnedProtoRunGraphResponse
775 RunStepResponse* InMemoryRunStepResponse::get_proto() { function in class:tensorflow::InMemoryRunStepResponse
826 RunStepResponse* OwnedProtoRunStepResponse::get_proto() { return &response_; } function in class:tensorflow::OwnedProtoRunStepResponse
878 RunStepResponse* NonOwnedProtoRunStepResponse::get_proto() { return response_; } function in class:tensorflow::NonOwnedProtoRunStepResponse
  /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 143 milliseconds