Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CollectData (0.55 sec)

  1. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.cc

      }
    
      Status Stop() override {
        tensorflow::TF_StatusPtr status(TF_NewStatus());
        profiler_fns_.stop(&profiler_, status.get());
        return tensorflow::StatusFromTF_Status(status.get());
      }
    
      Status CollectData(XSpace* space) override {
        tensorflow::TF_StatusPtr status(TF_NewStatus());
        // Get size of buffer required for Plugin to serialize XSpace into it.
        size_t size_in_bytes;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top