Home
last modified time | relevance | path

Searched defs:compute_devices (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcentral_storage_strategy.py51 def __init__(self, compute_devices=None, parameter_device=None): argument
217 def __init__(self, compute_devices=None, parameter_device=None): argument
H A Dparameter_server_strategy.py166 compute_devices=None, argument
180 compute_devices=None, argument
282 compute_devices, argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/printf/
H A Dtest_printf.cpp1100 uint32_t compute_devices = 0; in InitCL() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py3929 def _add_new_tf_operations(self, compute_devices=True): argument