Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OnTFDeviceView (0.19 sec)

  1. tensorflow/c/experimental/stream_executor/stream_executor.h

    //
    //   void create_device(const SP_Platform* platform,
    //                      SE_CreateDeviceParams* params, TF_Status* status) {
    //     // Custom actions based on TensorFlow's view of SP_Device.
    //     OnTFDeviceView(params->device->struct_size);
    //     params->device = { SP_DEVICE_STRUCT_SIZE };
    //     params->device->device_handle = get_my_device_handle(device->ordinal);
    //     params->device->ordinal = params->ordinal;
    //     ...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 24 08:40:35 UTC 2022
    - 21.6K bytes
    - Viewed (0)
Back to top