Home
last modified time | relevance | path

Searched defs:handle_device (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dexecute.cc125 int i, Device* handle_device, in CopyInputToExpectedDevice()
242 Device* handle_device = handle->DeviceOrHostCPU(*ctx); in ValidateInputTypeAndPlacement() local
1582 Device* handle_device = handle->DeviceOrHostCPU(ctx); in EagerRemoteExecute() local
/aosp_15_r20/tools/netsim/rust/daemon/src/devices/
H A Ddevices_handler.rs875 pub fn handle_device(request: &Request<Vec<u8>>, param: &str, writer: ResponseWritable) { in handle_device() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dresource_variable_ops.py267 def __init__(self, handle, handle_device): argument