Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pluggable_profiler_internal (0.32 sec)

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

    Jake Harmon <******@****.***> 1694027275 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/pluggable_profiler/BUILD

            "//tensorflow/core/profiler/lib:profiler_interface",
            "//tensorflow/core/profiler/protobuf:xplane_proto_cc",
        ],
    )
    
    cc_library(
        name = "pluggable_profiler_internal",
        hdrs = [
            "pluggable_profiler.h",
            "pluggable_profiler_internal.h",
        ],
        visibility = [
            "//tensorflow/c:__subpackages__",
            "//tensorflow/core/common_runtime/pluggable_device:__subpackages__",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. 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"
    #include "tensorflow/core/platform/logging.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)
Back to top