Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SE_InitPlugin (0.15 sec)

  1. tensorflow/c/experimental/stream_executor/test/test_pluggable_device.cc

    #include "tensorflow/c/experimental/stream_executor/stream_executor.h"
    #include "tensorflow/c/experimental/stream_executor/stream_executor_test_util.h"
    
    extern "C" {
    
    void SE_InitPlugin(SE_PlatformRegistrationParams* const params,
                       TF_Status* const status) {
      stream_executor::test_util::PopulateDefaultPlatformRegistrationParams(params);
    }
    
    void TF_InitKernel() {}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 18 04:53:02 UTC 2021
    - 1K bytes
    - Viewed (0)
Back to top