Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu.py919 device_assignment: Optional[device_assignment_lib.DeviceAssignment] = None,
1211 device_assignment: Optional[device_assignment_lib.DeviceAssignment] = None,
1788 device_assignment: Optional[device_assignment_lib.DeviceAssignment] = None,
1952 device_assignment: Optional[device_assignment_lib.DeviceAssignment] = None,
2036 device_assignment: Optional[device_assignment_lib.DeviceAssignment] = None,
2098 device_assignment: Optional[device_assignment_lib.DeviceAssignment] = None,
2255 device_assignment: Optional[device_assignment_lib.DeviceAssignment] = None,
H A Ddevice_assignment.py57 class DeviceAssignment(object): class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dlibtpu.h66 typedef struct DeviceAssignment { struct
69 } DeviceAssignment; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomputation_placer.h41 DeviceAssignment() {} in DeviceAssignment() function
42 DeviceAssignment(int replica_count, int computation_count) in DeviceAssignment() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dexecutable_run_options.h39 class DeviceAssignment; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt.proto10 message DeviceAssignment { message
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_client.py267 DeviceAssignment = _xla.DeviceAssignment variable