Home
last modified time | relevance | path

Searched defs:WORKER (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Darchrast.h39 WORKER = 1 enumerator
/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACC.h37 enum OpenACCExecMapping { NONE = 0, VECTOR = 1, WORKER = 2, GANG = 4 }; enumerator
/external/tensorflow/tensorflow/python/distribute/
Destimator_training.py35 WORKER = dc._TaskType.WORKER variable
Ddistribute_coordinator.py42 WORKER = "worker" variable in _TaskType
Dparameter_server_strategy_test.py62 WORKER = run_config.TaskType.WORKER variable
Ddistribute_coordinator_test.py57 WORKER = distribute_coordinator._TaskType.WORKER variable
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java48 private static final ScheduledExecutorService WORKER = field in CoreImplTest