Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DeleteLoggingDevice (0.17 seconds)

  1. tensorflow/c/eager/custom_device_testutil.cc

        outputs[i] = MakeLoggedTensorHandle(context, dev->device_name,
                                            std::move(logged_tensor), s);
      }
      *(dev->executed_flag) = true;
    }
    
    void DeleteLoggingDevice(void* device_info) {
      delete reinterpret_cast<LoggingDevice*>(device_info);
    }
    
    }  // namespace
    
    void RegisterLoggingDevice(TFE_Context* context, const char* name,
    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)
Back to Top