Home
last modified time | relevance | path

Searched refs:ExportState (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Dserver_lib.h64 virtual ServerStateExport ExportState() const = 0;
104 ServerStateExport ExportState() const override;
126 ServerStateExport ExportState() const override;
Dserver_lib.cc141 ServerStateExport DispatchGrpcDataServer::ExportState() const { in ExportState() function in tensorflow::data::DispatchGrpcDataServer
144 service_->ExportState(); in ExportState()
201 ServerStateExport WorkerGrpcDataServer::ExportState() const { in ExportState() function in tensorflow::data::WorkerGrpcDataServer
203 *server_state_export.mutable_worker_state_export() = service_->ExportState(); in ExportState()
Dgrpc_worker_impl.cc56 WorkerStateExport GrpcWorkerImpl::ExportState() const { in ExportState() function in tensorflow::data::GrpcWorkerImpl
57 return impl_->ExportState(); in ExportState()
Dgrpc_dispatcher_impl.cc42 DispatcherStateExport GrpcDispatcherImpl::ExportState() const { in ExportState() function in tensorflow::data::GrpcDispatcherImpl
43 return impl_.ExportState(); in ExportState()
Dtest_cluster.cc108 return dispatcher_->ExportState(); in ExportDispatcherState()
112 return workers_[index]->ExportState(); in ExportWorkerState()
Dgrpc_dispatcher_impl.h41 DispatcherStateExport ExportState() const;
Dgrpc_worker_impl.h54 WorkerStateExport ExportState() const;
Dworker_impl.h86 WorkerStateExport ExportState() const;
Ddispatcher_impl.h180 DispatcherStateExport ExportState() const;
Dworker_impl.cc586 WorkerStateExport DataServiceWorkerImpl::ExportState() const { in ExportState() function in tensorflow::data::DataServiceWorkerImpl
Ddispatcher_impl.cc1202 DispatcherStateExport DataServiceDispatcherImpl::ExportState() const in ExportState() function in tensorflow::data::DataServiceDispatcherImpl
/external/crosvm/devices/src/virtio/iommu/
Dmemory_mapper.rs63 struct ExportState { struct
76 impl ExportState { argument
117 export_state: Option<ExportState>,
349 let (export_state, fault_event) = ExportState::new(ex)?; in start_export_session()
/external/armnn/include/armnn/
DINetwork.hpp303 void SetExportEnabled(bool ExportState);
/external/AFLplusplus/dictionaries/
Dpdf.dict397 "/ExportState"
/external/armnn/src/armnn/
DNetwork.cpp115 void OptimizerOptionsOpaque::SetExportEnabled(bool ExportState) in SetExportEnabled() argument
117 p_OptimizerOptionsImpl->m_ExportEnabled = ExportState; in SetExportEnabled()