Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Merkel (0.15 sec)

  1. tensorflow/c/eager/c_api.h

    // and return "non-ready" handles in `retvals`. Note that any handles contained
    // in 'op' should not be mutated till the kernel execution actually finishes.
    //
    // For sync execution, if any of the inputs to `op` are not ready, this call
    // will block till they become ready and then return when the kernel execution
    // is done.
    // TODO(agarwal): change num_retvals to int from int*.
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Apr 27 21:07:00 GMT 2023
    - 22.8K bytes
    - Viewed (1)
  2. tensorflow/c/c_api.h

                                                     size_t name_len,
                                                     TF_Status* status);
    
    // --------------------------------------------------------------------------
    // Kernel definition information.
    
    // Returns a serialized KernelList protocol buffer containing KernelDefs for all
    // registered kernels.
    TF_CAPI_EXPORT extern TF_Buffer* TF_GetAllRegisteredKernels(TF_Status* status);
    
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
Back to top