name
string
code
string
asm
string
file
string
google::protobuf::internal::MapFieldLite<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::Wir...
EntryType* NewEntry() const { if (arena_ == NULL) { return new EntryType(); } else { return Arena::CreateMessage<EntryType>(arena_); } }
pushq %rbp movq %rsp, %rbp subq $0xb0, %rsp movq %rdi, -0x68(%rbp) movq -0x68(%rbp), %rax movq %rax, -0x80(%rbp) cmpq $0x0, (%rax) jne 0x11096d movl $0x30, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x88(%rbp) callq 0xfb930 jmp 0x11093b movq -0x88(%rbp), %rax movq %rax, -0x60(%rbp) jmp 0x110a84 movq...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_field_lite.h
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite, long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (...
void UseKeyAndValueFromEntry() GOOGLE_ATTRIBUTE_COLD { // Update key_ in case we need it later (because key() is called). // This is potentially inefficient, especially if the key is // expensive to copy (e.g., a long string), but this is a cold // path, so it's not a big deal. key_ = entr...
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) addq $0x20, %rdi callq 0x110ab0 movq %rax, %rdi movq (%rdi), %rax callq *0x88(%rax) movq -0x10(%rbp), %rsi movq (%rax), %rax movq %rax, 0x10(%rsi) movq 0x8(%rsi), %rdi addq $0x10, %rsi callq 0x10db50 movq -0x1...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h
google::protobuf::Map<long, double>::InnerMap::iterator_base<google::protobuf::Map<long, double>::KeyValuePair const>::operator++()
iterator_base& operator++() { if (node_->next == NULL) { TreeIterator tree_it; const bool is_list = revalidate_if_necessary(&tree_it); if (is_list) { SearchFrom(bucket_index_ + 1); } else { GOOGLE_DCHECK_EQ(bucket_index_ & 1, 0); Tree* ...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x80(%rbp) movq (%rax), %rax cmpq $0x0, 0x10(%rax) jne 0x110e86 leaq -0x10(%rbp), %rdi callq 0xefd40 movq -0x80(%rbp), %rdi leaq -0x10(%rbp), %rsi callq 0x110eb0 andb $0x1, %al movb %al, -0x11(%rbp) testb $0x1, -0x11(%rb...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h
google::protobuf::Map<long, double>::InnerMap::iterator_base<google::protobuf::Map<long, double>::KeyValuePair const>::SearchFrom(unsigned long)
void SearchFrom(size_type start_bucket) { GOOGLE_DCHECK(m_->index_of_first_non_null_ == m_->num_buckets_ || m_->table_[m_->index_of_first_non_null_] != NULL); node_ = NULL; for (bucket_index_ = start_bucket; bucket_index_ < m_->num_buckets_; bucket_index_++) { ...
pushq %rbp movq %rsp, %rbp subq $0xe0, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rcx movq %rcx, -0xb8(%rbp) movq 0x8(%rcx), %rax movq 0x18(%rax), %rax movq 0x8(%rcx), %rcx movq 0x8(%rcx), %rcx movb $0x0, -0x49(%rbp) cmpq %rcx, %rax je 0x1110d5 movq -0xb8(%rbp), %rcx movq 0x8(%rcx), %rax movq 0...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite, long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (...
static Derived* Wrap(const Key& key, const Value& value, Arena* arena) { return Arena::CreateMessage<MapEntryWrapper>(arena, key, value); }
pushq %rbp movq %rsp, %rbp subq $0xc0, %rsp movq %rdi, -0x90(%rbp) movq %rsi, -0x98(%rbp) movq %rdx, -0xa0(%rbp) movq -0xa0(%rbp), %rdx movq -0x90(%rbp), %rcx movq -0x98(%rbp), %rax movq %rdx, -0x68(%rbp) movq %rcx, -0x70(%rbp) movq %rax, -0x78(%rbp) cmpq $0x0, -0x68(%rbp) jne 0x1121fb movl $0x40, %edi callq 0x37220 mo...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h
google::protobuf::Map<long, double>::swap(google::protobuf::Map<long, double>&)
void swap(Map& other) { if (arena_ == other.arena_) { std::swap(default_enum_value_, other.default_enum_value_); std::swap(elements_, other.elements_); } else { // TODO(zuguang): optimize this. The temporary copy can be allocated // in the same arena as the other message, and the "other ...
pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x40(%rbp) movq (%rax), %rax movq -0x10(%rbp), %rcx cmpq (%rcx), %rax jne 0x112450 movq -0x40(%rbp), %rdi addq $0x8, %rdi movq -0x10(%rbp), %rsi addq $0x8, %rsi callq 0xdd4b0 movq -0x40(%rbp), %rdi...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h
void google::protobuf::Map<long, double>::insert<google::protobuf::Map<long, double>::const_iterator>(google::protobuf::Map<long, double>::const_iterator, google::protobuf::Map<long, double>::const_iterator)
void insert(InputIt first, InputIt last) { for (InputIt it = first; it != last; ++it) { iterator exist_it = find(it->first); if (exist_it == end()) { operator[](it->first) = it->second; } } }
pushq %rbp movq %rsp, %rbp subq $0x70, %rsp leaq 0x28(%rbp), %rax movq %rax, -0x60(%rbp) leaq 0x10(%rbp), %rax movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rcx movq %rcx, -0x58(%rbp) movq (%rax), %rcx movq %rcx, -0x20(%rbp) movq 0x8(%rax), %rcx movq %rcx, -0x18(%rbp) movq 0x10(%rax), %rax movq %rax, -0x10(%rbp) movq -0x60(%...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h
void google::protobuf::internal::RepeatedPtrFieldBase::MergeFrom<google::protobuf::RepeatedPtrField<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::TypeHandler>(google::protobuf::internal::RepeatedPtrFieldBase const&)
inline void RepeatedPtrFieldBase::MergeFrom(const RepeatedPtrFieldBase& other) { GOOGLE_DCHECK_NE(&other, this); if (other.current_size_ == 0) return; MergeFromInternal( other, &RepeatedPtrFieldBase::MergeFromInnerLoop<TypeHandler>); }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rcx movq %rcx, -0x78(%rbp) movq -0x10(%rbp), %rax movb $0x0, -0x49(%rbp) cmpq %rcx, %rax je 0x11289a jmp 0x1128e9 leaq 0x2ac854(%rip), %rdx # 0x3bf0f5 leaq -0x48(%rbp), %rdi movq %rdi, -0x88(%rbp) movl $0x3, %e...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::internal::RepeatedPtrFieldBase::MergeFromInternal(google::protobuf::internal::RepeatedPtrFieldBase const&, void (google::protobuf::internal::RepeatedPtrFieldBase::*)(void**, void**, int, int))
inline void RepeatedPtrFieldBase::MergeFromInternal( const RepeatedPtrFieldBase& other, void (RepeatedPtrFieldBase::*inner_loop)(void**, void**, int, int)) { // Note: wrapper has already guaranteed that other.rep_ != NULL here. int other_size = other.current_size_; void** other_elements = other.rep_->elem...
pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movq %rdx, -0x10(%rbp) movq %rcx, -0x8(%rbp) movq -0x10(%rbp), %rax movq -0x8(%rbp), %rcx movq %rdi, -0x18(%rbp) movq %rsi, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %rax, -0x30(%rbp) movq -0x18(%rbp), %rdi movq %rdi, -0x68(%rbp) movq -0x20(%rbp), %rax movl 0x8(%rax), %eax movl...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
CoreML::Specification::ImageFeatureType_ColorSpace_IsValid(int)
bool ImageFeatureType_ColorSpace_IsValid(int value) { switch (value) { case 0: case 10: case 20: case 30: case 40: return true; default: return false; } }
pushq %rbp movq %rsp, %rbp movl %edi, -0x8(%rbp) movl -0x8(%rbp), %eax movl %eax, -0xc(%rbp) testl %eax, %eax je 0x113bfb jmp 0x113bd3 movl -0xc(%rbp), %eax subl $0xa, %eax je 0x113bfb jmp 0x113bdd movl -0xc(%rbp), %eax subl $0x14, %eax je 0x113bfb jmp 0x113be7 movl -0xc(%rbp), %eax subl $0x1e, %eax je 0x113bfb jmp 0x1...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType_ArrayDataType_IsValid(int)
bool ArrayFeatureType_ArrayDataType_IsValid(int value) { switch (value) { case 0: case 65552: case 65568: case 65600: case 131104: return true; default: return false; } }
pushq %rbp movq %rsp, %rbp movl %edi, -0x8(%rbp) movl -0x8(%rbp), %eax movl %eax, -0xc(%rbp) testl %eax, %eax je 0x113c53 jmp 0x113c23 movl -0xc(%rbp), %eax subl $0x10010, %eax # imm = 0x10010 je 0x113c53 jmp 0x113c2f movl -0xc(%rbp), %eax subl $0x10020, %eax # imm = 0x10020 je 0x113c53 jmp 0x113c3b m...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::Int64FeatureType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool Int64FeatureType::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.Int64FeatureType) for (;;) { ::std:...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx movq %rcx, -0x78(%rbp) movl $0x0, -0x18(%rbp)...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::Int64FeatureType::MergeFrom(CoreML::Specification::Int64FeatureType const&)
void Int64FeatureType::MergeFrom(const Int64FeatureType& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.Int64FeatureType) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cache...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x114300 jmp 0x11435e leaq 0x2b5349(%rip), %rdx # 0x3c9650 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::DoubleFeatureType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool DoubleFeatureType::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.DoubleFeatureType) for (;;) { ::st...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx movq %rcx, -0x78(%rbp) movl $0x0, -0x18(%rbp)...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::DoubleFeatureType::ByteSizeLong() const
size_t DoubleFeatureType::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.DoubleFeatureType) size_t total_size = 0; int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOO...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq $0x0, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xdd400 movl %eax, %ecx movq -0x20(%rbp), %rax movl %ecx, -0x14(%rbp) movl -0x14(%rbp), %ecx movl %ecx, 0x10(%rax) movq -0x10(%rbp), %rax addq $0x20, %rsp po...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::DoubleFeatureType::MergeFrom(CoreML::Specification::DoubleFeatureType const&)
void DoubleFeatureType::MergeFrom(const DoubleFeatureType& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.DoubleFeatureType) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) ca...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x114c20 jmp 0x114c7e leaq 0x2b4a29(%rip), %rdx # 0x3c9650 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::SizeRange::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool SizeRange::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.SizeRange) for (;;) { ::std::pair< ::googl...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::SizeRange::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const
void SizeRange::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:CoreML.Specification.SizeRange) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint64 lowerBound = 1; if (this->lowerbound() != 0) {...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movl $0x0, -0x14(%rbp) callq 0x120650 cmpq $0x0, %rax je 0x115ef4 movq -0x20(%rbp), %rdi callq 0x120650 movq %rax, %rsi movq -0x10(%rbp), %rdx movl $0x1, %edi callq 0x3bb610 movq -0x20(%...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::SizeRange::ByteSizeLong() const
size_t SizeRange::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.SizeRange) size_t total_size = 0; // uint64 lowerBound = 1; if (this->lowerbound() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt64Size( this->lowerbou...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movq $0x0, -0x10(%rbp) callq 0x120650 cmpq $0x0, %rax je 0x115f74 movq -0x20(%rbp), %rdi callq 0x120650 movq %rax, %rdi callq 0x120690 addq $0x1, %rax addq -0x10(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x20(%...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSize::SharedCtor()
void ImageFeatureType_ImageSize::SharedCtor() { ::memset(&width_, 0, reinterpret_cast<char*>(&height_) - reinterpret_cast<char*>(&width_) + sizeof(height_)); _cached_size_ = 0; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq %rax, %rdi addq $0x10, %rdi movq %rax, %rdx addq $0x18, %rdx addq $0x10, %rax subq %rax, %rdx addq $0x8, %rdx xorl %esi, %esi callq 0x373d0 movq -0x10(%rbp), %rax movl $0x0, 0x20(%rax) addq $0x10, %rsp po...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSize::New(google::protobuf::Arena*) const
ImageFeatureType_ImageSize* ImageFeatureType_ImageSize::New(::google::protobuf::Arena* arena) const { ImageFeatureType_ImageSize* n = new ImageFeatureType_ImageSize; if (arena != NULL) { arena->Own(n); } return n; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x28, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x30(%rbp) callq 0x116350 jmp 0x1166cb movq -0x30(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x116705 movq -0x10(%rbp), %rdi movq -0x18(%r...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSize::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool ImageFeatureType_ImageSize::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.ImageFeatureType.ImageSize) f...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSize::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const
void ImageFeatureType_ImageSize::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:CoreML.Specification.ImageFeatureType.ImageSize) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // uint64 width = 1; i...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movl $0x0, -0x14(%rbp) callq 0x1207f0 cmpq $0x0, %rax je 0x116a74 movq -0x20(%rbp), %rdi callq 0x1207f0 movq %rax, %rsi movq -0x10(%rbp), %rdx movl $0x1, %edi callq 0x3bb610 movq -0x20(%...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSize::ByteSizeLong() const
size_t ImageFeatureType_ImageSize::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.ImageFeatureType.ImageSize) size_t total_size = 0; // uint64 width = 1; if (this->width() != 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::UInt64Size...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movq $0x0, -0x10(%rbp) callq 0x1207f0 cmpq $0x0, %rax je 0x116af4 movq -0x20(%rbp), %rdi callq 0x1207f0 movq %rax, %rdi callq 0x120690 addq $0x1, %rax addq -0x10(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x20(%...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSize::MergeFrom(CoreML::Specification::ImageFeatureType_ImageSize const&)
void ImageFeatureType_ImageSize::MergeFrom(const ImageFeatureType_ImageSize& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.ImageFeatureType.ImageSize) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cache...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x116bc0 jmp 0x116c1e leaq 0x2b2a89(%rip), %rdx # 0x3c9650 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_EnumeratedImageSizes::ImageFeatureType_EnumeratedImageSizes(CoreML::Specification::ImageFeatureType_EnumeratedImageSizes const&)
ImageFeatureType_EnumeratedImageSizes::ImageFeatureType_EnumeratedImageSizes(const ImageFeatureType_EnumeratedImageSizes& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), sizes_(from.sizes_), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); // @@pr...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x40d515(%rip), %rax # 0x524510 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_EnumeratedImageSizes::New(google::protobuf::Arena*) const
ImageFeatureType_EnumeratedImageSizes* ImageFeatureType_EnumeratedImageSizes::New(::google::protobuf::Arena* arena) const { ImageFeatureType_EnumeratedImageSizes* n = new ImageFeatureType_EnumeratedImageSizes; if (arena != NULL) { arena->Own(n); } return n; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x30, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x30(%rbp) callq 0x116ed0 jmp 0x11725b movq -0x30(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x117295 movq -0x10(%rbp), %rdi movq -0x18(%r...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_EnumeratedImageSizes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool ImageFeatureType_EnumeratedImageSizes::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.ImageFeatureType.Enu...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_EnumeratedImageSizes::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const
void ImageFeatureType_EnumeratedImageSizes::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:CoreML.Specification.ImageFeatureType.EnumeratedImageSizes) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; //...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) movl $0x0, -0x14(%rbp) movl $0x0, -0x18(%rbp) callq 0x120a70 movl %eax, -0x1c(%rbp) movl -0x18(%rbp), %eax cmpl -0x1c(%rbp), %eax jae 0x1175ce movq -0x28(%rbp), %rdi movl -0x18(%rbp), %e...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_EnumeratedImageSizes::ByteSizeLong() const
size_t ImageFeatureType_EnumeratedImageSizes::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.ImageFeatureType.EnumeratedImageSizes) size_t total_size = 0; // repeated .CoreML.Specification.ImageFeatureType.ImageSize sizes = 1; { unsigned int count = this->size...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) movq $0x0, -0x10(%rbp) callq 0x120a70 movl %eax, -0x14(%rbp) movl -0x14(%rbp), %eax shlq $0x0, %rax addq -0x10(%rbp), %rax movq %rax, -0x10(%rbp) movl $0x0, -0x18(%rbp) movl -0x18(%rbp), %eax cmpl -0x14(%rbp),...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_EnumeratedImageSizes::MergeFrom(CoreML::Specification::ImageFeatureType_EnumeratedImageSizes const&)
void ImageFeatureType_EnumeratedImageSizes::MergeFrom(const ImageFeatureType_EnumeratedImageSizes& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.ImageFeatureType.EnumeratedImageSizes) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x1176e0 jmp 0x11773e leaq 0x2b1f69(%rip), %rdx # 0x3c9650 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSizeRange::SharedCtor()
void ImageFeatureType_ImageSizeRange::SharedCtor() { ::memset(&widthrange_, 0, reinterpret_cast<char*>(&heightrange_) - reinterpret_cast<char*>(&widthrange_) + sizeof(heightrange_)); _cached_size_ = 0; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq %rax, %rdi addq $0x10, %rdi movq %rax, %rdx addq $0x18, %rdx addq $0x10, %rax subq %rax, %rdx addq $0x8, %rdx xorl %esi, %esi callq 0x373d0 movq -0x10(%rbp), %rax movl $0x0, 0x20(%rax) addq $0x10, %rsp po...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSizeRange::New(google::protobuf::Arena*) const
ImageFeatureType_ImageSizeRange* ImageFeatureType_ImageSizeRange::New(::google::protobuf::Arena* arena) const { ImageFeatureType_ImageSizeRange* n = new ImageFeatureType_ImageSizeRange; if (arena != NULL) { arena->Own(n); } return n; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x28, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x30(%rbp) callq 0x1179b0 jmp 0x117e8b movq -0x30(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x117ec5 movq -0x10(%rbp), %rdi movq -0x18(%r...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType_ImageSizeRange::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool ImageFeatureType_ImageSizeRange::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.ImageFeatureType.ImageSize...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType::ImageFeatureType(CoreML::Specification::ImageFeatureType const&)
ImageFeatureType::ImageFeatureType(const ImageFeatureType& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); ::memcpy(&width_, &from.width_, reinterpret_cast<char*>(&colorspace_) - reinterpret_cast<...
pushq %rbp movq %rsp, %rbp subq $0xc0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x40bdd5(%rip), %rax # 0x524640 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType::New(google::protobuf::Arena*) const
ImageFeatureType* ImageFeatureType::New(::google::protobuf::Arena* arena) const { ImageFeatureType* n = new ImageFeatureType; if (arena != NULL) { arena->Own(n); } return n; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x38, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x30(%rbp) callq 0x118720 jmp 0x118c2b movq -0x30(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x118c65 movq -0x10(%rbp), %rdi movq -0x18(%r...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ImageFeatureType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool ImageFeatureType::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.ImageFeatureType) for (;;) { ::std:...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x3fff, -0x4c(%rbp) # imm = 0x3FFF movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) mo...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType_Shape::New(google::protobuf::Arena*) const
ArrayFeatureType_Shape* ArrayFeatureType_Shape::New(::google::protobuf::Arena* arena) const { ArrayFeatureType_Shape* n = new ArrayFeatureType_Shape; if (arena != NULL) { arena->Own(n); } return n; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x28, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x30(%rbp) callq 0x119710 jmp 0x119a9b movq -0x30(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x119ad5 movq -0x10(%rbp), %rdi movq -0x18(%r...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType_EnumeratedShapes::ArrayFeatureType_EnumeratedShapes(CoreML::Specification::ArrayFeatureType_EnumeratedShapes const&)
ArrayFeatureType_EnumeratedShapes::ArrayFeatureType_EnumeratedShapes(const ArrayFeatureType_EnumeratedShapes& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), shapes_(from.shapes_), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); // @@protoc_inser...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x40a3e5(%rip), %rax # 0x524770 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType_EnumeratedShapes::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool ArrayFeatureType_EnumeratedShapes::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.ArrayFeatureType.Enumera...
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType::ArrayFeatureType(CoreML::Specification::ArrayFeatureType const&)
ArrayFeatureType::ArrayFeatureType(const ArrayFeatureType& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), shape_(from.shape_), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); datatype_ = from.datatype_; clear_has_ShapeFlexibility(); switch (...
pushq %rbp movq %rsp, %rbp subq $0xe0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x408f15(%rip), %rax # 0x5248a0 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType::clear_ShapeFlexibility()
void ArrayFeatureType::clear_ShapeFlexibility() { // @@protoc_insertion_point(one_of_clear_start:CoreML.Specification.ArrayFeatureType) switch (ShapeFlexibility_case()) { case kEnumeratedShapes: { delete ShapeFlexibility_.enumeratedshapes_; break; } case kShapeRange: { delete ShapeFlexib...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) callq 0x40e20 movl %eax, %ecx movl %ecx, -0xc(%rbp) testl %eax, %eax je 0x11be04 jmp 0x11bdb4 movl -0xc(%rbp), %eax subl $0x15, %eax je 0x11bdc8 jmp 0x11bdbe movl -0xc(%rbp), %eax subl $0x1f, %eax je 0x11bde6 ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType::clear_defaultOptionalValue()
void ArrayFeatureType::clear_defaultOptionalValue() { // @@protoc_insertion_point(one_of_clear_start:CoreML.Specification.ArrayFeatureType) switch (defaultOptionalValue_case()) { case kIntDefaultValue: { // No need to clear break; } case kFloatDefaultValue: { // No need to clear br...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) callq 0x8a400 movl %eax, %ecx movl %ecx, -0xc(%rbp) testl %eax, %eax je 0x11be68 jmp 0x11be44 movl -0xc(%rbp), %eax subl $0x29, %eax je 0x11be62 jmp 0x11be4e movl -0xc(%rbp), %eax subl $0x33, %eax je 0x11be64 ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool ArrayFeatureType::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.ArrayFeatureType) for (;;) { ::std:...
pushq %rbp movq %rsp, %rbp subq $0xb0, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x3fff, -0x4c(%rbp) # imm = 0x3FFF movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) mo...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::ArrayFeatureType::ByteSizeLong() const
size_t ArrayFeatureType::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.ArrayFeatureType) size_t total_size = 0; // repeated int64 shape = 1; { size_t data_size = ::google::protobuf::internal::WireFormatLite:: Int64Size(this->shape_); if (data_size >...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) movq $0x0, -0x10(%rbp) addq $0x10, %rdi callq 0xeaa10 movq %rax, -0x18(%rbp) cmpq $0x0, -0x18(%rbp) jbe 0x11c5e7 movq -0x18(%rbp), %rax movl %eax, %edi callq 0xeaa70 addq $0x1, %rax addq -0x10(%rbp), %rax movq...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::DictionaryFeatureType::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool DictionaryFeatureType::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.DictionaryFeatureType) for (;;) { ...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::SequenceFeatureType::SequenceFeatureType(CoreML::Specification::SequenceFeatureType const&)
SequenceFeatureType::SequenceFeatureType(const SequenceFeatureType& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); if (from.has_sizerange()) { sizerange_ = new ::CoreML::Specification::SizeRange(*fro...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x406f75(%rip), %rax # 0x5249d0 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::SequenceFeatureType::MergeFrom(CoreML::Specification::SequenceFeatureType const&)
void SequenceFeatureType::MergeFrom(const SequenceFeatureType& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.SequenceFeatureType) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (vo...
pushq %rbp movq %rsp, %rbp subq $0xf0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x11e490 jmp 0x11e4ee leaq 0x2ab1b9(%rip), %rdx # 0x3c9650 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::FeatureType::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const
void FeatureType::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:CoreML.Specification.FeatureType) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // .CoreML.Specification.Int64FeatureType int64Type = ...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movl $0x0, -0x14(%rbp) callq 0x40860 testb $0x1, %al jne 0x11f47a jmp 0x11f490 movq -0x20(%rbp), %rax movq 0x18(%rax), %rsi movq -0x10(%rbp), %rdx movl $0x1, %edi callq 0x3bbd60 movq -0x...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureTypes.pb.cc
CoreML::Specification::DoubleFeatureType const* google::protobuf::internal::down_cast<CoreML::Specification::DoubleFeatureType const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*)
inline To down_cast(From* f) { // so we only accept pointers // Ensures that To is a sub-type of From *. This test is here only // for compile-time type checking, and has no overhead in an // optimized build at run-time, as it will be optimized away // completely. if (false) { implicit_...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movb $0x1, %al cmpq $0x0, -0x8(%rbp) movb %al, -0x9(%rbp) je 0x12048d movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, %rax je 0x120477 movq -0x18(%rbp), %rdi leaq 0x4136ff(%rip), %rsi # 0x533b60 leaq 0x4046b0(%rip), %rdx # 0x524b18 xorl %ea...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h
bool google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual<CoreML::Specification::ImageFeatureType_ImageSizeRange>(google::protobuf::io::CodedInputStream*, CoreML::Specification::ImageFeatureType_ImageSizeRange*)
inline bool WireFormatLite::ReadMessageNoVirtual( io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) { int length; if (!input->ReadVarintSizeAsInt(&length)) return false; std::pair<io::CodedInputStream::Limit, int> p = input->IncrementRecursionDepthAndPushLimit(length); if (p.s...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi leaq -0x1c(%rbp), %rsi callq 0xddf50 testb $0x1, %al jne 0x1210a7 movb $0x0, -0x1(%rbp) jmp 0x1210e5 movq -0x10(%rbp), %rdi movl -0x1c(%rbp), %esi callq 0x3aca00 movq %rax, -0x24(%rbp) cmpl $0x0, -0x20(%rbp)...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/wire_format_lite_inl.h
bool google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual<CoreML::Specification::ArrayFeatureType>(google::protobuf::io::CodedInputStream*, CoreML::Specification::ArrayFeatureType*)
inline bool WireFormatLite::ReadMessageNoVirtual( io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) { int length; if (!input->ReadVarintSizeAsInt(&length)) return false; std::pair<io::CodedInputStream::Limit, int> p = input->IncrementRecursionDepthAndPushLimit(length); if (p.s...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi leaq -0x1c(%rbp), %rsi callq 0xddf50 testb $0x1, %al jne 0x122867 movb $0x0, -0x1(%rbp) jmp 0x1228a5 movq -0x10(%rbp), %rdi movl -0x1c(%rbp), %esi callq 0x3aca00 movq %rax, -0x24(%rbp) cmpl $0x0, -0x20(%rbp)...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/wire_format_lite_inl.h
bool google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual<CoreML::Specification::SequenceFeatureType>(google::protobuf::io::CodedInputStream*, CoreML::Specification::SequenceFeatureType*)
inline bool WireFormatLite::ReadMessageNoVirtual( io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) { int length; if (!input->ReadVarintSizeAsInt(&length)) return false; std::pair<io::CodedInputStream::Limit, int> p = input->IncrementRecursionDepthAndPushLimit(length); if (p.s...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi leaq -0x1c(%rbp), %rsi callq 0xddf50 testb $0x1, %al jne 0x122947 movb $0x0, -0x1(%rbp) jmp 0x122985 movq -0x10(%rbp), %rdi movl -0x1c(%rbp), %esi callq 0x3aca00 movq %rax, -0x24(%rbp) cmpl $0x0, -0x20(%rbp)...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/wire_format_lite_inl.h
void google::protobuf::internal::RepeatedPtrFieldBase::MergeFrom<google::protobuf::RepeatedPtrField<CoreML::Specification::ImageFeatureType_ImageSize>::TypeHandler>(google::protobuf::internal::RepeatedPtrFieldBase const&)
inline void RepeatedPtrFieldBase::MergeFrom(const RepeatedPtrFieldBase& other) { GOOGLE_DCHECK_NE(&other, this); if (other.current_size_ == 0) return; MergeFromInternal( other, &RepeatedPtrFieldBase::MergeFromInnerLoop<TypeHandler>); }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rcx movq %rcx, -0x78(%rbp) movq -0x10(%rbp), %rax movb $0x0, -0x49(%rbp) cmpq %rcx, %rax je 0x123c3a jmp 0x123c89 leaq 0x29b4b4(%rip), %rdx # 0x3bf0f5 leaq -0x48(%rbp), %rdi movq %rdi, -0x88(%rbp) movl $0x3, %e...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
void google::protobuf::internal::RepeatedPtrFieldBase::Destroy<google::protobuf::RepeatedPtrField<CoreML::Specification::SizeRange>::TypeHandler>()
void RepeatedPtrFieldBase::Destroy() { if (rep_ != NULL && arena_ == NULL) { int n = rep_->allocated_size; void* const* elements = rep_->elements; for (int i = 0; i < n; i++) { TypeHandler::Delete(cast<TypeHandler>(elements[i]), NULL); } #if defined(__GXX_DELETE_WITH_SIZE__) || defined(__cpp_siz...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) cmpq $0x0, 0x10(%rax) je 0x124276 movq -0x30(%rbp), %rax cmpq $0x0, (%rax) jne 0x124276 movq -0x30(%rbp), %rax movq 0x10(%rax), %rcx movl (%rcx), %ecx movl %ecx, -0xc(%rbp) movq 0x10(%rax), %rax addq $0x8, %ra...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
CoreML::Specification::FeatureVectorizer_InputColumn::ByteSizeLong() const
size_t FeatureVectorizer_InputColumn::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.FeatureVectorizer.InputColumn) size_t total_size = 0; // string inputColumn = 1; if (this->inputcolumn().size() > 0) { total_size += 1 + ::google::protobuf::internal::Wi...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movq $0x0, -0x10(%rbp) callq 0x125f90 movq %rax, %rdi callq 0x373a0 cmpq $0x0, %rax jbe 0x124f8c movq -0x20(%rbp), %rdi callq 0x125f90 movq %rax, %rdi callq 0xea3d0 addq $0x1, %rax addq -0x10(%rbp), %rax movq ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureVectorizer.pb.cc
CoreML::Specification::FeatureVectorizer_InputColumn::MergeFrom(CoreML::Specification::FeatureVectorizer_InputColumn const&)
void FeatureVectorizer_InputColumn::MergeFrom(const FeatureVectorizer_InputColumn& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.FeatureVectorizer.InputColumn) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uin...
pushq %rbp movq %rsp, %rbp subq $0xe0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb8(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x125050 jmp 0x1250ae leaq 0x2a5289(%rip), %rdx # 0x3ca2e0 leaq -0x88(%rbp), %rdi movq %rdi, -0xc8(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureVectorizer.pb.cc
CoreML::Specification::FeatureVectorizer::FeatureVectorizer(CoreML::Specification::FeatureVectorizer const&)
FeatureVectorizer::FeatureVectorizer(const FeatureVectorizer& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), inputlist_(from.inputlist_), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:CoreML.Specifi...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x3ff835(%rip), %rax # 0x524d00 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureVectorizer.pb.cc
CoreML::Specification::FeatureVectorizer::New(google::protobuf::Arena*) const
FeatureVectorizer* FeatureVectorizer::New(::google::protobuf::Arena* arena) const { FeatureVectorizer* n = new FeatureVectorizer; if (arena != NULL) { arena->Own(n); } return n; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x30, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x30(%rbp) callq 0x1253a0 jmp 0x12572b movq -0x30(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x125765 movq -0x10(%rbp), %rdi movq -0x18(%r...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureVectorizer.pb.cc
CoreML::Specification::FeatureVectorizer::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const
void FeatureVectorizer::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:CoreML.Specification.FeatureVectorizer) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // repeated .CoreML.Specification.FeatureV...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) movl $0x0, -0x14(%rbp) movl $0x0, -0x18(%rbp) callq 0x126300 movl %eax, -0x1c(%rbp) movl -0x18(%rbp), %eax cmpl -0x1c(%rbp), %eax jae 0x125a9e movq -0x28(%rbp), %rdi movl -0x18(%rbp), %e...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureVectorizer.pb.cc
CoreML::Specification::FeatureVectorizer::ByteSizeLong() const
size_t FeatureVectorizer::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.FeatureVectorizer) size_t total_size = 0; // repeated .CoreML.Specification.FeatureVectorizer.InputColumn inputList = 1; { unsigned int count = this->inputlist_size(); total_size += 1...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) movq $0x0, -0x10(%rbp) callq 0x126300 movl %eax, -0x14(%rbp) movl -0x14(%rbp), %eax shlq $0x0, %rax addq -0x10(%rbp), %rax movq %rax, -0x10(%rbp) movl $0x0, -0x18(%rbp) movl -0x18(%rbp), %eax cmpl -0x14(%rbp),...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureVectorizer.pb.cc
CoreML::Specification::FeatureVectorizer::MergeFrom(CoreML::Specification::FeatureVectorizer const&)
void FeatureVectorizer::MergeFrom(const FeatureVectorizer& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.FeatureVectorizer) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) ca...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x125bb0 jmp 0x125c0e leaq 0x2a4729(%rip), %rdx # 0x3ca2e0 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/FeatureVectorizer.pb.cc
CoreML::Specification::FeatureVectorizer_InputColumn const* google::protobuf::internal::down_cast<CoreML::Specification::FeatureVectorizer_InputColumn const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*)
inline To down_cast(From* f) { // so we only accept pointers // Ensures that To is a sub-type of From *. This test is here only // for compile-time type checking, and has no overhead in an // optimized build at run-time, as it will be optimized away // completely. if (false) { implicit_...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movb $0x1, %al cmpq $0x0, -0x8(%rbp) movb %al, -0x9(%rbp) je 0x12611d movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, %rax je 0x126107 movq -0x18(%rbp), %rdi leaq 0x40da6f(%rip), %rsi # 0x533b60 leaq 0x3feca0(%rip), %rdx # 0x524d98 xorl %ea...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h
bool google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual<CoreML::Specification::FeatureVectorizer_InputColumn>(google::protobuf::io::CodedInputStream*, CoreML::Specification::FeatureVectorizer_InputColumn*)
inline bool WireFormatLite::ReadMessageNoVirtual( io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) { int length; if (!input->ReadVarintSizeAsInt(&length)) return false; std::pair<io::CodedInputStream::Limit, int> p = input->IncrementRecursionDepthAndPushLimit(length); if (p.s...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi leaq -0x1c(%rbp), %rsi callq 0xddf50 testb $0x1, %al jne 0x1262b7 movb $0x0, -0x1(%rbp) jmp 0x1262f5 movq -0x10(%rbp), %rdi movl -0x1c(%rbp), %esi callq 0x3aca00 movq %rax, -0x24(%rbp) cmpl $0x0, -0x20(%rbp)...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/wire_format_lite_inl.h
google::protobuf::RepeatedPtrField<CoreML::Specification::FeatureVectorizer_InputColumn>::TypeHandler::Type const& google::protobuf::internal::RepeatedPtrFieldBase::Get<google::protobuf::RepeatedPtrField<CoreML::Specification::FeatureVectorizer_InputColumn>::TypeHandler>(int) const
inline const typename TypeHandler::Type& RepeatedPtrFieldBase::Get(int index) const { GOOGLE_DCHECK_GE(index, 0); GOOGLE_DCHECK_LT(index, current_size_); return *cast<TypeHandler>(rep_->elements[index]); }
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq -0x8(%rbp), %rax movq %rax, -0xa8(%rbp) movl -0xc(%rbp), %eax movb $0x0, -0x49(%rbp) cmpl $0x0, %eax jl 0x1265db jmp 0x126630 leaq 0x298b13(%rip), %rdx # 0x3bf0f5 leaq -0x48(%rbp), %rdi movq %rdi, -0xb8(%rbp) movl $0x3, %esi...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
void google::protobuf::internal::RepeatedPtrFieldBase::Clear<google::protobuf::RepeatedPtrField<CoreML::Specification::FeatureVectorizer_InputColumn>::TypeHandler>()
void RepeatedPtrFieldBase::Clear() { const int n = current_size_; GOOGLE_DCHECK_GE(n, 0); if (n > 0) { void* const* elements = rep_->elements; int i = 0; do { TypeHandler::Clear(cast<TypeHandler>(elements[i++])); } while (i < n); current_size_ = 0; } }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x78(%rbp) movl 0x8(%rax), %eax movl %eax, -0xc(%rbp) movl -0xc(%rbp), %eax movb $0x0, -0x49(%rbp) cmpl $0x0, %eax jl 0x12676b jmp 0x1267ba leaq 0x298983(%rip), %rdx # 0x3bf0f5 leaq -0x48(%rbp), %rdi movq %rdi, -0x88(...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
CoreML::Specification::GLMClassifier_DoubleArray::GLMClassifier_DoubleArray(CoreML::Specification::GLMClassifier_DoubleArray const&)
GLMClassifier_DoubleArray::GLMClassifier_DoubleArray(const GLMClassifier_DoubleArray& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), value_(from.value_), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); // @@protoc_insertion_point(copy_constructo...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x3fdf7d(%rip), %rax # 0x524dc8 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.cc
CoreML::Specification::GLMClassifier_DoubleArray::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool GLMClassifier_DoubleArray::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.GLMClassifier.DoubleArray) for...
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.cc
CoreML::Specification::GLMClassifier_DoubleArray::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const
void GLMClassifier_DoubleArray::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:CoreML.Specification.GLMClassifier.DoubleArray) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // repeated double value =...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movl $0x0, -0x14(%rbp) callq 0x128cd0 cmpl $0x0, %eax jle 0x127489 movq -0x10(%rbp), %rdx movl $0x1, %edi movl $0x2, %esi callq 0xea900 movq -0x20(%rbp), %rax movq -0x10(%rbp), %rdi movl...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.cc
CoreML::Specification::GLMClassifier_DoubleArray::MergeFrom(CoreML::Specification::GLMClassifier_DoubleArray const&)
void GLMClassifier_DoubleArray::MergeFrom(const GLMClassifier_DoubleArray& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.GLMClassifier.DoubleArray) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_h...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x1275a0 jmp 0x1275fe leaq 0x2a3089(%rip), %rdx # 0x3ca630 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.cc
CoreML::Specification::GLMClassifier::GLMClassifier()
GLMClassifier::GLMClassifier() : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_GLMClassifier_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:CoreML.Specification.GLMClassifier) }
pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) callq 0xdd280 movq -0x28(%rbp), %rdi leaq 0x3fd5cc(%rip), %rax # 0x524e60 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x20(%rbp) xorl %eax, %eax movl %eax, %esi callq 0xdd2a0 jmp 0x1278ae...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.cc
CoreML::Specification::GLMClassifier::SharedCtor()
void GLMClassifier::SharedCtor() { ::memset(&postevaluationtransform_, 0, reinterpret_cast<char*>(&classencoding_) - reinterpret_cast<char*>(&postevaluationtransform_) + sizeof(classencoding_)); clear_has_ClassLabels(); _cached_size_ = 0; }
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq %rax, %rdi addq $0x3c, %rdi movq %rax, %rdx addq $0x40, %rdx addq $0x3c, %rax subq %rax, %rdx addq $0x4, %rdx xorl %esi, %esi callq 0x373d0 movq -0x10(%rbp), %rdi callq 0x128e80 movq -0x10(%rbp), %rax mov...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.cc
CoreML::Specification::GLMClassifier::clear_ClassLabels()
void GLMClassifier::clear_ClassLabels() { // @@protoc_insertion_point(one_of_clear_start:CoreML.Specification.GLMClassifier) switch (ClassLabels_case()) { case kStringClassLabels: { delete ClassLabels_.stringclasslabels_; break; } case kInt64ClassLabels: { delete ClassLabels_.int64classl...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) callq 0xb4fe0 movl %eax, %ecx movl %ecx, -0xc(%rbp) testl %eax, %eax je 0x127df4 jmp 0x127da4 movl -0xc(%rbp), %eax subl $0x64, %eax je 0x127db8 jmp 0x127dae movl -0xc(%rbp), %eax subl $0x65, %eax je 0x127dd6 ...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.cc
CoreML::Specification::GLMClassifier::Clear()
void GLMClassifier::Clear() { // @@protoc_insertion_point(message_clear_start:CoreML.Specification.GLMClassifier) weights_.Clear(); offset_.Clear(); ::memset(&postevaluationtransform_, 0, reinterpret_cast<char*>(&classencoding_) - reinterpret_cast<char*>(&postevaluationtransform_) + sizeof(classencoding_)); ...
pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) addq $0x10, %rdi callq 0x129030 movq -0x10(%rbp), %rdi addq $0x28, %rdi callq 0xeb660 movq -0x10(%rbp), %rax movq %rax, %rdi addq $0x3c, %rdi movq %rax, %rdx addq $0x40, %rdx addq $0x3c, %rax subq %rax, %rdx a...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.cc
CoreML::Specification::GLMClassifier_DoubleArray const* google::protobuf::internal::down_cast<CoreML::Specification::GLMClassifier_DoubleArray const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*)
inline To down_cast(From* f) { // so we only accept pointers // Ensures that To is a sub-type of From *. This test is here only // for compile-time type checking, and has no overhead in an // optimized build at run-time, as it will be optimized away // completely. if (false) { implicit_...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movb $0x1, %al cmpq $0x0, -0x8(%rbp) movb %al, -0x9(%rbp) je 0x128d6d movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, %rax je 0x128d57 movq -0x18(%rbp), %rdi leaq 0x40ae1f(%rip), %rsi # 0x533b60 leaq 0x3fc1b0(%rip), %rdx # 0x524ef8 xorl %ea...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h
CoreML::Specification::GLMClassifier::mutable_int64classlabels()
inline ::CoreML::Specification::Int64Vector* GLMClassifier::mutable_int64classlabels() { if (!has_int64classlabels()) { clear_ClassLabels(); set_has_int64classlabels(); ClassLabels_.int64classlabels_ = new ::CoreML::Specification::Int64Vector; } // @@protoc_insertion_point(field_mutable:CoreML.Specifi...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x1292b0 testb $0x1, %al jne 0x128f54 movq -0x20(%rbp), %rdi callq 0x127d80 movq -0x20(%rbp), %rdi callq 0x129500 movl $0x28, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) cal...
/hollance[P]coremltools/build_O0/mlmodel/format/GLMClassifier.pb.h
bool google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual<CoreML::Specification::Int64Vector>(google::protobuf::io::CodedInputStream*, CoreML::Specification::Int64Vector*)
inline bool WireFormatLite::ReadMessageNoVirtual( io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) { int length; if (!input->ReadVarintSizeAsInt(&length)) return false; std::pair<io::CodedInputStream::Limit, int> p = input->IncrementRecursionDepthAndPushLimit(length); if (p.s...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi leaq -0x1c(%rbp), %rsi callq 0xddf50 testb $0x1, %al jne 0x129197 movb $0x0, -0x1(%rbp) jmp 0x1291d5 movq -0x10(%rbp), %rdi movl -0x1c(%rbp), %esi callq 0x3aca00 movq %rax, -0x24(%rbp) cmpl $0x0, -0x20(%rbp)...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/wire_format_lite_inl.h
CoreML::Specification::GLMClassifier const* google::protobuf::internal::down_cast<CoreML::Specification::GLMClassifier const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*)
inline To down_cast(From* f) { // so we only accept pointers // Ensures that To is a sub-type of From *. This test is here only // for compile-time type checking, and has no overhead in an // optimized build at run-time, as it will be optimized away // completely. if (false) { implicit_...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movb $0x1, %al cmpq $0x0, -0x8(%rbp) movb %al, -0x9(%rbp) je 0x1293cd movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, %rax je 0x1293b7 movq -0x18(%rbp), %rdi leaq 0x40a7bf(%rip), %rsi # 0x533b60 leaq 0x3fbb68(%rip), %rdx # 0x524f10 xorl %ea...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h
void google::protobuf::internal::RepeatedPtrFieldBase::Clear<google::protobuf::RepeatedPtrField<CoreML::Specification::GLMClassifier_DoubleArray>::TypeHandler>()
void RepeatedPtrFieldBase::Clear() { const int n = current_size_; GOOGLE_DCHECK_GE(n, 0); if (n > 0) { void* const* elements = rep_->elements; int i = 0; do { TypeHandler::Clear(cast<TypeHandler>(elements[i++])); } while (i < n); current_size_ = 0; } }
pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x78(%rbp) movl 0x8(%rax), %eax movl %eax, -0xc(%rbp) movl -0xc(%rbp), %eax movb $0x0, -0x49(%rbp) cmpl $0x0, %eax jl 0x12972b jmp 0x12977a leaq 0x2959c3(%rip), %rdx # 0x3bf0f5 leaq -0x48(%rbp), %rdi movq %rdi, -0x88(...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
void google::protobuf::internal::RepeatedPtrFieldBase::Destroy<google::protobuf::RepeatedPtrField<CoreML::Specification::GLMClassifier_DoubleArray>::TypeHandler>()
void RepeatedPtrFieldBase::Destroy() { if (rep_ != NULL && arena_ == NULL) { int n = rep_->allocated_size; void* const* elements = rep_->elements; for (int i = 0; i < n; i++) { TypeHandler::Delete(cast<TypeHandler>(elements[i]), NULL); } #if defined(__GXX_DELETE_WITH_SIZE__) || defined(__cpp_siz...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) cmpq $0x0, 0x10(%rax) je 0x129926 movq -0x30(%rbp), %rax cmpq $0x0, (%rax) jne 0x129926 movq -0x30(%rbp), %rax movq 0x10(%rax), %rcx movl (%rcx), %ecx movl %ecx, -0xc(%rbp) movq 0x10(%rax), %rax addq $0x8, %ra...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
CoreML::Specification::Identity::Identity(CoreML::Specification::Identity const&)
Identity::Identity(const Identity& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:CoreML.Specification.Identity) }
pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x3fb1ad(%rip), %rax # 0x524f28 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/Identity.pb.cc
CoreML::Specification::Identity::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool Identity::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.Identity) for (;;) { ::std::pair< ::google:...
pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx movq %rcx, -0x78(%rbp) movl $0x0, -0x18(%rbp)...
/hollance[P]coremltools/build_O0/mlmodel/format/Identity.pb.cc
CoreML::Specification::Identity::ByteSizeLong() const
size_t Identity::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.Identity) size_t total_size = 0; int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; GOOGLE_SAFE_CONCURREN...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq $0x0, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0xdd400 movl %eax, %ecx movq -0x20(%rbp), %rax movl %ecx, -0x14(%rbp) movl -0x14(%rbp), %ecx movl %ecx, 0x10(%rax) movq -0x10(%rbp), %rax addq $0x20, %rsp po...
/hollance[P]coremltools/build_O0/mlmodel/format/Identity.pb.cc
CoreML::Specification::Identity::MergeFrom(CoreML::Specification::Identity const&)
void Identity::MergeFrom(const Identity& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.Identity) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; }
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x12a300 jmp 0x12a35e leaq 0x2a0629(%rip), %rdx # 0x3ca930 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/Identity.pb.cc
CoreML::Specification::Imputer::Imputer()
Imputer::Imputer() : ::google::protobuf::MessageLite(), _internal_metadata_(NULL) { if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) { protobuf_Imputer_2eproto::InitDefaults(); } SharedCtor(); // @@protoc_insertion_point(constructor:CoreML.Specification.Imputer) }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x28(%rbp) callq 0xdd280 movq -0x28(%rbp), %rdi leaq 0x3fa764(%rip), %rax # 0x524fd8 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x20(%rbp) xorl %eax, %eax movl %eax, %esi callq 0xdd2a0 jmp 0x12a88e...
/hollance[P]coremltools/build_O0/mlmodel/format/Imputer.pb.cc
CoreML::Specification::Imputer::clear_ReplaceValue()
void Imputer::clear_ReplaceValue() { // @@protoc_insertion_point(one_of_clear_start:CoreML.Specification.Imputer) switch (ReplaceValue_case()) { case kReplaceDoubleValue: { // No need to clear break; } case kReplaceInt64Value: { // No need to clear break; } case kReplaceStr...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) callq 0x12c520 movl %eax, %ecx movq %rcx, -0x10(%rbp) subl $0xd, %eax ja 0x12af7d movq -0x10(%rbp), %rax leaq 0x29fb9d(%rip), %rcx # 0x3caaec movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax jmp 0x12af...
/hollance[P]coremltools/build_O0/mlmodel/format/Imputer.pb.cc
CoreML::Specification::Imputer::New(google::protobuf::Arena*) const
Imputer* Imputer::New(::google::protobuf::Arena* arena) const { Imputer* n = new Imputer; if (arena != NULL) { arena->Own(n); } return n; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x30, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x30(%rbp) callq 0x12a850 jmp 0x12afeb movq -0x30(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x12b025 movq -0x10(%rbp), %rdi movq -0x18(%r...
/hollance[P]coremltools/build_O0/mlmodel/format/Imputer.pb.cc
CoreML::Specification::Imputer::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)
bool Imputer::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:CoreML.Specification.Imputer) for (;;) { ::std::pair< ::google::p...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x58(%rbp) movq %rsi, -0x60(%rbp) movq -0x58(%rbp), %rax movq %rax, -0x78(%rbp) movq -0x60(%rbp), %rax movq %rax, -0x48(%rbp) movl $0x7f, -0x4c(%rbp) movq -0x48(%rbp), %rcx movl -0x4c(%rbp), %eax movq %rcx, -0x10(%rbp) movl %eax, -0x14(%rbp) movq -0x10(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/Imputer.pb.cc
CoreML::Specification::Imputer::mutable_imputedstringdictionary()
inline ::CoreML::Specification::StringToDoubleMap* Imputer::mutable_imputedstringdictionary() { if (!has_imputedstringdictionary()) { clear_ImputedValue(); set_has_imputedstringdictionary(); ImputedValue_.imputedstringdictionary_ = new ::CoreML::Specification::StringToDoubleMap; } // @@protoc_insertio...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x12cb40 testb $0x1, %al jne 0x12c3d4 movq -0x20(%rbp), %rdi callq 0x12ae30 movq -0x20(%rbp), %rdi callq 0x12ce80 movl $0x38, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) cal...
/hollance[P]coremltools/build_O0/mlmodel/format/Imputer.pb.h
CoreML::Specification::Imputer::mutable_imputedstringvalue[abi:cxx11]()
inline ::std::string* Imputer::mutable_imputedstringvalue() { if (!has_imputedstringvalue()) { clear_ImputedValue(); set_has_imputedstringvalue(); ImputedValue_.imputedstringvalue_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } // @@protoc_insertion_point(field_mutab...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) callq 0x12cab0 testb $0x1, %al jne 0x12c85c movq -0x10(%rbp), %rdi callq 0x12ae30 movq -0x10(%rbp), %rdi callq 0x12ce20 movq -0x10(%rbp), %rax addq $0x10, %rax movq %rax, -0x18(%rbp) callq 0x40570 movq -0x18(%...
/hollance[P]coremltools/build_O0/mlmodel/format/Imputer.pb.h
CoreML::Specification::PipelineClassifier::PipelineClassifier(CoreML::Specification::PipelineClassifier const&)
PipelineClassifier::PipelineClassifier(const PipelineClassifier& from) : ::google::protobuf::MessageLite(), _internal_metadata_(NULL), _cached_size_(0) { _internal_metadata_.MergeFrom(from._internal_metadata_); if (from.has_pipeline()) { pipeline_ = new ::CoreML::Specification::Pipeline(*from.pipe...
pushq %rbp movq %rsp, %rbp subq $0xb0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rdi movq %rdi, -0x70(%rbp) callq 0xdd280 movq -0x70(%rbp), %rdi leaq 0x3f7055(%rip), %rax # 0x525120 addq $0x10, %rax movq %rax, (%rdi) addq $0x8, %rdi movq %rdi, -0x68(%rbp) xorl %eax, %eax movl %eax, %esi c...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::PipelineClassifier::MergeFrom(CoreML::Specification::PipelineClassifier const&)
void PipelineClassifier::MergeFrom(const PipelineClassifier& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.PipelineClassifier) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void)...
pushq %rbp movq %rsp, %rbp subq $0xe0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x12e830 jmp 0x12e88e leaq 0x29c7d9(%rip), %rdx # 0x3cb010 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::PipelineRegressor::ByteSizeLong() const
size_t PipelineRegressor::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.PipelineRegressor) size_t total_size = 0; // .CoreML.Specification.Pipeline pipeline = 1; if (this->has_pipeline()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite:...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movq $0x0, -0x10(%rbp) callq 0x1396f0 testb $0x1, %al jne 0x12f2d7 jmp 0x12f2f0 movq -0x20(%rbp), %rax movq 0x10(%rax), %rdi callq 0x1395d0 addq $0x1, %rax addq -0x10(%rbp), %rax movq %rax, -0x10(%rbp) movq -0...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::PipelineRegressor::MergeFrom(CoreML::Specification::PipelineRegressor const&)
void PipelineRegressor::MergeFrom(const PipelineRegressor& from) { // @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.PipelineRegressor) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) ca...
pushq %rbp movq %rsp, %rbp subq $0xe0, %rsp movq %rdi, -0x48(%rbp) movq %rsi, -0x50(%rbp) movq -0x48(%rbp), %rcx movq %rcx, -0xb0(%rbp) movq -0x50(%rbp), %rax movb $0x0, -0x89(%rbp) cmpq %rcx, %rax je 0x12f390 jmp 0x12f3ee leaq 0x29bc79(%rip), %rdx # 0x3cb010 leaq -0x88(%rbp), %rdi movq %rdi, -0xc0(%rbp) movl $0x3, ...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::FeatureDescription::New(google::protobuf::Arena*) const
FeatureDescription* FeatureDescription::New(::google::protobuf::Arena* arena) const { FeatureDescription* n = new FeatureDescription; if (arena != NULL) { arena->Own(n); } return n; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x30, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x30(%rbp) callq 0x12f680 jmp 0x12fc2b movq -0x30(%rbp), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x12fc65 movq -0x10(%rbp), %rdi movq -0x18(%r...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::FeatureDescription::Clear()
void FeatureDescription::Clear() { // @@protoc_insertion_point(message_clear_start:CoreML.Specification.FeatureDescription) name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); shortdescription_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) addq $0x10, %rax movq %rax, -0x20(%rbp) callq 0x40570 movq -0x20(%rbp), %rdi movq %rax, %rsi callq 0x8a990 movq -0x10(%rbp), %rax addq $0x18, %rax movq %rax, -0x18(%rbp) callq 0x40570 movq -0x18(%rbp), %rdi mo...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::FeatureDescription::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const
void FeatureDescription::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:CoreML.Specification.FeatureDescription) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; // string name = 1; if (this->name().s...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movl $0x0, -0x14(%rbp) callq 0xd95b0 movq %rax, %rdi callq 0x373a0 cmpq $0x0, %rax jbe 0x130199 movq -0x20(%rbp), %rdi callq 0xd95b0 movq %rax, %rdi callq 0x37310 movq -0x20(%rbp), %rdi ...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::FeatureDescription::ByteSizeLong() const
size_t FeatureDescription::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.FeatureDescription) size_t total_size = 0; // string name = 1; if (this->name().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( th...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) movq $0x0, -0x10(%rbp) callq 0xd95b0 movq %rax, %rdi callq 0x373a0 cmpq $0x0, %rax jbe 0x13028c movq -0x20(%rbp), %rdi callq 0xd95b0 movq %rax, %rdi callq 0xea3d0 addq $0x1, %rax addq -0x10(%rbp), %rax movq %r...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::FeatureDescription::InternalSwap(CoreML::Specification::FeatureDescription*)
void FeatureDescription::InternalSwap(FeatureDescription* other) { name_.Swap(&other->name_); shortdescription_.Swap(&other->shortdescription_); std::swap(type_, other->type_); std::swap(_cached_size_, other->_cached_size_); }
pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x28(%rbp) movq %rsi, -0x30(%rbp) movq -0x28(%rbp), %rcx movq %rcx, -0x38(%rbp) addq $0x10, %rcx movq -0x30(%rbp), %rax addq $0x10, %rax movq %rcx, -0x8(%rbp) movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi callq 0x126520 movq -0x38(%rbp), %rcx...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc
CoreML::Specification::Metadata::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const::Utf8Check::Check(google::protobuf::MapPair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const*)
static void Check(ConstPtr p) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( p->first.data(), p->first.length(), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "CoreML.Specification.Metadata.UserDefinedEntry.key"); ::google::protobuf::internal::...
pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x37310 movq %rax, -0x18(%rbp) movq -0x8(%rbp), %rdi callq 0x37620 movq -0x18(%rbp), %rdi movl %eax, %esi movl $0x1, %edx leaq 0x299493(%rip), %rcx # 0x3cb247 callq 0x3bc4b0 movq -0x8(%rbp), %rdi addq $0x20, %rdi callq 0x37...
/hollance[P]coremltools/build_O0/mlmodel/format/Model.pb.cc