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

  /external/v8/tools/release/
push_to_candidates.py 43 def RunStep(self):
58 def RunStep(self):
66 def RunStep(self):
78 def RunStep(self):
112 def RunStep(self):
122 def RunStep(self):
157 def RunStep(self):
181 def RunStep(self):
189 def RunStep(self):
222 def RunStep(self)
    [all...]
create_release.py 17 def RunStep(self):
26 def RunStep(self):
36 def RunStep(self):
73 def RunStep(self):
80 def RunStep(self):
115 def RunStep(self):
138 def RunStep(self):
149 def RunStep(self):
160 def RunStep(self):
170 def RunStep(self)
    [all...]
auto_push.py 43 def RunStep(self):
51 def RunStep(self):
60 def RunStep(self):
73 def RunStep(self):
roll_merge.py 41 def RunStep(self):
62 def RunStep(self):
70 def RunStep(self):
102 def RunStep(self):
137 def RunStep(self):
151 def RunStep(self):
159 def RunStep(self):
182 def RunStep(self):
194 def RunStep(self):
204 def RunStep(self)
    [all...]
auto_tag.py 15 def RunStep(self):
30 def RunStep(self):
38 def RunStep(self):
94 def RunStep(self):
114 def RunStep(self):
152 def RunStep(self):
164 def RunStep(self):
auto_roll.py 28 def RunStep(self):
38 def RunStep(self):
57 def RunStep(self):
93 def RunStep(self):
108 def RunStep(self):
123 def RunStep(self):
139 def RunStep(self):
174 def RunStep(self):
merge_to_branch.py 42 def RunStep(self):
61 def RunStep(self):
69 def RunStep(self):
107 def RunStep(self):
155 def RunStep(self):
168 def RunStep(self):
178 def RunStep(self):
187 def RunStep(self):
test_scripts.py 380 def RunStep(self, script=PushToCandidates, step_class=Step, args=None):
498 lambda: self.RunStep(RollMerge, TagRevision, args))
536 self.RunStep(PushToCandidates, PreparePushRevision)
562 self.RunStep(PushToCandidates, PrepareChangeLog)
603 self.RunStep(PushToCandidates, EditChangeLog)
626 self.RunStep(PushToCandidates, IncrementVersion)
645 self.RunStep(PushToCandidates, SquashCommits)
    [all...]
common_includes.py 453 return self.RunStep()
458 def RunStep(self): # pragma: no cover
753 def RunStep(self):
769 def RunStep(self):
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_interface.h 50 virtual Status RunStep(CallOptions* call_options,
54 virtual Status RunStep(CallOptions* call_options,
61 return RunStep(call_options, wrapped_request.get(), wrapped_response.get());
65 // `RunStep()`. Ownership is transferred to the caller.
68 // `RunStep()` call on the same `MasterInterface` instance.
76 // `RunStep()`. Ownership is transferred to the caller.
79 // `RunStep()` call on the same `MasterInterface` instance.
local_master.h 55 Status RunStep(CallOptions* call_options, RunStepRequestWrapper* request,
master_test.cc 60 // Helpers for MasterService.{CreateSession,RunStep,CloseSession}
94 Status RunStep(const string& handle,
112 const Status s = FromGrpcStatus(master_->RunStep(&ctx, req, &resp));
189 TF_ASSERT_OK(RunStep(handle, {}, {{"A:0", &A}}));
203 TF_ASSERT_OK(RunStep(handle, {}, {{"A:0", &A}, {"x:0", &x}}));
318 TF_ASSERT_OK(RunStep(handle, {}, {{"A:0", &A}}));
321 TF_ASSERT_OK(RunStep(handle, {}, {{"A:0", &A}}));
330 errors::IsNotFound(RunStep(handle, {}, {{"A:0", &A}, {"B:0", &B}})));
336 Status s = RunStep(handle, {}, {{"A:0", &A}, {"B:0", &B}});
341 TF_ASSERT_OK(RunStep(handle, {}, {{"A:0", &A}, {"B:0", &B}}))
    [all...]
master.h 53 void RunStep(CallOptions* opts, const RunStepRequestWrapper* req,
local_master.cc 95 Status LocalMaster::RunStep(CallOptions* call_options,
100 master_impl_->RunStep(call_options, request, response,
master.cc 533 void Master::RunStep(CallOptions* opts, const RunStepRequestWrapper* req,
536 "RunStep (Master)", req);
  /external/tensorflow/tensorflow/core/protobuf/
master_service.proto 61 // The most frequent operation a master is "RunStep", which implements
77 // stub->RunStep({handle, {feeds}, {fetches}})
98 rpc RunStep(RunStepRequest) returns (RunStepResponse);
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.cc 65 Status RunStep(CallOptions* call_options, RunStepRequestWrapper* request,
69 &MasterServiceStub::RunStep, "RunStep/Client");
grpc_master_service.cc 81 // (e.g., `ENQUEUE_REQUEST(RunStep);`), and enqueues it on
109 ENQUEUE_REQUEST(RunStep, true);
185 auto* trace = TraceRpc("RunStep/Server", call->client_metadata());
197 master_impl_->RunStep(
213 ENQUEUE_REQUEST(RunStep, true);
grpc_master_service_impl.h 52 virtual ::grpc::Status RunStep(::grpc::ClientContext* context,
86 ::grpc::Status RunStep(::grpc::ClientContext* context,
grpc_master_service_impl.cc 35 "/tensorflow.MasterService/RunStep",
100 ::grpc::Status MasterService::Stub::RunStep(::grpc::ClientContext* context,
grpc_session.cc 295 return master_->RunStep(call_options, req, resp);
  /external/v8/benchmarks/
base.js 111 function RunStep() {
118 continuation = suite.RunStep(runner);
121 window.setTimeout(RunStep, 25);
131 RunStep();
235 BenchmarkSuite.prototype.RunStep = function(runner) {

Completed in 269 milliseconds