Home
last modified time | relevance | path

Searched defs:RunStep (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster_interface.h54 virtual Status RunStep(CallOptions* call_options, in RunStep() function
H A Dlocal_master.cc97 Status LocalMaster::RunStep(CallOptions* call_options, in RunStep() function in tensorflow::LocalMaster
H A Dmaster_test.cc95 Status RunStep(const string& handle, in RunStep() function in tensorflow::MasterTest
H A Dmaster.cc531 void Master::RunStep(CallOptions* opts, const RunStepRequestWrapper* req, in RunStep() function in tensorflow::Master
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dmaster_service.proto100 rpc RunStep(RunStepRequest) returns (RunStepResponse); rpc
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_master_service_impl.cc100 ::grpc::Status MasterService::Stub::RunStep(::grpc::ClientContext* context, in RunStep() function in tensorflow::grpc::MasterService::Stub
H A Dgrpc_remote_master.cc68 Status RunStep(CallOptions* call_options, RunStepRequestWrapper* request, in RunStep() function in tensorflow::GrpcRemoteMaster
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dactivity.h564 absl::optional<ResultType> RunStep() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu()) { in RunStep() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dactivity.h556 absl::optional<ResultType> RunStep() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu()) { in RunStep() function