tesseract
5.0.0-alpha-619-ge9db
|
#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 |
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 63 of file tfnetwork.pb.h.
tesseract::TFNetworkModel::TFNetworkModel | ( | ) |
Definition at line 162 of file tfnetwork.pb.cc.
|
virtual |
Definition at line 215 of file tfnetwork.pb.cc.
tesseract::TFNetworkModel::TFNetworkModel | ( | const TFNetworkModel & | from | ) |
Definition at line 169 of file tfnetwork.pb.cc.
|
inline |
Definition at line 467 of file tfnetwork.pb.h.
|
final |
Definition at line 700 of file tfnetwork.pb.cc.
|
final |
Definition at line 243 of file tfnetwork.pb.cc.
|
inline |
Definition at line 464 of file tfnetwork.pb.h.
|
inline |
Definition at line 422 of file tfnetwork.pb.h.
|
inline |
Definition at line 355 of file tfnetwork.pb.h.
void tesseract::TFNetworkModel::clear_graph | ( | ) |
Definition at line 140 of file tfnetwork.pb.cc.
|
inline |
Definition at line 612 of file tfnetwork.pb.h.
|
inline |
Definition at line 506 of file tfnetwork.pb.h.
|
inline |
Definition at line 559 of file tfnetwork.pb.h.
|
inline |
Definition at line 478 of file tfnetwork.pb.h.
|
inline |
Definition at line 665 of file tfnetwork.pb.h.
|
inline |
Definition at line 369 of file tfnetwork.pb.h.
|
inline |
Definition at line 492 of file tfnetwork.pb.h.
|
inline |
Definition at line 436 of file tfnetwork.pb.h.
|
inline |
Definition at line 450 of file tfnetwork.pb.h.
|
final |
Definition at line 871 of file tfnetwork.pb.cc.
void tesseract::TFNetworkModel::CopyFrom | ( | const TFNetworkModel & | from | ) |
Definition at line 878 of file tfnetwork.pb.cc.
|
static |
Definition at line 237 of file tfnetwork.pb.cc.
|
inline |
Definition at line 425 of file tfnetwork.pb.h.
|
static |
Definition at line 232 of file tfnetwork.pb.cc.
|
inlinefinal |
Definition at line 128 of file tfnetwork.pb.h.
|
final |
Definition at line 916 of file tfnetwork.pb.cc.
|
inline |
Definition at line 358 of file tfnetwork.pb.h.
|
inline |
Definition at line 312 of file tfnetwork.pb.h.
|
inline |
Definition at line 306 of file tfnetwork.pb.h.
|
inline |
Definition at line 615 of file tfnetwork.pb.h.
|
inline |
Definition at line 509 of file tfnetwork.pb.h.
|
inline |
Definition at line 562 of file tfnetwork.pb.h.
|
static |
Definition at line 136 of file tfnetwork.pb.cc.
|
inlinestatic |
Definition at line 93 of file tfnetwork.pb.h.
|
final |
Definition at line 588 of file tfnetwork.pb.cc.
|
final |
Definition at line 885 of file tfnetwork.pb.cc.
|
final |
Definition at line 803 of file tfnetwork.pb.cc.
void tesseract::TFNetworkModel::MergeFrom | ( | const TFNetworkModel & | from | ) |
Definition at line 818 of file tfnetwork.pb.cc.
|
final |
Definition at line 264 of file tfnetwork.pb.cc.
|
inline |
Definition at line 325 of file tfnetwork.pb.h.
|
inline |
Definition at line 644 of file tfnetwork.pb.h.
|
inline |
Definition at line 538 of file tfnetwork.pb.h.
|
inline |
Definition at line 591 of file tfnetwork.pb.h.
|
inline |
Definition at line 697 of file tfnetwork.pb.h.
|
inline |
Definition at line 401 of file tfnetwork.pb.h.
|
inlinefinal |
Definition at line 107 of file tfnetwork.pb.h.
|
inlinefinal |
Definition at line 111 of file tfnetwork.pb.h.
|
inline |
Definition at line 481 of file tfnetwork.pb.h.
|
inline |
Definition at line 70 of file tfnetwork.pb.h.
|
inline |
Definition at line 668 of file tfnetwork.pb.h.
|
inline |
Definition at line 318 of file tfnetwork.pb.h.
|
inline |
Definition at line 649 of file tfnetwork.pb.h.
|
inline |
Definition at line 543 of file tfnetwork.pb.h.
|
inline |
Definition at line 596 of file tfnetwork.pb.h.
|
inline |
Definition at line 702 of file tfnetwork.pb.h.
|
inline |
Definition at line 406 of file tfnetwork.pb.h.
|
final |
Definition at line 484 of file tfnetwork.pb.cc.
|
inline |
Definition at line 334 of file tfnetwork.pb.h.
|
inline |
Definition at line 654 of file tfnetwork.pb.h.
|
inline |
Definition at line 548 of file tfnetwork.pb.h.
|
inline |
Definition at line 601 of file tfnetwork.pb.h.
|
inline |
Definition at line 707 of file tfnetwork.pb.h.
|
inline |
Definition at line 411 of file tfnetwork.pb.h.
|
inline |
Definition at line 471 of file tfnetwork.pb.h.
|
inline |
Definition at line 429 of file tfnetwork.pb.h.
|
inline |
Definition at line 362 of file tfnetwork.pb.h.
|
inline |
Definition at line 619 of file tfnetwork.pb.h.
|
inline |
Definition at line 632 of file tfnetwork.pb.h.
|
inline |
Definition at line 638 of file tfnetwork.pb.h.
|
inline |
Definition at line 513 of file tfnetwork.pb.h.
|
inline |
Definition at line 526 of file tfnetwork.pb.h.
|
inline |
Definition at line 532 of file tfnetwork.pb.h.
|
inline |
Definition at line 566 of file tfnetwork.pb.h.
|
inline |
Definition at line 579 of file tfnetwork.pb.h.
|
inline |
Definition at line 585 of file tfnetwork.pb.h.
|
inline |
Definition at line 485 of file tfnetwork.pb.h.
|
inline |
Definition at line 672 of file tfnetwork.pb.h.
|
inline |
Definition at line 685 of file tfnetwork.pb.h.
|
inline |
Definition at line 691 of file tfnetwork.pb.h.
|
inline |
Definition at line 376 of file tfnetwork.pb.h.
|
inline |
Definition at line 389 of file tfnetwork.pb.h.
|
inline |
Definition at line 395 of file tfnetwork.pb.h.
|
inline |
Definition at line 499 of file tfnetwork.pb.h.
|
inline |
Definition at line 443 of file tfnetwork.pb.h.
|
inline |
Definition at line 457 of file tfnetwork.pb.h.
|
inline |
Definition at line 372 of file tfnetwork.pb.h.
void tesseract::TFNetworkModel::Swap | ( | TFNetworkModel * | other | ) |
Definition at line 889 of file tfnetwork.pb.cc.
|
inline |
Definition at line 495 of file tfnetwork.pb.h.
|
inline |
Definition at line 439 of file tfnetwork.pb.h.
|
inline |
Definition at line 453 of file tfnetwork.pb.h.
|
friend |
Definition at line 292 of file tfnetwork.pb.h.
|
friend |
Definition at line 101 of file tfnetwork.pb.h.
|
static |
Definition at line 258 of file tfnetwork.pb.h.
|
static |
Definition at line 240 of file tfnetwork.pb.h.
|
static |
Definition at line 234 of file tfnetwork.pb.h.
|
static |
Definition at line 223 of file tfnetwork.pb.h.
|
static |
Definition at line 194 of file tfnetwork.pb.h.
|
static |
Definition at line 166 of file tfnetwork.pb.h.
|
static |
Definition at line 180 of file tfnetwork.pb.h.
|
staticconstexpr |
Definition at line 97 of file tfnetwork.pb.h.
|
static |
Definition at line 264 of file tfnetwork.pb.h.
|
static |
Definition at line 208 of file tfnetwork.pb.h.
|
static |
Definition at line 152 of file tfnetwork.pb.h.
|
static |
Definition at line 270 of file tfnetwork.pb.h.
|
static |
Definition at line 246 of file tfnetwork.pb.h.
|
static |
Definition at line 252 of file tfnetwork.pb.h.