// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tsl/profiler/protobuf/profiled_instructions.proto
// Protobuf C++ Version: 5.28.3

#ifndef GOOGLE_PROTOBUF_INCLUDED_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 5028003
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/generated_message_reflection.h"
#include "google/protobuf/message.h"
#include "google/protobuf/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
#include "google/protobuf/unknown_field_set.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto PROTOBUF_EXPORT

namespace google {
namespace protobuf {
namespace internal {
class AnyMetadata;
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct PROTOBUF_EXPORT TableStruct_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto {
  static const ::uint32_t offsets[];
};
PROTOBUF_EXPORT extern const ::google::protobuf::internal::DescriptorTable
    descriptor_table_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto;
namespace tensorflow {
namespace profiler {
class ProfiledInstructionsProto;
struct ProfiledInstructionsProtoDefaultTypeInternal;
PROTOBUF_EXPORT extern ProfiledInstructionsProtoDefaultTypeInternal _ProfiledInstructionsProto_default_instance_;
class ProfiledInstructionsProto_InstructionCost;
struct ProfiledInstructionsProto_InstructionCostDefaultTypeInternal;
PROTOBUF_EXPORT extern ProfiledInstructionsProto_InstructionCostDefaultTypeInternal _ProfiledInstructionsProto_InstructionCost_default_instance_;
class ProfiledInstructionsProto_Latency;
struct ProfiledInstructionsProto_LatencyDefaultTypeInternal;
PROTOBUF_EXPORT extern ProfiledInstructionsProto_LatencyDefaultTypeInternal _ProfiledInstructionsProto_Latency_default_instance_;
}  // namespace profiler
}  // namespace tensorflow
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace tensorflow {
namespace profiler {

// ===================================================================


// -------------------------------------------------------------------

class PROTOBUF_EXPORT ProfiledInstructionsProto_Latency final : public ::google::protobuf::Message
/* @@protoc_insertion_point(class_definition:tensorflow.profiler.ProfiledInstructionsProto.Latency) */ {
 public:
  inline ProfiledInstructionsProto_Latency() : ProfiledInstructionsProto_Latency(nullptr) {}
  ~ProfiledInstructionsProto_Latency() PROTOBUF_FINAL;
  template <typename = void>
  explicit PROTOBUF_CONSTEXPR ProfiledInstructionsProto_Latency(
      ::google::protobuf::internal::ConstantInitialized);

  inline ProfiledInstructionsProto_Latency(const ProfiledInstructionsProto_Latency& from) : ProfiledInstructionsProto_Latency(nullptr, from) {}
  inline ProfiledInstructionsProto_Latency(ProfiledInstructionsProto_Latency&& from) noexcept
      : ProfiledInstructionsProto_Latency(nullptr, std::move(from)) {}
  inline ProfiledInstructionsProto_Latency& operator=(const ProfiledInstructionsProto_Latency& from) {
    CopyFrom(from);
    return *this;
  }
  inline ProfiledInstructionsProto_Latency& operator=(ProfiledInstructionsProto_Latency&& from) noexcept {
    if (this == &from) return *this;
    if (GetArena() == from.GetArena()
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
        && GetArena() != nullptr
#endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
    ) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
  }
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields()
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
  }

  static const ::google::protobuf::Descriptor* descriptor() {
    return GetDescriptor();
  }
  static const ::google::protobuf::Descriptor* GetDescriptor() {
    return default_instance().GetMetadata().descriptor;
  }
  static const ::google::protobuf::Reflection* GetReflection() {
    return default_instance().GetMetadata().reflection;
  }
  static const ProfiledInstructionsProto_Latency& default_instance() {
    return *internal_default_instance();
  }
  static inline const ProfiledInstructionsProto_Latency* internal_default_instance() {
    return reinterpret_cast<const ProfiledInstructionsProto_Latency*>(
        &_ProfiledInstructionsProto_Latency_default_instance_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(ProfiledInstructionsProto_Latency& a, ProfiledInstructionsProto_Latency& b) { a.Swap(&b); }
  inline void Swap(ProfiledInstructionsProto_Latency* other) {
    if (other == this) return;
#ifdef PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetArena() != nullptr && GetArena() == other->GetArena()) {
#else   // PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetArena() == other->GetArena()) {
#endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(ProfiledInstructionsProto_Latency* other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  ProfiledInstructionsProto_Latency* New(::google::protobuf::Arena* arena = nullptr) const PROTOBUF_FINAL {
    return ::google::protobuf::Message::DefaultConstruct<ProfiledInstructionsProto_Latency>(arena);
  }
  using ::google::protobuf::Message::CopyFrom;
  void CopyFrom(const ProfiledInstructionsProto_Latency& from);
  using ::google::protobuf::Message::MergeFrom;
  void MergeFrom(const ProfiledInstructionsProto_Latency& from) { ProfiledInstructionsProto_Latency::MergeImpl(*this, from); }

  private:
  static void MergeImpl(
      ::google::protobuf::MessageLite& to_msg,
      const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* _InternalSerialize(
      const MessageLite& msg, ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* _InternalSerialize(
      ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* _InternalSerialize(
      ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const { return _impl_._cached_size_.Get(); }

  private:
  void SharedCtor(::google::protobuf::Arena* arena);
  void SharedDtor();
  void InternalSwap(ProfiledInstructionsProto_Latency* other);
 private:
  friend class ::google::protobuf::internal::AnyMetadata;
  static ::absl::string_view FullMessageName() { return "tensorflow.profiler.ProfiledInstructionsProto.Latency"; }

 protected:
  explicit ProfiledInstructionsProto_Latency(::google::protobuf::Arena* arena);
  ProfiledInstructionsProto_Latency(::google::protobuf::Arena* arena, const ProfiledInstructionsProto_Latency& from);
  ProfiledInstructionsProto_Latency(::google::protobuf::Arena* arena, ProfiledInstructionsProto_Latency&& from) noexcept
      : ProfiledInstructionsProto_Latency(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::Message::ClassData* GetClassData() const PROTOBUF_FINAL;
  static const ::google::protobuf::Message::ClassDataFull _class_data_;

 public:
  ::google::protobuf::Metadata GetMetadata() const;
  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kSourceFieldNumber = 1,
    kTargetFieldNumber = 2,
    kLatencyUsFieldNumber = 3,
  };
  // string source = 1;
  void clear_source() ;
  const std::string& source() const;
  template <typename Arg_ = const std::string&, typename... Args_>
  void set_source(Arg_&& arg, Args_... args);
  std::string* mutable_source();
  PROTOBUF_NODISCARD std::string* release_source();
  void set_allocated_source(std::string* value);

  private:
  const std::string& _internal_source() const;
  inline PROTOBUF_ALWAYS_INLINE void _internal_set_source(
      const std::string& value);
  std::string* _internal_mutable_source();

  public:
  // string target = 2;
  void clear_target() ;
  const std::string& target() const;
  template <typename Arg_ = const std::string&, typename... Args_>
  void set_target(Arg_&& arg, Args_... args);
  std::string* mutable_target();
  PROTOBUF_NODISCARD std::string* release_target();
  void set_allocated_target(std::string* value);

  private:
  const std::string& _internal_target() const;
  inline PROTOBUF_ALWAYS_INLINE void _internal_set_target(
      const std::string& value);
  std::string* _internal_mutable_target();

  public:
  // double latency_us = 3;
  void clear_latency_us() ;
  double latency_us() const;
  void set_latency_us(double value);

  private:
  double _internal_latency_us() const;
  void _internal_set_latency_us(double value);

  public:
  // @@protoc_insertion_point(class_scope:tensorflow.profiler.ProfiledInstructionsProto.Latency)
 private:
  class _Internal;
  friend class ::google::protobuf::internal::TcParser;
  static const ::google::protobuf::internal::TcParseTable<
      2, 3, 0,
      74, 2>
      _table_;


  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(
        ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
                          ::google::protobuf::Arena* arena);
    inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
                          ::google::protobuf::Arena* arena, const Impl_& from,
                          const ProfiledInstructionsProto_Latency& from_msg);
    ::google::protobuf::internal::ArenaStringPtr source_;
    ::google::protobuf::internal::ArenaStringPtr target_;
    double latency_us_;
    mutable ::google::protobuf::internal::CachedSize _cached_size_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto;
};
// -------------------------------------------------------------------

class PROTOBUF_EXPORT ProfiledInstructionsProto_InstructionCost final : public ::google::protobuf::Message
/* @@protoc_insertion_point(class_definition:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost) */ {
 public:
  inline ProfiledInstructionsProto_InstructionCost() : ProfiledInstructionsProto_InstructionCost(nullptr) {}
  ~ProfiledInstructionsProto_InstructionCost() PROTOBUF_FINAL;
  template <typename = void>
  explicit PROTOBUF_CONSTEXPR ProfiledInstructionsProto_InstructionCost(
      ::google::protobuf::internal::ConstantInitialized);

  inline ProfiledInstructionsProto_InstructionCost(const ProfiledInstructionsProto_InstructionCost& from) : ProfiledInstructionsProto_InstructionCost(nullptr, from) {}
  inline ProfiledInstructionsProto_InstructionCost(ProfiledInstructionsProto_InstructionCost&& from) noexcept
      : ProfiledInstructionsProto_InstructionCost(nullptr, std::move(from)) {}
  inline ProfiledInstructionsProto_InstructionCost& operator=(const ProfiledInstructionsProto_InstructionCost& from) {
    CopyFrom(from);
    return *this;
  }
  inline ProfiledInstructionsProto_InstructionCost& operator=(ProfiledInstructionsProto_InstructionCost&& from) noexcept {
    if (this == &from) return *this;
    if (GetArena() == from.GetArena()
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
        && GetArena() != nullptr
#endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
    ) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
  }
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields()
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
  }

  static const ::google::protobuf::Descriptor* descriptor() {
    return GetDescriptor();
  }
  static const ::google::protobuf::Descriptor* GetDescriptor() {
    return default_instance().GetMetadata().descriptor;
  }
  static const ::google::protobuf::Reflection* GetReflection() {
    return default_instance().GetMetadata().reflection;
  }
  static const ProfiledInstructionsProto_InstructionCost& default_instance() {
    return *internal_default_instance();
  }
  static inline const ProfiledInstructionsProto_InstructionCost* internal_default_instance() {
    return reinterpret_cast<const ProfiledInstructionsProto_InstructionCost*>(
        &_ProfiledInstructionsProto_InstructionCost_default_instance_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(ProfiledInstructionsProto_InstructionCost& a, ProfiledInstructionsProto_InstructionCost& b) { a.Swap(&b); }
  inline void Swap(ProfiledInstructionsProto_InstructionCost* other) {
    if (other == this) return;
#ifdef PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetArena() != nullptr && GetArena() == other->GetArena()) {
#else   // PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetArena() == other->GetArena()) {
#endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(ProfiledInstructionsProto_InstructionCost* other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  ProfiledInstructionsProto_InstructionCost* New(::google::protobuf::Arena* arena = nullptr) const PROTOBUF_FINAL {
    return ::google::protobuf::Message::DefaultConstruct<ProfiledInstructionsProto_InstructionCost>(arena);
  }
  using ::google::protobuf::Message::CopyFrom;
  void CopyFrom(const ProfiledInstructionsProto_InstructionCost& from);
  using ::google::protobuf::Message::MergeFrom;
  void MergeFrom(const ProfiledInstructionsProto_InstructionCost& from) { ProfiledInstructionsProto_InstructionCost::MergeImpl(*this, from); }

  private:
  static void MergeImpl(
      ::google::protobuf::MessageLite& to_msg,
      const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* _InternalSerialize(
      const MessageLite& msg, ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* _InternalSerialize(
      ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* _InternalSerialize(
      ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const { return _impl_._cached_size_.Get(); }

  private:
  void SharedCtor(::google::protobuf::Arena* arena);
  void SharedDtor();
  void InternalSwap(ProfiledInstructionsProto_InstructionCost* other);
 private:
  friend class ::google::protobuf::internal::AnyMetadata;
  static ::absl::string_view FullMessageName() { return "tensorflow.profiler.ProfiledInstructionsProto.InstructionCost"; }

 protected:
  explicit ProfiledInstructionsProto_InstructionCost(::google::protobuf::Arena* arena);
  ProfiledInstructionsProto_InstructionCost(::google::protobuf::Arena* arena, const ProfiledInstructionsProto_InstructionCost& from);
  ProfiledInstructionsProto_InstructionCost(::google::protobuf::Arena* arena, ProfiledInstructionsProto_InstructionCost&& from) noexcept
      : ProfiledInstructionsProto_InstructionCost(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::Message::ClassData* GetClassData() const PROTOBUF_FINAL;
  static const ::google::protobuf::Message::ClassDataFull _class_data_;

 public:
  ::google::protobuf::Metadata GetMetadata() const;
  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kNameFieldNumber = 1,
    kCostUsFieldNumber = 2,
  };
  // string name = 1;
  void clear_name() ;
  const std::string& name() const;
  template <typename Arg_ = const std::string&, typename... Args_>
  void set_name(Arg_&& arg, Args_... args);
  std::string* mutable_name();
  PROTOBUF_NODISCARD std::string* release_name();
  void set_allocated_name(std::string* value);

  private:
  const std::string& _internal_name() const;
  inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(
      const std::string& value);
  std::string* _internal_mutable_name();

  public:
  // double cost_us = 2;
  void clear_cost_us() ;
  double cost_us() const;
  void set_cost_us(double value);

  private:
  double _internal_cost_us() const;
  void _internal_set_cost_us(double value);

  public:
  // @@protoc_insertion_point(class_scope:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost)
 private:
  class _Internal;
  friend class ::google::protobuf::internal::TcParser;
  static const ::google::protobuf::internal::TcParseTable<
      1, 2, 0,
      74, 2>
      _table_;


  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(
        ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
                          ::google::protobuf::Arena* arena);
    inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
                          ::google::protobuf::Arena* arena, const Impl_& from,
                          const ProfiledInstructionsProto_InstructionCost& from_msg);
    ::google::protobuf::internal::ArenaStringPtr name_;
    double cost_us_;
    mutable ::google::protobuf::internal::CachedSize _cached_size_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto;
};
// -------------------------------------------------------------------

class PROTOBUF_EXPORT ProfiledInstructionsProto final : public ::google::protobuf::Message
/* @@protoc_insertion_point(class_definition:tensorflow.profiler.ProfiledInstructionsProto) */ {
 public:
  inline ProfiledInstructionsProto() : ProfiledInstructionsProto(nullptr) {}
  ~ProfiledInstructionsProto() PROTOBUF_FINAL;
  template <typename = void>
  explicit PROTOBUF_CONSTEXPR ProfiledInstructionsProto(
      ::google::protobuf::internal::ConstantInitialized);

  inline ProfiledInstructionsProto(const ProfiledInstructionsProto& from) : ProfiledInstructionsProto(nullptr, from) {}
  inline ProfiledInstructionsProto(ProfiledInstructionsProto&& from) noexcept
      : ProfiledInstructionsProto(nullptr, std::move(from)) {}
  inline ProfiledInstructionsProto& operator=(const ProfiledInstructionsProto& from) {
    CopyFrom(from);
    return *this;
  }
  inline ProfiledInstructionsProto& operator=(ProfiledInstructionsProto&& from) noexcept {
    if (this == &from) return *this;
    if (GetArena() == from.GetArena()
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
        && GetArena() != nullptr
#endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
    ) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
  }
  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields()
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
  }

  static const ::google::protobuf::Descriptor* descriptor() {
    return GetDescriptor();
  }
  static const ::google::protobuf::Descriptor* GetDescriptor() {
    return default_instance().GetMetadata().descriptor;
  }
  static const ::google::protobuf::Reflection* GetReflection() {
    return default_instance().GetMetadata().reflection;
  }
  static const ProfiledInstructionsProto& default_instance() {
    return *internal_default_instance();
  }
  static inline const ProfiledInstructionsProto* internal_default_instance() {
    return reinterpret_cast<const ProfiledInstructionsProto*>(
        &_ProfiledInstructionsProto_default_instance_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(ProfiledInstructionsProto& a, ProfiledInstructionsProto& b) { a.Swap(&b); }
  inline void Swap(ProfiledInstructionsProto* other) {
    if (other == this) return;
#ifdef PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetArena() != nullptr && GetArena() == other->GetArena()) {
#else   // PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetArena() == other->GetArena()) {
#endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(ProfiledInstructionsProto* other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  ProfiledInstructionsProto* New(::google::protobuf::Arena* arena = nullptr) const PROTOBUF_FINAL {
    return ::google::protobuf::Message::DefaultConstruct<ProfiledInstructionsProto>(arena);
  }
  using ::google::protobuf::Message::CopyFrom;
  void CopyFrom(const ProfiledInstructionsProto& from);
  using ::google::protobuf::Message::MergeFrom;
  void MergeFrom(const ProfiledInstructionsProto& from) { ProfiledInstructionsProto::MergeImpl(*this, from); }

  private:
  static void MergeImpl(
      ::google::protobuf::MessageLite& to_msg,
      const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* _InternalSerialize(
      const MessageLite& msg, ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* _InternalSerialize(
      ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* _InternalSerialize(
      ::uint8_t* target,
      ::google::protobuf::io::EpsCopyOutputStream* stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const { return _impl_._cached_size_.Get(); }

  private:
  void SharedCtor(::google::protobuf::Arena* arena);
  void SharedDtor();
  void InternalSwap(ProfiledInstructionsProto* other);
 private:
  friend class ::google::protobuf::internal::AnyMetadata;
  static ::absl::string_view FullMessageName() { return "tensorflow.profiler.ProfiledInstructionsProto"; }

 protected:
  explicit ProfiledInstructionsProto(::google::protobuf::Arena* arena);
  ProfiledInstructionsProto(::google::protobuf::Arena* arena, const ProfiledInstructionsProto& from);
  ProfiledInstructionsProto(::google::protobuf::Arena* arena, ProfiledInstructionsProto&& from) noexcept
      : ProfiledInstructionsProto(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::Message::ClassData* GetClassData() const PROTOBUF_FINAL;
  static const ::google::protobuf::Message::ClassDataFull _class_data_;

 public:
  ::google::protobuf::Metadata GetMetadata() const;
  // nested types ----------------------------------------------------
  using InstructionCost = ProfiledInstructionsProto_InstructionCost;
  using Latency = ProfiledInstructionsProto_Latency;

  // accessors -------------------------------------------------------
  enum : int {
    kCostsFieldNumber = 1,
    kLatenciesFieldNumber = 2,
  };
  // repeated .tensorflow.profiler.ProfiledInstructionsProto.InstructionCost costs = 1;
  int costs_size() const;
  private:
  int _internal_costs_size() const;

  public:
  void clear_costs() ;
  ::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost* mutable_costs(int index);
  ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost>* mutable_costs();

  private:
  const ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost>& _internal_costs() const;
  ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost>* _internal_mutable_costs();
  public:
  const ::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost& costs(int index) const;
  ::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost* add_costs();
  const ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost>& costs() const;
  // repeated .tensorflow.profiler.ProfiledInstructionsProto.Latency latencies = 2;
  int latencies_size() const;
  private:
  int _internal_latencies_size() const;

  public:
  void clear_latencies() ;
  ::tensorflow::profiler::ProfiledInstructionsProto_Latency* mutable_latencies(int index);
  ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_Latency>* mutable_latencies();

  private:
  const ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_Latency>& _internal_latencies() const;
  ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_Latency>* _internal_mutable_latencies();
  public:
  const ::tensorflow::profiler::ProfiledInstructionsProto_Latency& latencies(int index) const;
  ::tensorflow::profiler::ProfiledInstructionsProto_Latency* add_latencies();
  const ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_Latency>& latencies() const;
  // @@protoc_insertion_point(class_scope:tensorflow.profiler.ProfiledInstructionsProto)
 private:
  class _Internal;
  friend class ::google::protobuf::internal::TcParser;
  static const ::google::protobuf::internal::TcParseTable<
      1, 2, 2,
      0, 2>
      _table_;


  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(
        ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
                          ::google::protobuf::Arena* arena);
    inline explicit Impl_(::google::protobuf::internal::InternalVisibility visibility,
                          ::google::protobuf::Arena* arena, const Impl_& from,
                          const ProfiledInstructionsProto& from_msg);
    ::google::protobuf::RepeatedPtrField< ::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost > costs_;
    ::google::protobuf::RepeatedPtrField< ::tensorflow::profiler::ProfiledInstructionsProto_Latency > latencies_;
    mutable ::google::protobuf::internal::CachedSize _cached_size_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto;
};

// ===================================================================




// ===================================================================


#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// -------------------------------------------------------------------

// ProfiledInstructionsProto_InstructionCost

// string name = 1;
inline void ProfiledInstructionsProto_InstructionCost::clear_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.ClearToEmpty();
}
inline const std::string& ProfiledInstructionsProto_InstructionCost::name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost.name)
  return _internal_name();
}
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void ProfiledInstructionsProto_InstructionCost::set_name(Arg_&& arg,
                                                     Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost.name)
}
inline std::string* ProfiledInstructionsProto_InstructionCost::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  std::string* _s = _internal_mutable_name();
  // @@protoc_insertion_point(field_mutable:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost.name)
  return _s;
}
inline const std::string& ProfiledInstructionsProto_InstructionCost::_internal_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.name_.Get();
}
inline void ProfiledInstructionsProto_InstructionCost::_internal_set_name(const std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.Set(value, GetArena());
}
inline std::string* ProfiledInstructionsProto_InstructionCost::_internal_mutable_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.name_.Mutable( GetArena());
}
inline std::string* ProfiledInstructionsProto_InstructionCost::release_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost.name)
  return _impl_.name_.Release();
}
inline void ProfiledInstructionsProto_InstructionCost::set_allocated_name(std::string* value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.SetAllocated(value, GetArena());
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
        if (_impl_.name_.IsDefault()) {
          _impl_.name_.Set("", GetArena());
        }
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  // @@protoc_insertion_point(field_set_allocated:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost.name)
}

// double cost_us = 2;
inline void ProfiledInstructionsProto_InstructionCost::clear_cost_us() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.cost_us_ = 0;
}
inline double ProfiledInstructionsProto_InstructionCost::cost_us() const {
  // @@protoc_insertion_point(field_get:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost.cost_us)
  return _internal_cost_us();
}
inline void ProfiledInstructionsProto_InstructionCost::set_cost_us(double value) {
  _internal_set_cost_us(value);
  // @@protoc_insertion_point(field_set:tensorflow.profiler.ProfiledInstructionsProto.InstructionCost.cost_us)
}
inline double ProfiledInstructionsProto_InstructionCost::_internal_cost_us() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.cost_us_;
}
inline void ProfiledInstructionsProto_InstructionCost::_internal_set_cost_us(double value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.cost_us_ = value;
}

// -------------------------------------------------------------------

// ProfiledInstructionsProto_Latency

// string source = 1;
inline void ProfiledInstructionsProto_Latency::clear_source() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.source_.ClearToEmpty();
}
inline const std::string& ProfiledInstructionsProto_Latency::source() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:tensorflow.profiler.ProfiledInstructionsProto.Latency.source)
  return _internal_source();
}
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void ProfiledInstructionsProto_Latency::set_source(Arg_&& arg,
                                                     Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.source_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:tensorflow.profiler.ProfiledInstructionsProto.Latency.source)
}
inline std::string* ProfiledInstructionsProto_Latency::mutable_source() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  std::string* _s = _internal_mutable_source();
  // @@protoc_insertion_point(field_mutable:tensorflow.profiler.ProfiledInstructionsProto.Latency.source)
  return _s;
}
inline const std::string& ProfiledInstructionsProto_Latency::_internal_source() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.source_.Get();
}
inline void ProfiledInstructionsProto_Latency::_internal_set_source(const std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.source_.Set(value, GetArena());
}
inline std::string* ProfiledInstructionsProto_Latency::_internal_mutable_source() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.source_.Mutable( GetArena());
}
inline std::string* ProfiledInstructionsProto_Latency::release_source() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:tensorflow.profiler.ProfiledInstructionsProto.Latency.source)
  return _impl_.source_.Release();
}
inline void ProfiledInstructionsProto_Latency::set_allocated_source(std::string* value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.source_.SetAllocated(value, GetArena());
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
        if (_impl_.source_.IsDefault()) {
          _impl_.source_.Set("", GetArena());
        }
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  // @@protoc_insertion_point(field_set_allocated:tensorflow.profiler.ProfiledInstructionsProto.Latency.source)
}

