Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for pluggable_profiler (0.22 sec)

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

    ==============================================================================*/
    #include <vector>
    
    #include "tensorflow/c/c_api_macros.h"
    #include "tensorflow/c/c_api_macros_internal.h"
    #include "tensorflow/c/experimental/pluggable_profiler/pluggable_profiler_internal.h"
    #include "tensorflow/c/tf_status_helper.h"
    #include "tensorflow/core/common_runtime/device/device_utils.h"
    #include "tensorflow/core/platform/errors.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.h

    TensorFlower Gardener <******@****.***> 1631649874 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 14 20:04:34 UTC 2021
    - 7.4K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/pluggable_profiler/BUILD

        ],
    )
    
    cc_library(
        name = "pluggable_profiler",
        srcs = ["pluggable_profiler.cc"],
        hdrs = ["pluggable_profiler.h"],
        visibility = ["//tensorflow:internal"],
        deps = [
            ":pluggable_profiler_internal",
            "//tensorflow/c:c_api_macros",
            "//tensorflow/c:tf_status",
            "//tensorflow/c:tf_status_helper",
            "//tensorflow/core:lib",
            "//tensorflow/core:lib_internal",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler_internal.h

    #ifndef TENSORFLOW_C_EXPERIMENTAL_PLUGGABLE_PROFILER_PLUGGABLE_PROFILER_INTERNAL_H_
    #define TENSORFLOW_C_EXPERIMENTAL_PLUGGABLE_PROFILER_PLUGGABLE_PROFILER_INTERNAL_H_
    #include "tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.h"
    #include "tensorflow/c/tf_status_helper.h"
    #include "tensorflow/core/platform/status.h"
    #include "tensorflow/core/profiler/lib/profiler_interface.h"
    #include "tensorflow/core/profiler/protobuf/xplane.pb.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top