tesseract v5.3.3.20231005
|
#include <tfnetwork.pb.h>
Public Member Functions | |
TFNetworkModel () | |
virtual | ~TFNetworkModel () |
TFNetworkModel (const TFNetworkModel &from) | |
TFNetworkModel & | operator= (const TFNetworkModel &from) |
void | Swap (TFNetworkModel *other) |
TFNetworkModel * | New () const final |
TFNetworkModel * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const TFNetworkModel &from) |
void | MergeFrom (const TFNetworkModel &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
void | clear_spec () |
const ::std::string & | spec () const |
void | set_spec (const ::std::string &value) |
void | set_spec (const char *value) |
void | set_spec (const char *value, size_t size) |
::std::string * | mutable_spec () |
::std::string * | release_spec () |
void | set_allocated_spec (::std::string *spec) |
void | clear_image_input () |
const ::std::string & | image_input () const |
void | set_image_input (const ::std::string &value) |
void | set_image_input (const char *value) |
void | set_image_input (const char *value, size_t size) |
::std::string * | mutable_image_input () |
::std::string * | release_image_input () |
void | set_allocated_image_input (::std::string *image_input) |
void | clear_image_widths () |
const ::std::string & | image_widths () const |
void | set_image_widths (const ::std::string &value) |
void | set_image_widths (const char *value) |
void | set_image_widths (const char *value, size_t size) |
::std::string * | mutable_image_widths () |
::std::string * | release_image_widths () |
void | set_allocated_image_widths (::std::string *image_widths) |
void | clear_image_heights () |
const ::std::string & | image_heights () const |
void | set_image_heights (const ::std::string &value) |
void | set_image_heights (const char *value) |
void | set_image_heights (const char *value, size_t size) |
::std::string * | mutable_image_heights () |
::std::string * | release_image_heights () |
void | set_allocated_image_heights (::std::string *image_heights) |
void | clear_output_layer () |
const ::std::string & | output_layer () const |
void | set_output_layer (const ::std::string &value) |
void | set_output_layer (const char *value) |
void | set_output_layer (const char *value, size_t size) |
::std::string * | mutable_output_layer () |
::std::string * | release_output_layer () |
void | set_allocated_output_layer (::std::string *output_layer) |
bool | has_graph () const |
void | clear_graph () |
const ::tensorflow::GraphDef & | graph () const |
::tensorflow::GraphDef * | release_graph () |
::tensorflow::GraphDef * | mutable_graph () |
void | set_allocated_graph (::tensorflow::GraphDef *graph) |
void | clear_global_step () |
::google::protobuf::int64 | global_step () const |
void | set_global_step (::google::protobuf::int64 value) |
void | clear_depth () |
::google::protobuf::int32 | depth () const |
void | set_depth (::google::protobuf::int32 value) |
void | clear_x_size () |
::google::protobuf::int32 | x_size () const |
void | set_x_size (::google::protobuf::int32 value) |
void | clear_y_size () |
::google::protobuf::int32 | y_size () const |
void | set_y_size (::google::protobuf::int32 value) |
void | clear_batch_size () |
::google::protobuf::int32 | batch_size () const |
void | set_batch_size (::google::protobuf::int32 value) |
void | clear_num_classes () |
::google::protobuf::int32 | num_classes () const |
void | set_num_classes (::google::protobuf::int32 value) |
void | clear_using_ctc () |
bool | using_ctc () const |
void | set_using_ctc (bool value) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const TFNetworkModel & | default_instance () |
static void | InitAsDefaultInstance () |
static const TFNetworkModel * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 0 |
static const int | kSpecFieldNumber = 3 |
static const int | kImageInputFieldNumber = 11 |
static const int | kImageWidthsFieldNumber = 12 |
static const int | kImageHeightsFieldNumber = 13 |
static const int | kOutputLayerFieldNumber = 14 |
static const int | kGraphFieldNumber = 1 |
static const int | kGlobalStepFieldNumber = 2 |
static const int | kDepthFieldNumber = 4 |
static const int | kXSizeFieldNumber = 5 |
static const int | kYSizeFieldNumber = 6 |
static const int | kBatchSizeFieldNumber = 8 |
static const int | kNumClassesFieldNumber = 9 |
static const int | kUsingCtcFieldNumber = 10 |
Friends | |
struct | ::protobuf_tfnetwork_2eproto::TableStruct |
void | swap (TFNetworkModel &a, TFNetworkModel &b) |
Definition at line 64 of file tfnetwork.pb.h.
tesseract::TFNetworkModel::TFNetworkModel | ( | ) |
Definition at line 167 of file tfnetwork.pb.cc.
|
virtual |
Definition at line 224 of file tfnetwork.pb.cc.
tesseract::TFNetworkModel::TFNetworkModel | ( | const TFNetworkModel & | from | ) |
Definition at line 172 of file tfnetwork.pb.cc.
|
inline |
Definition at line 460 of file tfnetwork.pb.h.
|
final |
Definition at line 709 of file tfnetwork.pb.cc.
|
final |
Definition at line 252 of file tfnetwork.pb.cc.
|
inline |
Definition at line 457 of file tfnetwork.pb.h.
|
inline |
Definition at line 418 of file tfnetwork.pb.h.
|
inline |
Definition at line 357 of file tfnetwork.pb.h.
void tesseract::TFNetworkModel::clear_graph | ( | ) |
Definition at line 145 of file tfnetwork.pb.cc.
|
inline |
Definition at line 594 of file tfnetwork.pb.h.
|
inline |
Definition at line 496 of file tfnetwork.pb.h.
|
inline |
Definition at line 545 of file tfnetwork.pb.h.
|
inline |
Definition at line 470 of file tfnetwork.pb.h.
|
inline |
Definition at line 645 of file tfnetwork.pb.h.
|
inline |
Definition at line 370 of file tfnetwork.pb.h.
|
inline |
Definition at line 483 of file tfnetwork.pb.h.
|
inline |
Definition at line 431 of file tfnetwork.pb.h.
|
inline |
Definition at line 444 of file tfnetwork.pb.h.
|
final |
Definition at line 860 of file tfnetwork.pb.cc.
void tesseract::TFNetworkModel::CopyFrom | ( | const TFNetworkModel & | from | ) |
Definition at line 868 of file tfnetwork.pb.cc.
|
static |
Definition at line 247 of file tfnetwork.pb.cc.
|
inline |
Definition at line 421 of file tfnetwork.pb.h.
|
static |
Definition at line 242 of file tfnetwork.pb.cc.
|
inlinefinal |
Definition at line 129 of file tfnetwork.pb.h.
|
final |
Definition at line 912 of file tfnetwork.pb.cc.
|
inline |
Definition at line 360 of file tfnetwork.pb.h.
|
inline |
Definition at line 316 of file tfnetwork.pb.h.
|
inline |
Definition at line 310 of file tfnetwork.pb.h.
|
inline |
Definition at line 597 of file tfnetwork.pb.h.
|
inline |
Definition at line 499 of file tfnetwork.pb.h.
|
inline |
Definition at line 548 of file tfnetwork.pb.h.
|
static |
Definition at line 141 of file tfnetwork.pb.cc.
|
inlinestatic |
Definition at line 98 of file tfnetwork.pb.h.
|
final |
Definition at line 593 of file tfnetwork.pb.cc.
|
final |
Definition at line 876 of file tfnetwork.pb.cc.
|
final |
Definition at line 793 of file tfnetwork.pb.cc.
void tesseract::TFNetworkModel::MergeFrom | ( | const TFNetworkModel & | from | ) |
Definition at line 807 of file tfnetwork.pb.cc.
|
final |
Definition at line 274 of file tfnetwork.pb.cc.
|
inline |
Definition at line 330 of file tfnetwork.pb.h.
|
inline |
Definition at line 624 of file tfnetwork.pb.h.
|
inline |
Definition at line 526 of file tfnetwork.pb.h.
|
inline |
Definition at line 575 of file tfnetwork.pb.h.
|
inline |
Definition at line 675 of file tfnetwork.pb.h.
|
inline |
Definition at line 400 of file tfnetwork.pb.h.
|
inlinefinal |
Definition at line 110 of file tfnetwork.pb.h.
|
inlinefinal |
Definition at line 114 of file tfnetwork.pb.h.
|
inline |
Definition at line 473 of file tfnetwork.pb.h.
|
inline |
Definition at line 75 of file tfnetwork.pb.h.
|
inline |
Definition at line 648 of file tfnetwork.pb.h.
|
inline |
Definition at line 323 of file tfnetwork.pb.h.
|
inline |
Definition at line 629 of file tfnetwork.pb.h.
|
inline |
Definition at line 530 of file tfnetwork.pb.h.
|
inline |
Definition at line 579 of file tfnetwork.pb.h.
|
inline |
Definition at line 679 of file tfnetwork.pb.h.
|
inline |
Definition at line 404 of file tfnetwork.pb.h.
|
final |
Definition at line 487 of file tfnetwork.pb.cc.
|
inline |
Definition at line 338 of file tfnetwork.pb.h.
|
inline |
Definition at line 635 of file tfnetwork.pb.h.
|
inline |
Definition at line 535 of file tfnetwork.pb.h.
|
inline |
Definition at line 584 of file tfnetwork.pb.h.
|
inline |
Definition at line 684 of file tfnetwork.pb.h.
|
inline |
Definition at line 409 of file tfnetwork.pb.h.
|
inline |
Definition at line 464 of file tfnetwork.pb.h.
|
inline |
Definition at line 425 of file tfnetwork.pb.h.
|
inline |
Definition at line 364 of file tfnetwork.pb.h.
|
inline |
Definition at line 601 of file tfnetwork.pb.h.
|
inline |
Definition at line 612 of file tfnetwork.pb.h.
|
inline |
Definition at line 619 of file tfnetwork.pb.h.
|
inline |
Definition at line 503 of file tfnetwork.pb.h.
|
inline |
Definition at line 514 of file tfnetwork.pb.h.
|
inline |
Definition at line 521 of file tfnetwork.pb.h.
|
inline |
Definition at line 552 of file tfnetwork.pb.h.
|
inline |
Definition at line 563 of file tfnetwork.pb.h.
|
inline |
Definition at line 570 of file tfnetwork.pb.h.
|
inline |
Definition at line 477 of file tfnetwork.pb.h.
|
inline |
Definition at line 652 of file tfnetwork.pb.h.
|
inline |
Definition at line 663 of file tfnetwork.pb.h.
|
inline |
Definition at line 670 of file tfnetwork.pb.h.
|
inline |
Definition at line 377 of file tfnetwork.pb.h.
|
inline |
Definition at line 388 of file tfnetwork.pb.h.
|
inline |
Definition at line 395 of file tfnetwork.pb.h.
|
inline |
Definition at line 490 of file tfnetwork.pb.h.
|
inline |
Definition at line 438 of file tfnetwork.pb.h.
|
inline |
Definition at line 451 of file tfnetwork.pb.h.
|
inline |
Definition at line 373 of file tfnetwork.pb.h.
void tesseract::TFNetworkModel::Swap | ( | TFNetworkModel * | other | ) |
Definition at line 880 of file tfnetwork.pb.cc.
|
inline |
Definition at line 486 of file tfnetwork.pb.h.
|
inline |
Definition at line 434 of file tfnetwork.pb.h.
|
inline |
Definition at line 447 of file tfnetwork.pb.h.
|
friend |
Definition at line 297 of file tfnetwork.pb.h.
|
friend |
Definition at line 104 of file tfnetwork.pb.h.
|
static |
Definition at line 264 of file tfnetwork.pb.h.
|
static |
Definition at line 246 of file tfnetwork.pb.h.
|
static |
Definition at line 240 of file tfnetwork.pb.h.
|
static |
Definition at line 227 of file tfnetwork.pb.h.
|
static |
Definition at line 198 of file tfnetwork.pb.h.
|
static |
Definition at line 170 of file tfnetwork.pb.h.
|
static |
Definition at line 184 of file tfnetwork.pb.h.
|
staticconstexpr |
Definition at line 101 of file tfnetwork.pb.h.
|
static |
Definition at line 270 of file tfnetwork.pb.h.
|
static |
Definition at line 212 of file tfnetwork.pb.h.
|
static |
Definition at line 156 of file tfnetwork.pb.h.
|
static |
Definition at line 276 of file tfnetwork.pb.h.
|
static |
Definition at line 252 of file tfnetwork.pb.h.
|
static |
Definition at line 258 of file tfnetwork.pb.h.