#include "tensorflow_lite_support/cc/task/core/proto/base_options.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace tflite {
namespace task {
namespace core {
PROTOBUF_CONSTEXPR BaseOptions::BaseOptions(
::_pbi::ConstantInitialized): … { … }
struct BaseOptionsDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BaseOptionsDefaultTypeInternal _BaseOptions_default_instance_;
}
}
}
namespace tflite {
namespace task {
namespace core {
class BaseOptions::_Internal { … };
const ::tflite::task::core::ExternalFile&
BaseOptions::_Internal::model_file(const BaseOptions* msg) { … }
const ::tflite::proto::ComputeSettings&
BaseOptions::_Internal::compute_settings(const BaseOptions* msg) { … }
void BaseOptions::clear_model_file() { … }
void BaseOptions::clear_compute_settings() { … }
BaseOptions::BaseOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
BaseOptions::BaseOptions(const BaseOptions& from)
: … { … }
inline void BaseOptions::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
BaseOptions::~BaseOptions() { … }
inline void BaseOptions::SharedDtor() { … }
void BaseOptions::SetCachedSize(int size) const { … }
void BaseOptions::Clear() { … }
const char* BaseOptions::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* BaseOptions::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t BaseOptions::ByteSizeLong() const { … }
void BaseOptions::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void BaseOptions::MergeFrom(const BaseOptions& from) { … }
void BaseOptions::CopyFrom(const BaseOptions& from) { … }
bool BaseOptions::IsInitialized() const { … }
void BaseOptions::InternalSwap(BaseOptions* other) { … }
std::string BaseOptions::GetTypeName() const { … }
}
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::tflite::task::core::BaseOptions*
Arena::CreateMaybeMessage< ::tflite::task::core::BaseOptions >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>