Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.h

    //
    //  void profiler_collect_data_xspace(const TP_Profiler* profiler, uint8_t*
    //  buffer, size_t* size_in_bytes, TF_Status* status) {
    //    /* Plugin generates Xspace based on collected profiler data. */
    //    Xspace xspace = get_my_xspace();
    //    size_t buffer_size_in_bytes = *size_in_bytes;
    //    *size_in_bytes = xspace.ByteSizeLong(); /* get the size of Xspace */
    //    if (buffer == nullptr) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 14 20:04:34 UTC 2021
    - 7.4K bytes
    - Viewed (0)
Back to top