Home
last modified time | relevance | path

Searched defs:Sync (Results 1 – 25 of 79) sorted by relevance

1234

/external/tensorflow/tensorflow/core/common_runtime/
Dthreadpool_device.h42 Status Sync() override { return Status::OK(); } in Sync() function
Ddevice.cc39 void Device::Sync(const DoneCallback& done) { done(Sync()); } in Sync() function in tensorflow::Device
Dsingle_threaded_cpu_device.cc63 Status Sync() override { return Status::OK(); } in Sync() function in tensorflow::__anona485c93d0111::SingleThreadedCpuDevice
Ddevice_set_test.cc31 Status Sync() override { return Status::OK(); } in Dev() function in tensorflow::__anonf0ab42df0111::Dev::FakeDevice
Drenamed_device.h113 Status Sync() override { return underlying_->Sync(); } in Sync() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cSyncTests.hpp39 namespace Sync namespace
Dgl4cSyncTests.cpp52 namespace Sync namespace
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_writable_file.cc50 Status IGFSWritableFile::Sync() { in Sync() function in tensorflow::IGFSWritableFile
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.cc90 Status SYCLDevice::Sync() { in Sync() function in tensorflow::SYCLDevice
/external/syzkaller/syz-hub/
Dhub.go85 func (hub *Hub) Sync(a *rpctype.HubSyncArgs, r *rpctype.HubSyncRes) error { func
/external/perfetto/infra/git_mirror_bot/
Dmirror_aosp_to_ghub_repo.py162 def Sync(): function
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.h86 Sync, enumerator
/external/ltp/testcases/kernel/io/disktest/
Dio.c174 int Sync(fd_t fd) in Sync() function
/external/tensorflow/tensorflow/tools/optimization/
Doptimization_pass_runner.cc60 Status FakeDevice::Sync() { in Sync() function in tensorflow::__anondfd7505e0111::FakeDevice
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md490 ## Sync section in Syncer
492 ### Sync on change
497 ### Read hardware
504 ### Explicit sync
510 ### Out of sync
/external/webp/src/utils/
Dthread_utils.h58 int (*Sync)(WebPWorker* const worker); member
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_outputbuffer.cc204 Status ZlibOutputBuffer::Sync() { in Sync() function in tensorflow::io::ZlibOutputBuffer
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device.cc48 Status Sync() override { return Status::OK(); } in Sync() function in tensorflow::RemoteDevice
Dsession_mgr_test.cc32 Status Sync() override { return errors::Unimplemented("FakeDevice::Sync()"); } in Sync() function in tensorflow::FakeDevice
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_sync_test.cc51 TEST(MetaMap, Sync) { in TEST() argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compilation_device.cc116 Status XlaCompilationDevice::Sync() { return Status::OK(); } in Sync() function in tensorflow::XlaCompilationDevice
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc388 Status XlaDevice::Sync() { in Sync() function in tensorflow::XlaDevice
409 void XlaDevice::Sync(const DoneCallback& done) { in Sync() function in tensorflow::XlaDevice
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractFuture.java224 static final class Sync<V> extends AbstractQueuedSynchronizer { class in AbstractFuture
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBufferedTokenStream.cs216 protected virtual void Sync(int i) in Sync() method in Antlr.Runtime.BufferedTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs188 protected virtual void Sync(int i) { in Sync() method in Antlr.Runtime.BufferedTokenStream

1234