tesseract v5.3.3.20231005
protobuf_tfnetwork_2eproto Namespace Reference

Classes

struct  StaticDescriptorInitializer
 
struct  TableStruct
 

Functions

void InitDefaults ()
 
const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE (protodesc_cold)
 
void protobuf_AssignDescriptors ()
 
void protobuf_AssignDescriptorsOnce ()
 
void protobuf_RegisterTypes (const ::std::string &) GOOGLE_PROTOBUF_ATTRIBUTE_COLD
 
void AddDescriptorsImpl ()
 
void AddDescriptors ()
 

Variables

::google::protobuf::internal::SCCInfo< 1 > scc_info_TFNetworkModel
 
::google::protobuf::Metadata file_level_metadata [1]
 
struct protobuf_tfnetwork_2eproto::StaticDescriptorInitializer static_descriptor_initializer
 

Function Documentation

◆ AddDescriptors()

void protobuf_tfnetwork_2eproto::AddDescriptors ( )

Definition at line 126 of file tfnetwork.pb.cc.

126 {
127 static ::google::protobuf::internal::once_flag once;
128 ::google::protobuf::internal::call_once(once, AddDescriptorsImpl);
129}

◆ AddDescriptorsImpl()

void protobuf_tfnetwork_2eproto::AddDescriptorsImpl ( )

Definition at line 107 of file tfnetwork.pb.cc.

107 {
108 InitDefaults();
109 static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
110 "\n\017tfnetwork.proto\022\ttesseract\032%tensorflow"
111 "/core/framework/graph.proto\"\233\002\n\016TFNetwor"
112 "kModel\022#\n\005graph\030\001 \001(\0132\024.tensorflow.Graph"
113 "Def\022\023\n\013global_step\030\002 \001(\003\022\014\n\004spec\030\003 \001(\t\022\r"
114 "\n\005depth\030\004 \001(\005\022\016\n\006x_size\030\005 \001(\005\022\016\n\006y_size\030"
115 "\006 \001(\005\022\022\n\nbatch_size\030\010 \001(\005\022\023\n\013num_classes"
116 "\030\t \001(\005\022\021\n\tusing_ctc\030\n \001(\010\022\023\n\013image_input"
117 "\030\013 \001(\t\022\024\n\014image_widths\030\014 \001(\t\022\025\n\rimage_he"
118 "ights\030\r \001(\t\022\024\n\014output_layer\030\016 \001(\tb\006proto"
119 "3"};
120 ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(descriptor, 361);
121 ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile("tfnetwork.proto",
124}
const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold)
void protobuf_RegisterTypes(const ::std::string &) GOOGLE_PROTOBUF_ATTRIBUTE_COLD

◆ GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE()

const ::google::protobuf::uint32 TableStruct::offsets[] protobuf_tfnetwork_2eproto::GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE ( protodesc_cold  )

◆ InitDefaults()

void protobuf_tfnetwork_2eproto::InitDefaults ( )

Definition at line 52 of file tfnetwork.pb.cc.

52 {
53 ::google::protobuf::internal::InitSCC(&scc_info_TFNetworkModel.base);
54}
::google::protobuf::internal::SCCInfo< 1 > scc_info_TFNetworkModel
Definition: tfnetwork.pb.cc:45

◆ protobuf_AssignDescriptors()

void protobuf_tfnetwork_2eproto::protobuf_AssignDescriptors ( )

Definition at line 90 of file tfnetwork.pb.cc.

90 {
92 AssignDescriptors("tfnetwork.proto", schemas, file_default_instances, TableStruct::offsets,
93 file_level_metadata, NULL, NULL);
94}
::google::protobuf::Metadata file_level_metadata[1]
Definition: tfnetwork.pb.cc:56

◆ protobuf_AssignDescriptorsOnce()

void protobuf_tfnetwork_2eproto::protobuf_AssignDescriptorsOnce ( )

Definition at line 96 of file tfnetwork.pb.cc.

96 {
97 static ::google::protobuf::internal::once_flag once;
98 ::google::protobuf::internal::call_once(once, protobuf_AssignDescriptors);
99}

◆ protobuf_RegisterTypes()

void protobuf_tfnetwork_2eproto::protobuf_RegisterTypes ( const ::std::string &  )

Definition at line 102 of file tfnetwork.pb.cc.

102 {
104 ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1);
105}

Variable Documentation

◆ file_level_metadata

::google::protobuf::Metadata protobuf_tfnetwork_2eproto::file_level_metadata[1]

Definition at line 56 of file tfnetwork.pb.cc.

◆ scc_info_TFNetworkModel

::google::protobuf::internal::SCCInfo<1> protobuf_tfnetwork_2eproto::scc_info_TFNetworkModel
Initial value:
= {
{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1,
InitDefaultsTFNetworkModel},
{
}}
PROTOBUF_INTERNAL_EXPORT_protobuf_tensorflow_2fcore_2fframework_2fgraph_2eproto ::google::protobuf::internal::SCCInfo< 3 > scc_info_GraphDef

Definition at line 45 of file tfnetwork.pb.cc.

◆ static_descriptor_initializer

struct protobuf_tfnetwork_2eproto::StaticDescriptorInitializer protobuf_tfnetwork_2eproto::static_descriptor_initializer