Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_VALIDATE_NOT_NULL (0.26 sec)

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

      TF_VALIDATE_NOT_NULL(TF_ProfilerRegistrationParams, params, destroy_profiler);
      TF_VALIDATE_NOT_NULL(TF_ProfilerRegistrationParams, params,
                           destroy_profiler_fns);
      return OkStatus();
    }
    
    Status ValidateTPProfiler(const TP_Profiler& profiler) {
      TF_VALIDATE_STRUCT_SIZE(TP_Profiler, profiler, TP_PROFILER_STRUCT_SIZE);
      TF_VALIDATE_NOT_NULL(TP_Profiler, profiler, device_type);
    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