tesseract  5.0.0-alpha-619-ge9db
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 121 of file tfnetwork.pb.cc.

121  {
122  static ::google::protobuf::internal::once_flag once;
123  ::google::protobuf::internal::call_once(once, AddDescriptorsImpl);
124 }

◆ AddDescriptorsImpl()

void protobuf_tfnetwork_2eproto::AddDescriptorsImpl ( )

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

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

◆ 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 48 of file tfnetwork.pb.cc.

48  {
49  ::google::protobuf::internal::InitSCC(&scc_info_TFNetworkModel.base);
50 }

◆ protobuf_AssignDescriptors()

void protobuf_tfnetwork_2eproto::protobuf_AssignDescriptors ( )

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

82  {
84  AssignDescriptors(
85  "tfnetwork.proto", schemas, file_default_instances, TableStruct::offsets,
86  file_level_metadata, NULL, NULL);
87 }

◆ protobuf_AssignDescriptorsOnce()

void protobuf_tfnetwork_2eproto::protobuf_AssignDescriptorsOnce ( )

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

89  {
90  static ::google::protobuf::internal::once_flag once;
91  ::google::protobuf::internal::call_once(once, protobuf_AssignDescriptors);
92 }

◆ protobuf_RegisterTypes()

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

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

95  {
97  ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1);
98 }

Variable Documentation

◆ file_level_metadata

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

Definition at line 52 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}, {

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

◆ static_descriptor_initializer

struct protobuf_tfnetwork_2eproto::StaticDescriptorInitializer protobuf_tfnetwork_2eproto::static_descriptor_initializer
protobuf_tfnetwork_2eproto::scc_info_TFNetworkModel
::google::protobuf::internal::SCCInfo< 1 > scc_info_TFNetworkModel
Definition: tfnetwork.pb.cc:44
protobuf_tfnetwork_2eproto::AddDescriptorsImpl
void AddDescriptorsImpl()
Definition: tfnetwork.pb.cc:100
protobuf_tfnetwork_2eproto::InitDefaults
void InitDefaults()
Definition: tfnetwork.pb.cc:48
protobuf_tfnetwork_2eproto::GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE
const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold)
protobuf_tfnetwork_2eproto::protobuf_AssignDescriptorsOnce
void protobuf_AssignDescriptorsOnce()
Definition: tfnetwork.pb.cc:89
protobuf_tfnetwork_2eproto::AddDescriptors
void AddDescriptors()
Definition: tfnetwork.pb.cc:121
protobuf_tfnetwork_2eproto::protobuf_RegisterTypes
void protobuf_RegisterTypes(const ::std::string &) GOOGLE_PROTOBUF_ATTRIBUTE_COLD
Definition: tfnetwork.pb.cc:95
protobuf_tfnetwork_2eproto::protobuf_AssignDescriptors
void protobuf_AssignDescriptors()
Definition: tfnetwork.pb.cc:82
protobuf_tfnetwork_2eproto::file_level_metadata
::google::protobuf::Metadata file_level_metadata[1]
Definition: tfnetwork.pb.cc:52
protobuf_tensorflow_2fcore_2fframework_2fgraph_2eproto::scc_info_GraphDef
PROTOBUF_INTERNAL_EXPORT_protobuf_tensorflow_2fcore_2fframework_2fgraph_2eproto ::google::protobuf::internal::SCCInfo< 3 > scc_info_GraphDef