Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TF_InitKernel (0.18 sec)

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

    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)
  2. tensorflow/c/kernels.h

    TF_CAPI_EXPORT extern void TF_RunAsyncOpKernelDoneCallback(
        TF_AsyncOpKernelDoneCallback*);
    
    // TF_InitKernel to do op/kernel registration.
    // Plugin should implement TF_InitKernel to register kernels. This function
    // should register all kernels in a plugin.
    void TF_InitKernel();
    
    // Allocates a new kernel builder and returns a pointer to it.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 09 22:46:22 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top