// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: caffe2/proto/prof_dag.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_caffe2_2fproto_2fprof_5fdag_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_caffe2_2fproto_2fprof_5fdag_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3011000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3011004 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/inlined_string_field.h>
#include <google/protobuf/metadata.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)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_caffe2_2fproto_2fprof_5fdag_2eproto TORCH_API
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
} // namespace internal
PROTOBUF_NAMESPACE_CLOSE
// Internal implementation detail -- do not use these members.
struct TORCH_API TableStruct_caffe2_2fproto_2fprof_5fdag_2eproto {
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[5]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
};
extern TORCH_API const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_caffe2_2fproto_2fprof_5fdag_2eproto;
namespace caffe2 { const ::std::string& GetEmptyStringAlreadyInited();
class BlobProfile;
class BlobProfileDefaultTypeInternal;
TORCH_API extern BlobProfileDefaultTypeInternal _BlobProfile_default_instance_;
class OpProfile;
class OpProfileDefaultTypeInternal;
TORCH_API extern OpProfileDefaultTypeInternal _OpProfile_default_instance_;
class ProfDAGProto;
class ProfDAGProtoDefaultTypeInternal;
TORCH_API extern ProfDAGProtoDefaultTypeInternal _ProfDAGProto_default_instance_;
class ProfDAGProtos;
class ProfDAGProtosDefaultTypeInternal;
TORCH_API extern ProfDAGProtosDefaultTypeInternal _ProfDAGProtos_default_instance_;
class TwoNumberStatsProto;
class TwoNumberStatsProtoDefaultTypeInternal;
TORCH_API extern TwoNumberStatsProtoDefaultTypeInternal _TwoNumberStatsProto_default_instance_;
} // namespace caffe2
PROTOBUF_NAMESPACE_OPEN
template<> TORCH_API ::caffe2::BlobProfile* Arena::CreateMaybeMessage<::caffe2::BlobProfile>(Arena*);
template<> TORCH_API ::caffe2::OpProfile* Arena::CreateMaybeMessage<::caffe2::OpProfile>(Arena*);
template<> TORCH_API ::caffe2::ProfDAGProto* Arena::CreateMaybeMessage<::caffe2::ProfDAGProto>(Arena*);
template<> TORCH_API ::caffe2::ProfDAGProtos* Arena::CreateMaybeMessage<::caffe2::ProfDAGProtos>(Arena*);
template<> TORCH_API ::caffe2::TwoNumberStatsProto* Arena::CreateMaybeMessage<::caffe2::TwoNumberStatsProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace caffe2 {
// ===================================================================
class TORCH_API TwoNumberStatsProto :
public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:caffe2.TwoNumberStatsProto) */ {
public:
TwoNumberStatsProto();
virtual ~TwoNumberStatsProto();
TwoNumberStatsProto(const TwoNumberStatsProto& from);
TwoNumberStatsProto(TwoNumberStatsProto&& from) noexcept
: TwoNumberStatsProto() {
*this = ::std::move(from);
}
inline TwoNumberStatsProto& operator=(const TwoNumberStatsProto& from) {
CopyFrom(from);
return *this;
}
inline TwoNumberStatsProto& operator=(TwoNumberStatsProto&& from) noexcept {
if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
if (this != &from) InternalSwap(&from);
} else {
CopyFrom(from);
}
return *this;
}
inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
return _internal_metadata_.unknown_fields();
}
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
return _internal_metadata_.mutable_unknown_fields();
}
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
return GetDescriptor();
}
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
return GetMetadataStatic().descriptor;
}
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
return GetMetadataStatic().reflection;
}
static const TwoNumberStatsProto& default_instance();
static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
static inline const TwoNumberStatsProto* internal_default_instance() {
return reinterpret_cast<const TwoNumberStatsProto*>(
&_TwoNumberStatsProto_default_instance_);
}
static int const kIndexInFileMessages =
0;
friend void swap(TwoNumberStatsProto& a, TwoNumberStatsProto& b) {
a.Swap(&b);
}
inline void Swap(TwoNumberStatsProto* other) {
if (other == this) return;
InternalSwap(other);
}
// implements Message ----------------------------------------------
inline TwoNumberStatsProto* New() const final {
return CreateMaybeMessage<TwoNumberStatsProto>(nullptr);
}
TwoNumberStatsProto* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
return CreateMaybeMessage<TwoNumberStatsProto>(arena);
}
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
void CopyFrom(const TwoNumberStatsProto& from);
void MergeFrom(const TwoNumberStatsProto& from);
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
bool IsInitialized() const final;
size_t ByteSizeLong() const final;
const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
int GetCachedSize() const final { return _cached_size_.Get(); }
private:
inline void SharedCtor();
inline void SharedDtor();
void SetCachedSize(int size) const final;
void InternalSwap(TwoNumberStatsProto* other);
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
return "caffe2.TwoNumberStatsProto";
}
private:
inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
return nullptr;
}
inline void* MaybeArenaPtr() const {
return nullptr;
}
public:
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
private:
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_caffe2_2fproto_2fprof_5fdag_2eproto);
return ::descriptor_table_caffe2_2fproto_2fprof_5fdag_2eproto.file_level_metadata[kIndexInFileMessages];
}
public:
// nested types ----------------------------------------------------
// accessors -------------------------------------------------------
enum : int {
kMeanFieldNumber = 1,
kStddevFieldNumber = 2,
kCountFieldNumber = 3,
};
// optional float mean = 1;
bool has_mean() const;
private:
bool _internal_has_mean() const;
public:
void clear_mean();
float mean() const;
void set_mean(float value);
private:
float _internal_mean() const;
void _internal_set_mean(float value);
public:
// optional float stddev = 2;
bool has_stddev() const;
private:
bool _internal_has_stddev() const;
public:
void clear_stddev();
float stddev() const;
void set_stddev(float value);
private:
float _internal_stddev() const;
void _internal_set_stddev(float value);
public:
// optional int64 count = 3;
bool has_count() const;
private:
bool _internal_has_count() const;
public:
void clear_count();
::PROTOBUF_NAMESPACE_ID::int64 count() const;
void set_count(::PROTOBUF_NAMESPACE_ID::int64 value);
private:
::PROTOBUF_NAMESPACE_ID::int64 _internal_count() const;
void _internal_set_count(::PROTOBUF_NAMESPACE_ID::int64 value);
public:
// @@protoc_insertion_point(class_scope:caffe2.TwoNumberStatsProto)
private:
class _Internal;
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
float mean_;
float stddev_;
::PROTOBUF_NAMESPACE_ID::int64 count_;
friend struct ::TableStruct_caffe2_2fproto_2fprof_5fdag_2eproto;
};
// -------------------------------------------------------------------
class TORCH_API BlobProfile :
public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:caffe2.BlobProfile) */ {
public:
BlobProfile();
virtual ~BlobProfile();
BlobProfile(const BlobProfile& from);
BlobProfile(BlobProfile&& from) noexcept
: BlobProfile() {
*this = ::std::move(from);
}
inline BlobProfile& operator=(const BlobProfile& from) {
CopyFrom(from);
return *this;
}
inline BlobProfile& operator=(BlobProfile&& from) noexcept {
if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
if (this != &from) InternalSwap(&from);
} else {
CopyFrom(from);
}
return *this;
}
inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
return _internal_metadata_.unknown_fields();
}
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
return _internal_metadata_.mutable_unknown_fields();
}
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
return GetDescriptor();
}
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
return GetMetadataStatic().descriptor;
}
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
return GetMetadataStatic().reflection;
}
static const BlobProfile& default_instance();
static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
static inline const BlobProfile* internal_default_instance() {
return reinterpret_cast<const BlobProfile*>(
&_BlobProfile_default_instance_);
}
static int const kIndexInFileMessages =
1;
friend void swap(BlobProfile& a, BlobProfile& b) {
a.Swap(&b);
}
inline void Swap(BlobProfile* other) {
if (other == this) return;
InternalSwap(other);
}
// implements Message ----------------------------------------------
inline BlobProfile* New() const final {
return CreateMaybeMessage<BlobProfile>(nullptr);
}
BlobProfile* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
return CreateMaybeMessage<BlobProfile>(arena);
}
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
void CopyFrom(const BlobProfile& from);
void MergeFrom(const BlobProfile& from);
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
bool IsInitialized() const final;
size_t ByteSizeLong() const final;
const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
int GetCachedSize() const final { return _cached_size_.Get(); }
private:
inline void SharedCtor();
inline void SharedDtor();
void SetCachedSize(int size) const final;
void InternalSwap(BlobProfile* other);
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
return "caffe2.BlobProfile";
}
private:
Loading ...