// string target = 2;
inline void ProfiledInstructionsProto_Latency::clear_target() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.target_.ClearToEmpty();
}
inline const std::string& ProfiledInstructionsProto_Latency::target() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:tensorflow.profiler.ProfiledInstructionsProto.Latency.target)
  return _internal_target();
}
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void ProfiledInstructionsProto_Latency::set_target(Arg_&& arg,
                                                     Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.target_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:tensorflow.profiler.ProfiledInstructionsProto.Latency.target)
}
inline std::string* ProfiledInstructionsProto_Latency::mutable_target() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  std::string* _s = _internal_mutable_target();
  // @@protoc_insertion_point(field_mutable:tensorflow.profiler.ProfiledInstructionsProto.Latency.target)
  return _s;
}
inline const std::string& ProfiledInstructionsProto_Latency::_internal_target() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.target_.Get();
}
inline void ProfiledInstructionsProto_Latency::_internal_set_target(const std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.target_.Set(value, GetArena());
}
inline std::string* ProfiledInstructionsProto_Latency::_internal_mutable_target() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.target_.Mutable( GetArena());
}
inline std::string* ProfiledInstructionsProto_Latency::release_target() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:tensorflow.profiler.ProfiledInstructionsProto.Latency.target)
  return _impl_.target_.Release();
}
inline void ProfiledInstructionsProto_Latency::set_allocated_target(std::string* value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.target_.SetAllocated(value, GetArena());
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
        if (_impl_.target_.IsDefault()) {
          _impl_.target_.Set("", GetArena());
        }
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  // @@protoc_insertion_point(field_set_allocated:tensorflow.profiler.ProfiledInstructionsProto.Latency.target)
}

