- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TFE_OpGetDevice (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tensorflow/c/eager/custom_device_testutil.cc
void LoggingDeviceExecute(const TFE_Op* original_op, int* num_outputs, TFE_TensorHandle** outputs, TF_Status* s, void* device_info) { const char* requested_placement = TFE_OpGetDevice(original_op, s); if (TF_GetCode(s) != TF_OK) return; LoggingDevice* dev = reinterpret_cast<LoggingDevice*>(device_info); if (dev->strict_scope_placement && *requested_placement == '\0') {
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Dec 20 23:30:21 GMT 2025 - 8.4K bytes - Click Count (0)