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

  /external/tensorflow/tensorflow/core/distributed_runtime/
master_interface.h 52 MutableRunStepResponseWrapper* response) = 0;
59 std::unique_ptr<MutableRunStepResponseWrapper> wrapped_response(
80 virtual MutableRunStepResponseWrapper* CreateRunStepResponse() {
110 MutableRunStepResponseWrapper* wrapper) {
local_master.h 56 MutableRunStepResponseWrapper* response) override;
60 MutableRunStepResponseWrapper* CreateRunStepResponse() override;
master.h 54 MutableRunStepResponseWrapper* resp, MyClosure done);
master_session.h 89 MutableRunStepResponseWrapper* resp);
236 MutableRunStepResponseWrapper* resp);
238 MutableRunStepResponseWrapper* resp);
local_master.cc 97 MutableRunStepResponseWrapper* response) {
114 MutableRunStepResponseWrapper* LocalMaster::CreateRunStepResponse() {
message_wrappers.h 608 class MutableRunStepResponseWrapper {
610 virtual ~MutableRunStepResponseWrapper();
652 class InMemoryRunStepResponse : public MutableRunStepResponseWrapper {
654 // MutableRunStepResponseWrapper methods.
681 class OwnedProtoRunStepResponse : public MutableRunStepResponseWrapper {
683 // MutableRunStepResponseWrapper methods.
704 class NonOwnedProtoRunStepResponse : public MutableRunStepResponseWrapper {
708 // MutableRunStepResponseWrapper methods.
message_wrappers_test.cc 134 MutableRunStepResponseWrapper* run_step_response) {
149 void CheckRunStepResponse(const MutableRunStepResponseWrapper& response) {
message_wrappers.cc 794 MutableRunStepResponseWrapper::~MutableRunStepResponseWrapper() {}
master_session.cc 203 MutableRunStepResponseWrapper* resp,
753 MutableRunStepResponseWrapper* resp, CancellationManager* cm,
    [all...]
master.cc 534 MutableRunStepResponseWrapper* resp, MyClosure done) {
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.cc 66 MutableRunStepResponseWrapper* response) override {
grpc_session.h 134 MutableRunStepResponseWrapper* resp);
grpc_master_service.cc 194 MutableRunStepResponseWrapper* wrapped_response =
grpc_session.cc 191 std::unique_ptr<MutableRunStepResponseWrapper> resp(
291 MutableRunStepResponseWrapper* resp) {

Completed in 459 milliseconds