// double latency_us = 3;
inline void ProfiledInstructionsProto_Latency::clear_latency_us() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.latency_us_ = 0;
}
inline double ProfiledInstructionsProto_Latency::latency_us() const {
  // @@protoc_insertion_point(field_get:tensorflow.profiler.ProfiledInstructionsProto.Latency.latency_us)
  return _internal_latency_us();
}
inline void ProfiledInstructionsProto_Latency::set_latency_us(double value) {
  _internal_set_latency_us(value);
  // @@protoc_insertion_point(field_set:tensorflow.profiler.ProfiledInstructionsProto.Latency.latency_us)
}
inline double ProfiledInstructionsProto_Latency::_internal_latency_us() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.latency_us_;
}
inline void ProfiledInstructionsProto_Latency::_internal_set_latency_us(double value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.latency_us_ = value;
}

// -------------------------------------------------------------------

// ProfiledInstructionsProto

// repeated .tensorflow.profiler.ProfiledInstructionsProto.InstructionCost costs = 1;
inline int ProfiledInstructionsProto::_internal_costs_size() const {
  return _internal_costs().size();
}
inline int ProfiledInstructionsProto::costs_size() const {
  return _internal_costs_size();
}
inline void ProfiledInstructionsProto::clear_costs() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.costs_.Clear();
}
inline ::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost* ProfiledInstructionsProto::mutable_costs(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:tensorflow.profiler.ProfiledInstructionsProto.costs)
  return _internal_mutable_costs()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost>* ProfiledInstructionsProto::mutable_costs()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable_list:tensorflow.profiler.ProfiledInstructionsProto.costs)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_costs();
}
inline const ::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost& ProfiledInstructionsProto::costs(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:tensorflow.profiler.ProfiledInstructionsProto.costs)
  return _internal_costs().Get(index);
}
inline ::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost* ProfiledInstructionsProto::add_costs() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost* _add = _internal_mutable_costs()->Add();
  // @@protoc_insertion_point(field_add:tensorflow.profiler.ProfiledInstructionsProto.costs)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost>& ProfiledInstructionsProto::costs() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:tensorflow.profiler.ProfiledInstructionsProto.costs)
  return _internal_costs();
}
inline const ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost>&
ProfiledInstructionsProto::_internal_costs() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.costs_;
}
inline ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_InstructionCost>*
ProfiledInstructionsProto::_internal_mutable_costs() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.costs_;
}

// repeated .tensorflow.profiler.ProfiledInstructionsProto.Latency latencies = 2;
inline int ProfiledInstructionsProto::_internal_latencies_size() const {
  return _internal_latencies().size();
}
inline int ProfiledInstructionsProto::latencies_size() const {
  return _internal_latencies_size();
}
inline void ProfiledInstructionsProto::clear_latencies() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.latencies_.Clear();
}
inline ::tensorflow::profiler::ProfiledInstructionsProto_Latency* ProfiledInstructionsProto::mutable_latencies(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:tensorflow.profiler.ProfiledInstructionsProto.latencies)
  return _internal_mutable_latencies()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_Latency>* ProfiledInstructionsProto::mutable_latencies()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable_list:tensorflow.profiler.ProfiledInstructionsProto.latencies)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_latencies();
}
inline const ::tensorflow::profiler::ProfiledInstructionsProto_Latency& ProfiledInstructionsProto::latencies(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:tensorflow.profiler.ProfiledInstructionsProto.latencies)
  return _internal_latencies().Get(index);
}
inline ::tensorflow::profiler::ProfiledInstructionsProto_Latency* ProfiledInstructionsProto::add_latencies() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::tensorflow::profiler::ProfiledInstructionsProto_Latency* _add = _internal_mutable_latencies()->Add();
  // @@protoc_insertion_point(field_add:tensorflow.profiler.ProfiledInstructionsProto.latencies)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_Latency>& ProfiledInstructionsProto::latencies() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:tensorflow.profiler.ProfiledInstructionsProto.latencies)
  return _internal_latencies();
}
inline const ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_Latency>&
ProfiledInstructionsProto::_internal_latencies() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.latencies_;
}
inline ::google::protobuf::RepeatedPtrField<::tensorflow::profiler::ProfiledInstructionsProto_Latency>*
ProfiledInstructionsProto::_internal_mutable_latencies() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.latencies_;
}

#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)
}  // namespace profiler
}  // namespace tensorflow


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"

#endif  // GOOGLE_PROTOBUF_INCLUDED_tsl_2fprofiler_2fprotobuf_2fprofiled_5finstructions_2eproto_2epb_2eh
