name
string
code
string
asm
string
file
string
UnitTest::Timer::GetTimeInMs() const
double Timer::GetTimeInMs() const { struct timeval currentTime; gettimeofday(&currentTime, 0); double const dsecs = currentTime.tv_sec - m_startTime.tv_sec; double const dus = currentTime.tv_usec - m_startTime.tv_usec; return (dsecs * 1000.0) + (dus / 1000.0); }
pushq %r14 pushq %rbx subq $0x18, %rsp movq %rdi, %rbx leaq 0x8(%rsp), %r14 movq %r14, %rdi xorl %esi, %esi callq 0xf2f0 movq (%r14), %rax movq 0x8(%r14), %rcx subq (%rbx), %rax cvtsi2sd %rax, %xmm0 subq 0x8(%rbx), %rcx cvtsi2sd %rcx, %xmm1 movsd 0x9f37(%rip), %xmm2 # 0x3f9c0 divsd %xmm2, %xmm1 mulsd %xmm2, %xmm0 a...
/marlowa[P]quickfix/UnitTest++/src/Posix/TimeHelpers.cpp
testNumberOfNeighborsWithInvalidSet()
int testNumberOfNeighborsWithInvalidSet() { Specification::Model m1; KNNValidatorTests::generateInterface(m1); auto *knnClassifier = m1.mutable_knearestneighborsclassifier(); auto *numberOfNeighbors = knnClassifier->mutable_numberofneighbors(); numberOfNeighbors->mutable_set()->add_values(0); ...
pushq %rbp movq %rsp, %rbp subq $0x2a0, %rsp # imm = 0x2A0 leaq -0x38(%rbp), %rdi movq %rdi, -0x118(%rbp) callq 0x134990 movq -0x118(%rbp), %rdi callq 0x41550 jmp 0x45a99 leaq -0x38(%rbp), %rdi callq 0x46cd0 movq %rax, -0x120(%rbp) jmp 0x45aab movq -0x120(%rbp), %rax movq %rax, -0x50(%rbp) movq -0x50(%rbp), ...
/hollance[P]coremltools/mlmodel/tests/KNNValidatorTests.cpp
CoreML::Specification::ModelDescription::mutable_metadata()
inline ::CoreML::Specification::Metadata* ModelDescription::mutable_metadata() { if (metadata_ == NULL) { metadata_ = new ::CoreML::Specification::Metadata; } // @@protoc_insertion_point(field_mutable:CoreML.Specification.ModelDescription.metadata) return metadata_; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) cmpq $0x0, 0x68(%rax) jne 0x462b0 movl $0x58, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq 0x130760 jmp 0x46286 movq -0x20(%rbp), %rax movq -0x28(%rbp), %rcx movq %rcx, 0x68(...
/hollance[P]coremltools/mlmodel/tests/../src/../build/format/Model.pb.h
CoreML::Specification::ModelDescription::set_predictedfeaturename(char const*)
inline void ModelDescription::set_predictedfeaturename(const char* value) { GOOGLE_DCHECK(value != NULL); predictedfeaturename_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:CoreML.Specification.ModelDescription.predic...
pushq %rbp movq %rsp, %rbp subq $0xc0, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x90(%rbp) movq -0x10(%rbp), %rax movb $0x0, -0x49(%rbp) cmpq $0x0, %rax je 0x4633e jmp 0x46393 leaq 0x3795af(%rip), %rdx # 0x3bf8f4 leaq -0x48(%rbp), %rdi movq %rdi, -0xa0(%rbp) movl $0x3, %esi...
/hollance[P]coremltools/mlmodel/tests/../src/../build/format/Model.pb.h
CoreML::Specification::KNearestNeighborsClassifier::mutable_nearestneighborsindex()
inline ::CoreML::Specification::NearestNeighborsIndex* KNearestNeighborsClassifier::mutable_nearestneighborsindex() { if (nearestneighborsindex_ == NULL) { nearestneighborsindex_ = new ::CoreML::Specification::NearestNeighborsIndex; } // @@protoc_insertion_point(field_mutable:CoreML.Specification.KNearestN...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) cmpq $0x0, 0x10(%rax) jne 0x467c0 movl $0x50, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq 0x149780 jmp 0x46796 movq -0x20(%rbp), %rax movq -0x28(%rbp), %rcx movq %rcx, 0x10(...
/hollance[P]coremltools/mlmodel/tests/../src/../build/format/NearestNeighbors.pb.h
CoreML::Specification::NearestNeighborsIndex::mutable_squaredeuclideandistance()
inline ::CoreML::Specification::SquaredEuclideanDistance* NearestNeighborsIndex::mutable_squaredeuclideandistance() { if (!has_squaredeuclideandistance()) { clear_DistanceFunction(); set_has_squaredeuclideandistance(); DistanceFunction_.squaredeuclideandistance_ = new ::CoreML::Specification::SquaredEucli...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x48150 testb $0x1, %al jne 0x46ef4 movq -0x20(%rbp), %rdi callq 0x14a210 movq -0x20(%rbp), %rdi callq 0x48180 movl $0x18, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq ...
/hollance[P]coremltools/mlmodel/tests/../src/../build/format/NearestNeighbors.pb.h
CoreML::Specification::NearestNeighborsIndex::mutable_singlekdtreeindex()
inline ::CoreML::Specification::SingleKdTreeIndex* NearestNeighborsIndex::mutable_singlekdtreeindex() { if (!has_singlekdtreeindex()) { clear_IndexType(); set_has_singlekdtreeindex(); IndexType_.singlekdtreeindex_ = new ::CoreML::Specification::SingleKdTreeIndex; } // @@protoc_insertion_point(field_mu...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x481c0 testb $0x1, %al jne 0x46f84 movq -0x20(%rbp), %rdi callq 0x14a180 movq -0x20(%rbp), %rdi callq 0x481f0 movl $0x18, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq ...
/hollance[P]coremltools/mlmodel/tests/../src/../build/format/NearestNeighbors.pb.h
CoreML::Specification::KNearestNeighborsClassifier::set_defaultstringlabel(char const*)
inline void KNearestNeighborsClassifier::set_defaultstringlabel(const char* value) { GOOGLE_DCHECK(value != NULL); if (!has_defaultstringlabel()) { clear_DefaultClassLabel(); set_has_defaultstringlabel(); DefaultClassLabel_.defaultstringlabel_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStri...
pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x90(%rbp) movq -0x10(%rbp), %rax movb $0x0, -0x49(%rbp) cmpq $0x0, %rax je 0x46fee jmp 0x47043 leaq 0x3789c6(%rip), %rdx # 0x3bf9bb leaq -0x48(%rbp), %rdi movq %rdi, -0xa0(%rbp) movl $0x3, %esi...
/hollance[P]coremltools/mlmodel/tests/../src/../build/format/NearestNeighbors.pb.h
google::protobuf::RepeatedPtrField<CoreML::Specification::FloatVector>::TypeHandler::Type* google::protobuf::internal::RepeatedPtrFieldBase::Add<google::protobuf::RepeatedPtrField<CoreML::Specification::FloatVector>::TypeHandler>(google::protobuf::RepeatedPtrField<CoreML::Specification::FloatVector>::TypeHandler::Type*...
inline typename TypeHandler::Type* RepeatedPtrFieldBase::Add( typename TypeHandler::Type* prototype) { if (rep_ != NULL && current_size_ < rep_->allocated_size) { return cast<TypeHandler>(rep_->elements[current_size_++]); } if (!rep_ || rep_->allocated_size == total_size_) { Reserve(total_size_ + 1); ...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x28(%rbp) cmpq $0x0, 0x10(%rax) je 0x47274 movq -0x28(%rbp), %rcx movl 0x8(%rcx), %eax movq 0x10(%rcx), %rcx cmpl (%rcx), %eax jge 0x47274 movq -0x28(%rbp), %rdx movq 0x10(%rdx), %rax movl 0x8(%...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::internal::GenericTypeHandler<CoreML::Specification::FloatVector>::New(google::protobuf::Arena*)
static inline GenericType* New(Arena* arena) { return ::google::protobuf::Arena::CreateMaybeMessage<Type>( arena, static_cast<GenericType*>(0)); }
pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x48(%rbp) movq -0x48(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x40(%rbp), %rax movq %rax, -0x28(%rbp) cmpq $0x0, -0x28(%rbp) jne 0x4738b movl $0x28, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x50(%rbp) callq 0xe41d0 jmp 0x4735e movq -0x50(%rb...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::RepeatedPtrField<CoreML::Specification::FloatVector>::TypeHandler::Type* google::protobuf::internal::RepeatedPtrFieldBase::Mutable<google::protobuf::RepeatedPtrField<CoreML::Specification::FloatVector>::TypeHandler>(int)
inline typename TypeHandler::Type* RepeatedPtrFieldBase::Mutable(int index) { 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 0x4746b jmp 0x474c0 leaq 0x377c83(%rip), %rdx # 0x3bf0f5 leaq -0x48(%rbp), %rdi movq %rdi, -0xb8(%rbp) movl $0x3, %esi m...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::RepeatedField<float>::Reserve(int)
void RepeatedField<Element>::Reserve(int new_size) { if (total_size_ >= new_size) return; Rep* old_rep = rep_; Arena* arena = GetArenaNoVirtual(); new_size = std::max(google::protobuf::internal::kMinRepeatedFieldAllocationSize, std::max(total_size_ * 2, new_size)); GOOGLE_DCHECK_LE( ...
pushq %rbp movq %rsp, %rbp subq $0x1e0, %rsp # imm = 0x1E0 movq %rdi, -0xd0(%rbp) movl %esi, -0xd4(%rbp) movq -0xd0(%rbp), %rax movq %rax, -0x168(%rbp) movl 0x4(%rax), %eax cmpl -0xd4(%rbp), %eax jl 0x47666 jmp 0x47aed movq -0x168(%rbp), %rdi movq 0x8(%rdi), %rax movq %rax, -0xe0(%rbp) callq 0x47b10 movq %ra...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::RepeatedField<float>::InternalDeallocate(google::protobuf::RepeatedField<float>::Rep*, int)
void InternalDeallocate(Rep* rep, int size) { if (rep != NULL) { Element* e = &rep->elements[0]; Element* limit = &rep->elements[size]; for (; e < limit; e++) { e->Element::~Element(); } if (rep->arena == NULL) { #if defined(__GXX_DELETE_WITH_SIZE__) || defined(__cpp_sized_deal...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) cmpq $0x0, -0x10(%rbp) je 0x47c0e movq -0x10(%rbp), %rax addq $0x8, %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax addq $0x8, %rax movslq -0x14(%rbp), %rcx shlq $0x2, %rcx addq %rcx, %rax movq %rax, -0x28...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::internal::StringTypeHandler::New(google::protobuf::Arena*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&&)
static inline string* New(Arena* arena, string&& value) { return Arena::Create<string>(arena, std::move(value)); }
pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x40(%rbp) movq %rsi, -0x48(%rbp) movq -0x40(%rbp), %rcx movq -0x48(%rbp), %rax movq %rcx, -0x30(%rbp) movq %rax, -0x38(%rbp) cmpq $0x0, -0x30(%rbp) jne 0x47ecb movl $0x20, %edi callq 0x37220 movq %rax, %rdi movq %rdi, -0x50(%rbp) movq -0x38(%rbp), %rsi callq 0x37...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
testLinearModelBasic()
int testLinearModelBasic() { LinearModel lr("foo", "Linear regression model to predict Foo"); ML_ASSERT_GOOD(lr.addInput("x", FeatureType::Int64())); ML_ASSERT_GOOD(lr.addInput("y", FeatureType::Double())); ML_ASSERT_GOOD(lr.addInput("z", FeatureType::Int64())); ML_ASSERT_GOOD(lr.addOutput("foo", Fe...
pushq %rbp movq %rsp, %rbp subq $0x320, %rsp # imm = 0x320 leaq -0x41(%rbp), %rdi movq %rdi, -0x210(%rbp) callq 0x37930 movq -0x210(%rbp), %rdx leaq 0x376388(%rip), %rsi # 0x3bfab1 leaq -0x40(%rbp), %rdi callq 0x3f680 jmp 0x49734 leaq -0x79(%rbp), %rdi movq %rdi, -0x218(%rbp) callq 0x37930 movq -0x218(%rb...
/hollance[P]coremltools/mlmodel/tests/LinearModelTests.cpp
testVeryLargeModel()
int testVeryLargeModel() { /* const size_t numModels = 20000000; Specification::Model model; model.set_specificationversion(MLMODEL_SPECIFICATION_VERSION); auto* pipeline = model.mutable_pipeline(); auto* input = model.mutable_description()->add_input(); input->set_name(std::to_string(0));...
pushq %rbp movq %rsp, %rbp xorl %eax, %eax popq %rbp retq nopl (%rax,%rax)
/hollance[P]coremltools/mlmodel/tests/ModelContainerTests.cpp
testSimpleNNShape()
int testSimpleNNShape() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(4); auto *out = m1.mutable_description()->add_output(); out->set_name("output")...
pushq %rbp movq %rsp, %rbp subq $0x200, %rsp # imm = 0x200 leaq -0x38(%rbp), %rdi movq %rdi, -0x130(%rbp) callq 0x134990 movq -0x130(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x128(%rbp) jmp 0x4a260 movq -0x128(%rbp), %rdi callq 0x39e50 movq %rax, -0x138(%rbp) jmp 0x4a275 movq -0x138(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNShaperTest.cpp
testSimpleNNShapeBad()
int testSimpleNNShapeBad() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(5); auto *out = m1.mutable_description()->add_output(); out->set_name("outpu...
pushq %rbp movq %rsp, %rbp subq $0x190, %rsp # imm = 0x190 leaq -0x38(%rbp), %rdi movq %rdi, -0xc8(%rbp) callq 0x134990 movq -0xc8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xc0(%rbp) jmp 0x4a730 movq -0xc0(%rbp), %rdi callq 0x39e50 movq %rax, -0xd0(%rbp) jmp 0x4a745 movq -0xd0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNShaperTest.cpp
testSimpleNNShapeBadOutput()
int testSimpleNNShapeBadOutput() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(4); auto *out = m1.mutable_description()->add_output(); out->set_name(...
pushq %rbp movq %rsp, %rbp subq $0x190, %rsp # imm = 0x190 leaq -0x38(%rbp), %rdi movq %rdi, -0xc8(%rbp) callq 0x134990 movq -0xc8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xc0(%rbp) jmp 0x4abc0 movq -0xc0(%rbp), %rdi callq 0x39e50 movq %rax, -0xd0(%rbp) jmp 0x4abd5 movq -0xd0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNShaperTest.cpp
testPermuteShape()
int testPermuteShape() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(3); shape->add_shape(64); shape->add_shape(10); auto *out = m1.mutable_descr...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x4de20 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x4de35 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNShaperTest.cpp
testUpwardPass()
int testUpwardPass() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); auto *shape1 = shape->mutable_shaperange()->add_sizeranges(); shape1->set_lowerbound(4); sha...
pushq %rbp movq %rsp, %rbp subq $0x520, %rsp # imm = 0x520 leaq -0x38(%rbp), %rdi movq %rdi, -0x1a8(%rbp) callq 0x134990 movq -0x1a8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x1a0(%rbp) jmp 0x4e180 movq -0x1a0(%rbp), %rdi callq 0x39e50 movq %rax, -0x1b0(%rbp) jmp 0x4e195 movq -0x1b0(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNShaperTest.cpp
testSamePaddingConvolution()
int testSamePaddingConvolution() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); auto *shape1 = shape->mutable_shaperange()->add_sizeranges(); shape1->set_lowerbound...
pushq %rbp movq %rsp, %rbp subq $0x850, %rsp # imm = 0x850 leaq -0x38(%rbp), %rdi movq %rdi, -0x210(%rbp) callq 0x134990 movq -0x210(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x208(%rbp) jmp 0x4f280 movq -0x208(%rbp), %rdi callq 0x39e50 movq %rax, -0x218(%rbp) jmp 0x4f295 movq -0x218(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNShaperTest.cpp
testSamePaddingConvolution2()
int testSamePaddingConvolution2() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); auto *shape1 = shape->mutable_shaperange()->add_sizeranges(); shape1->set_lowerboun...
pushq %rbp movq %rsp, %rbp subq $0x850, %rsp # imm = 0x850 leaq -0x38(%rbp), %rdi movq %rdi, -0x210(%rbp) callq 0x134990 movq -0x210(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x208(%rbp) jmp 0x50ec0 movq -0x208(%rbp), %rdi callq 0x39e50 movq %rax, -0x218(%rbp) jmp 0x50ed5 movq -0x218(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNShaperTest.cpp
CoreML::Specification::Model::mutable_neuralnetwork()
inline ::CoreML::Specification::NeuralNetwork* Model::mutable_neuralnetwork() { if (!has_neuralnetwork()) { clear_Type(); set_has_neuralnetwork(); Type_.neuralnetwork_ = new ::CoreML::Specification::NeuralNetwork; } // @@protoc_insertion_point(field_mutable:CoreML.Specification.Model.neuralNetwork) ...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x53330 testb $0x1, %al jne 0x52b74 movq -0x20(%rbp), %rdi callq 0x135940 movq -0x20(%rbp), %rdi callq 0x53360 movl $0x58, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq ...
/hollance[P]coremltools/mlmodel/src/../build/format/Model.pb.h
CoreML::Specification::NeuralNetworkLayer::mutable_innerproduct()
inline ::CoreML::Specification::InnerProductLayerParams* NeuralNetworkLayer::mutable_innerproduct() { if (!has_innerproduct()) { clear_layer(); set_has_innerproduct(); layer_.innerproduct_ = new ::CoreML::Specification::InnerProductLayerParams; } // @@protoc_insertion_point(field_mutable:CoreML.Specif...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x53740 testb $0x1, %al jne 0x52dc7 movq -0x20(%rbp), %rdi callq 0x1764b0 movq -0x20(%rbp), %rdi callq 0x53770 movl $0x38, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq ...
/hollance[P]coremltools/mlmodel/src/../build/format/NeuralNetwork.pb.h
CoreML::Specification::InnerProductLayerParams::mutable_weights()
inline ::CoreML::Specification::WeightParams* InnerProductLayerParams::mutable_weights() { if (weights_ == NULL) { weights_ = new ::CoreML::Specification::WeightParams; } // @@protoc_insertion_point(field_mutable:CoreML.Specification.InnerProductLayerParams.weights) return weights_; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) cmpq $0x0, 0x10(%rax) jne 0x52e90 movl $0x50, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq 0x18c7f0 jmp 0x52e66 movq -0x20(%rbp), %rax movq -0x28(%rbp), %rcx movq %rcx, 0x10(...
/hollance[P]coremltools/mlmodel/src/../build/format/NeuralNetwork.pb.h
CoreML::Specification::NeuralNetworkLayer::mutable_permute()
inline ::CoreML::Specification::PermuteLayerParams* NeuralNetworkLayer::mutable_permute() { if (!has_permute()) { clear_layer(); set_has_permute(); layer_.permute_ = new ::CoreML::Specification::PermuteLayerParams; } // @@protoc_insertion_point(field_mutable:CoreML.Specification.NeuralNetworkLayer.per...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x54280 testb $0x1, %al jne 0x52fa7 movq -0x20(%rbp), %rdi callq 0x1764b0 movq -0x20(%rbp), %rdi callq 0x542b0 movl $0x28, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq ...
/hollance[P]coremltools/mlmodel/src/../build/format/NeuralNetwork.pb.h
CoreML::Specification::ConvolutionLayerParams::mutable_valid()
inline ::CoreML::Specification::ValidPadding* ConvolutionLayerParams::mutable_valid() { if (!has_valid()) { clear_ConvolutionPaddingType(); set_has_valid(); ConvolutionPaddingType_.valid_ = new ::CoreML::Specification::ValidPadding; } // @@protoc_insertion_point(field_mutable:CoreML.Specification.Conv...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x549f0 testb $0x1, %al jne 0x53187 movq -0x20(%rbp), %rdi callq 0x1907e0 movq -0x20(%rbp), %rdi callq 0x54a20 movl $0x20, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq ...
/hollance[P]coremltools/mlmodel/src/../build/format/NeuralNetwork.pb.h
CoreML::Specification::ConvolutionLayerParams::mutable_weights()
inline ::CoreML::Specification::WeightParams* ConvolutionLayerParams::mutable_weights() { if (weights_ == NULL) { weights_ = new ::CoreML::Specification::WeightParams; } // @@protoc_insertion_point(field_mutable:CoreML.Specification.ConvolutionLayerParams.weights) return weights_; }
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) cmpq $0x0, 0x70(%rax) jne 0x53240 movl $0x50, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq 0x18c7f0 jmp 0x53216 movq -0x20(%rbp), %rax movq -0x28(%rbp), %rcx movq %rcx, 0x70(...
/hollance[P]coremltools/mlmodel/src/../build/format/NeuralNetwork.pb.h
CoreML::Specification::ConvolutionLayerParams::mutable_same()
inline ::CoreML::Specification::SamePadding* ConvolutionLayerParams::mutable_same() { if (!has_same()) { clear_ConvolutionPaddingType(); set_has_same(); ConvolutionPaddingType_.same_ = new ::CoreML::Specification::SamePadding; } // @@protoc_insertion_point(field_mutable:CoreML.Specification.Convolutio...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x54a60 testb $0x1, %al jne 0x532d7 movq -0x20(%rbp), %rdi callq 0x1907e0 movq -0x20(%rbp), %rdi callq 0x54a90 movl $0x18, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x28(%rbp) callq ...
/hollance[P]coremltools/mlmodel/src/../build/format/NeuralNetwork.pb.h
google::protobuf::RepeatedPtrField<CoreML::Specification::NeuralNetworkLayer>::TypeHandler::Type* google::protobuf::internal::RepeatedPtrFieldBase::Add<google::protobuf::RepeatedPtrField<CoreML::Specification::NeuralNetworkLayer>::TypeHandler>(google::protobuf::RepeatedPtrField<CoreML::Specification::NeuralNetworkLayer...
inline typename TypeHandler::Type* RepeatedPtrFieldBase::Add( typename TypeHandler::Type* prototype) { if (rep_ != NULL && current_size_ < rep_->allocated_size) { return cast<TypeHandler>(rep_->elements[current_size_++]); } if (!rep_ || rep_->allocated_size == total_size_) { Reserve(total_size_ + 1); ...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x28(%rbp) cmpq $0x0, 0x10(%rax) je 0x533f4 movq -0x28(%rbp), %rcx movl 0x8(%rcx), %eax movq 0x10(%rcx), %rcx cmpl (%rcx), %eax jge 0x533f4 movq -0x28(%rbp), %rdx movq 0x10(%rdx), %rax movl 0x8(%...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::internal::GenericTypeHandler<CoreML::Specification::NeuralNetworkLayer>::New(google::protobuf::Arena*)
static inline GenericType* New(Arena* arena) { return ::google::protobuf::Arena::CreateMaybeMessage<Type>( arena, static_cast<GenericType*>(0)); }
pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x48(%rbp) movq -0x48(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x40(%rbp), %rax movq %rax, -0x28(%rbp) cmpq $0x0, -0x28(%rbp) jne 0x5350b movl $0x90, %edi callq 0x37220 movq %rax, %rdi movq %rdi, %rax movq %rax, -0x50(%rbp) callq 0x1605a0 jmp 0x534de movq -0x50(%r...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::RepeatedPtrField<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::TypeHandler::Type* google::protobuf::internal::RepeatedPtrFieldBase::Add<google::protobuf::RepeatedPtrField<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::TypeHandler>(go...
inline typename TypeHandler::Type* RepeatedPtrFieldBase::Add( typename TypeHandler::Type* prototype) { if (rep_ != NULL && current_size_ < rep_->allocated_size) { return cast<TypeHandler>(rep_->elements[current_size_++]); } if (!rep_ || rep_->allocated_size == total_size_) { Reserve(total_size_ + 1); ...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x28(%rbp) cmpq $0x0, 0x10(%rax) je 0x53604 movq -0x28(%rbp), %rcx movl 0x8(%rcx), %eax movq 0x10(%rcx), %rcx cmpl (%rcx), %eax jge 0x53604 movq -0x28(%rbp), %rdx movq 0x10(%rdx), %rax movl 0x8(%...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::internal::StringTypeHandler::New[abi:cxx11](google::protobuf::Arena*)
static inline string* New(Arena* arena) { return Arena::Create<string>(arena); }
pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x30(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x28(%rbp) cmpq $0x0, -0x28(%rbp) jne 0x536db movl $0x20, %edi callq 0x37220 movq %rax, %rdi movq %rdi, -0x38(%rbp) callq 0x37420 movq -0x38(%rbp), %rax movq %rax, -0x20(%rbp) jmp 0x53736 movq -0x28(%rbp), %rax movq %r...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::RepeatedField<unsigned long>::Reserve(int)
void RepeatedField<Element>::Reserve(int new_size) { if (total_size_ >= new_size) return; Rep* old_rep = rep_; Arena* arena = GetArenaNoVirtual(); new_size = std::max(google::protobuf::internal::kMinRepeatedFieldAllocationSize, std::max(total_size_ * 2, new_size)); GOOGLE_DCHECK_LE( ...
pushq %rbp movq %rsp, %rbp subq $0x1e0, %rsp # imm = 0x1E0 movq %rdi, -0xd0(%rbp) movl %esi, -0xd4(%rbp) movq -0xd0(%rbp), %rax movq %rax, -0x168(%rbp) movl 0x4(%rax), %eax cmpl -0xd4(%rbp), %eax jl 0x54366 jmp 0x547ed movq -0x168(%rbp), %rdi movq 0x8(%rdi), %rax movq %rax, -0xe0(%rbp) callq 0x54810 movq %ra...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
google::protobuf::RepeatedField<unsigned long>::InternalDeallocate(google::protobuf::RepeatedField<unsigned long>::Rep*, int)
void InternalDeallocate(Rep* rep, int size) { if (rep != NULL) { Element* e = &rep->elements[0]; Element* limit = &rep->elements[size]; for (; e < limit; e++) { e->Element::~Element(); } if (rep->arena == NULL) { #if defined(__GXX_DELETE_WITH_SIZE__) || defined(__cpp_sized_deal...
pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) cmpq $0x0, -0x10(%rbp) je 0x5490e movq -0x10(%rbp), %rax addq $0x8, %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax addq $0x8, %rax movslq -0x14(%rbp), %rcx shlq $0x3, %rcx addq %rcx, %rax movq %rax, -0x28...
/hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h
testRangeVal()
int testRangeVal() { // Unbound constructor RangeValue test1 = RangeValue(); ML_ASSERT(test1.isUnbound()); // Relations between set and unbound RangeValue test2 = RangeValue(2); ML_ASSERT(test1 > test2); ML_ASSERT(test1 >= test2); ML_ASSERT(test2 < test1); ML_ASSERT(test2 <= test1)...
pushq %rbp movq %rsp, %rbp subq $0x390, %rsp # imm = 0x390 leaq -0x18(%rbp), %rdi callq 0x277a80 leaq -0x18(%rbp), %rdi callq 0x277b40 testb $0x1, %al jne 0x54b48 movq 0x4df4a0(%rip), %rdi # 0x533f78 leaq 0x36bc3d(%rip), %rsi # 0x3c071c callq 0x37630 movq %rax, %rdi leaq 0x39534b(%rip), %rsi # 0x3e9...
/hollance[P]coremltools/mlmodel/tests/NNShapeTests.cpp
testShapeRange()
int testShapeRange() { ShapeRange r1 = ShapeRange(); ShapeRange r2 = ShapeRange(10); ShapeRange r3 = ShapeRange(8, 20); ShapeRange r4 = ShapeRange(RangeValue(9), RangeValue()); bool catch_me = false; try { ShapeRange r5 = ShapeRange(RangeValue(), RangeValue()); r5.isValid(2); ...
pushq %rbp movq %rsp, %rbp subq $0xb20, %rsp # imm = 0xB20 leaq -0x28(%rbp), %rdi callq 0x278870 leaq -0x48(%rbp), %rdi movl $0xa, %esi callq 0x2788a0 leaq -0x68(%rbp), %rdi movl $0x8, %esi movl $0x14, %edx callq 0x2788e0 leaq -0x98(%rbp), %rdi movq %rdi, -0x9f8(%rbp) movl $0x9, %esi callq 0x277aa0 leaq -0xa...
/hollance[P]coremltools/mlmodel/tests/NNShapeTests.cpp
testNNValidatorSimple()
int testNNValidatorSimple() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = m1.mutable_description()->add_output(); out->set_name("outp...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x5b0d0 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x5b0e5 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNValidatorBadOutput()
int testNNValidatorBadOutput() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = m1.mutable_description()->add_output(); out->set_name("b...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x5ba30 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x5ba45 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNValidatorBadOutput2()
int testNNValidatorBadOutput2() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = m1.mutable_description()->add_output(); out->set_name("...
pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x5bd30 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x5bd45 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNValidatorAllOptional()
int testNNValidatorAllOptional() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("A"); auto type = topIn->mutable_type(); type->mutable_multiarraytype(); type->set_isoptional(true); auto arr = type->mutable_multiarraytype(); arr->set_data...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x5c110 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x5c125 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidDefaultOptionalValue()
int testInvalidDefaultOptionalValue() { Specification::Model m; auto *in1 = m.mutable_description()->add_input(); in1->set_name("input1"); auto *inShape1 = in1->mutable_type()->mutable_multiarraytype(); inShape1->set_datatype(Specification::ArrayFeatureType::ArrayDataType::ArrayFeatureType_ArrayDa...
pushq %rbp movq %rsp, %rbp subq $0x1d0, %rsp # imm = 0x1D0 leaq -0x38(%rbp), %rdi movq %rdi, -0xd8(%rbp) callq 0x134990 movq -0xd8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xd0(%rbp) jmp 0x5c430 movq -0xd0(%rbp), %rdi callq 0x39e50 movq %rax, -0xe0(%rbp) jmp 0x5c445 movq -0xe0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testDefaultOptionalValueOnUnsupportedSpec()
int testDefaultOptionalValueOnUnsupportedSpec() { Specification::Model m; auto *in1 = m.mutable_description()->add_input(); in1->set_name("input1"); auto *inShape1 = in1->mutable_type()->mutable_multiarraytype(); inShape1->set_datatype(Specification::ArrayFeatureType::ArrayDataType::ArrayFeatureTy...
pushq %rbp movq %rsp, %rbp subq $0x1c0, %rsp # imm = 0x1C0 leaq -0x38(%rbp), %rdi movq %rdi, -0xd8(%rbp) callq 0x134990 movq -0xd8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xd0(%rbp) jmp 0x5cf20 movq -0xd0(%rbp), %rdi callq 0x39e50 movq %rax, -0xe0(%rbp) jmp 0x5cf35 movq -0xe0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testDefaultOptionalValueGood()
int testDefaultOptionalValueGood() { Specification::Model m; auto *in1 = m.mutable_description()->add_input(); in1->set_name("input1"); auto *inShape1 = in1->mutable_type()->mutable_multiarraytype(); inShape1->set_datatype(Specification::ArrayFeatureType::ArrayDataType::ArrayFeatureType_ArrayDataT...
pushq %rbp movq %rsp, %rbp subq $0x190, %rsp # imm = 0x190 leaq -0x38(%rbp), %rdi movq %rdi, -0xd8(%rbp) callq 0x134990 movq -0xd8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xd0(%rbp) jmp 0x5d500 movq -0xd0(%rbp), %rdi callq 0x39e50 movq %rax, -0xe0(%rbp) jmp 0x5d515 movq -0xe0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNValidatorBadInputs()
int testNNValidatorBadInputs() { Specification::Model m1; auto *nn = m1.mutable_neuralnetwork(); Specification::NeuralNetworkLayer *innerProductLayer = nn->add_layers(); Specification::InnerProductLayerParams *innerProductParams = innerProductLayer->mutable_innerproduct(); innerProductParams->se...
pushq %rbp movq %rsp, %rbp subq $0xf0, %rsp leaq -0x38(%rbp), %rdi movq %rdi, -0xa0(%rbp) callq 0x134990 movq -0xa0(%rbp), %rdi callq 0x52b00 movq %rax, -0x98(%rbp) jmp 0x5e700 movq -0x98(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x40(%rbp), %rdi callq 0x52b90 movq %rax, -0xa8(%rbp) jmp 0x5e71d movq -0xa8(%rbp), %rax mo...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNMissingLayer()
int testNNMissingLayer() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = m1.mutable_descri...
pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 leaq -0x38(%rbp), %rdi movq %rdi, -0xa0(%rbp) callq 0x134990 movq -0xa0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x98(%rbp) jmp 0x5e900 movq -0x98(%rbp), %rdi callq 0x39e50 movq %rax, -0xa8(%rbp) jmp 0x5e915 movq -0xa8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInnerProductDynamicQuantizationConversionParameterValidation()
int testInnerProductDynamicQuantizationConversionParameterValidation() { // Setup Specification::Model m1; Specification::NeuralNetwork *nnWrite = m1.mutable_neuralnetwork(); nnWrite->set_arrayinputshapemapping(Specification::EXACT_ARRAY_MAPPING); auto *topIn = m1.mutable_description()->add_input(...
pushq %rbp movq %rsp, %rbp subq $0x4d0, %rsp # imm = 0x4D0 leaq -0x38(%rbp), %rdi movq %rdi, -0x1e0(%rbp) callq 0x134990 movq -0x1e0(%rbp), %rdi callq 0x52b00 movq %rax, -0x1d8(%rbp) jmp 0x5eba0 movq -0x1d8(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x40(%rbp), %rdi movl $0x1, %esi callq 0x853c0 jmp 0x5ebbb le...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testBatchedMatMulDynamicQuantizationConversionParameterValidation()
int testBatchedMatMulDynamicQuantizationConversionParameterValidation() { Specification::Model m1; Specification::NeuralNetwork* nnMain = m1.mutable_neuralnetwork(); // Required for spec v4 and onwards nnMain->set_arrayinputshapemapping(Specification::EXACT_ARRAY_MAPPING); auto *topIn = m1.mutable...
pushq %rbp movq %rsp, %rbp subq $0x4d0, %rsp # imm = 0x4D0 leaq -0x38(%rbp), %rdi movq %rdi, -0x1e0(%rbp) callq 0x134990 movq -0x1e0(%rbp), %rdi callq 0x52b00 movq %rax, -0x1d8(%rbp) jmp 0x5f9f0 movq -0x1d8(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x40(%rbp), %rdi movl $0x1, %esi callq 0x853c0 jmp 0x5fa0b le...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testRNNLayer()
int testRNNLayer() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = m1.mutable_description(...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x60840 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x60855 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNValidatorReshape3D()
int testNNValidatorReshape3D() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = m1.mutable_description()->add_output(); out->set_name("o...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x61020 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x61035 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNValidatorReshape4D()
int testNNValidatorReshape4D() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = m1.mutable_description()->add_output(); out->set_name("o...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x61380 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x61395 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNCompilerValidation()
int testNNCompilerValidation() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); topIn->mutable_type()->mutable_multiarraytype()->set_datatype(::CoreML::S...
pushq %rbp movq %rsp, %rbp subq $0x270, %rsp # imm = 0x270 leaq -0x38(%rbp), %rdi movq %rdi, -0x138(%rbp) callq 0x134990 movq -0x138(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x130(%rbp) jmp 0x61a70 movq -0x130(%rbp), %rdi callq 0x39e50 movq %rax, -0x140(%rbp) jmp 0x61a85 movq -0x140(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testNNCompilerValidationBadProbBlob()
int testNNCompilerValidationBadProbBlob() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); topIn->mutable_type()->mutable_multiarraytype()->set_datatype(...
pushq %rbp movq %rsp, %rbp subq $0x260, %rsp # imm = 0x260 leaq -0x38(%rbp), %rdi movq %rdi, -0x138(%rbp) callq 0x134990 movq -0x138(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x130(%rbp) jmp 0x62940 movq -0x130(%rbp), %rdi callq 0x39e50 movq %rax, -0x140(%rbp) jmp 0x62955 movq -0x140(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidPooling()
int testInvalidPooling() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(100); auto *out3 = m1.mutable_description()->add_output(); out3->set_name("pro...
pushq %rbp movq %rsp, %rbp subq $0x130, %rsp # imm = 0x130 leaq -0x38(%rbp), %rdi movq %rdi, -0xb0(%rbp) callq 0x134990 movq -0xb0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xa8(%rbp) jmp 0x63010 movq -0xa8(%rbp), %rdi callq 0x39e50 movq %rax, -0xb8(%rbp) jmp 0x63025 movq -0xb8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidPooling3d()
int testValidPooling3d() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); // Adding 5 shapes for a rank 5 input. shape->add_shape(10); shape->add_shape(11); shape->add...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x632f0 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x63305 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidPooling3dCostumPaddingSetForNonCustomPaddingType()
int testInvalidPooling3dCostumPaddingSetForNonCustomPaddingType() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); // Adding 5 shapes for a rank 5 input. shape->add_shape(10);...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x63b10 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x63b25 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidDeconvolution()
int testValidDeconvolution() { Specification::Model m1; int output_channels = 5; int kernel_channels = 3; int kernel_height = 2; int kernel_width = 5; int nGroups = 1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type(...
pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 leaq -0x38(%rbp), %rdi movq %rdi, -0xd8(%rbp) callq 0x134990 movq -0xd8(%rbp), %rdi movl $0x5, -0x3c(%rbp) movl $0x3, -0x40(%rbp) movl $0x2, -0x44(%rbp) movl $0x5, -0x48(%rbp) movl $0x1, -0x4c(%rbp) callq 0x3f8a0 movq %rax, -0xd0(%rbp) jmp 0x65623 mo...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidConvolution3DNonPositiveDilation()
int testInvalidConvolution3DNonPositiveDilation() { Specification::Model m1; int input_channels = 3; int output_channels = 3; int kernel_depth = 3; int kernel_height = 3; int kernel_width = 3; int nGroups = 1; int stride_depth = 1; int stride_height = 1; int stride_width = 1; ...
pushq %rbp movq %rsp, %rbp subq $0x1a0, %rsp # imm = 0x1A0 leaq -0x38(%rbp), %rdi movq %rdi, -0x108(%rbp) callq 0x134990 movq -0x108(%rbp), %rdi movl $0x3, -0x3c(%rbp) movl $0x3, -0x40(%rbp) movl $0x3, -0x44(%rbp) movl $0x3, -0x48(%rbp) movl $0x3, -0x4c(%rbp) movl $0x1, -0x50(%rbp) movl $0x1, -0x54(%rbp) mov...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidConvolution3DNonPositiveGroups()
int testInvalidConvolution3DNonPositiveGroups() { Specification::Model m1; int input_channels = 3; int output_channels = 3; int kernel_depth = 3; int kernel_height = 3; int kernel_width = 3; int nGroups = 0; int stride_depth = 1; int stride_height = 1; int stride_width = 1; ...
pushq %rbp movq %rsp, %rbp subq $0x1a0, %rsp # imm = 0x1A0 leaq -0x38(%rbp), %rdi movq %rdi, -0x108(%rbp) callq 0x134990 movq -0x108(%rbp), %rdi movl $0x3, -0x3c(%rbp) movl $0x3, -0x40(%rbp) movl $0x3, -0x44(%rbp) movl $0x3, -0x48(%rbp) movl $0x3, -0x4c(%rbp) movl $0x0, -0x50(%rbp) movl $0x1, -0x54(%rbp) mov...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidConvolution3DNonPositiveKernelSize()
int testInvalidConvolution3DNonPositiveKernelSize() { Specification::Model m1; int input_channels = 3; int output_channels = 3; int kernel_depth = 3; int kernel_height = 0; int kernel_width = 3; int nGroups = 1; int stride_depth = 1; int stride_height = 1; int stride_width = 1; ...
pushq %rbp movq %rsp, %rbp subq $0x1a0, %rsp # imm = 0x1A0 leaq -0x38(%rbp), %rdi movq %rdi, -0x108(%rbp) callq 0x134990 movq -0x108(%rbp), %rdi movl $0x3, -0x3c(%rbp) movl $0x3, -0x40(%rbp) movl $0x3, -0x44(%rbp) movl $0x0, -0x48(%rbp) movl $0x3, -0x4c(%rbp) movl $0x1, -0x50(%rbp) movl $0x1, -0x54(%rbp) mov...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidConvolution3D()
int testValidConvolution3D() { Specification::Model m1; int input_channels = 3; int output_channels = 3; int kernel_depth = 3; int kernel_height = 3; int kernel_width = 3; int nGroups = 1; int stride_depth = 1; int stride_height = 1; int stride_width = 1; int dilation_depth...
pushq %rbp movq %rsp, %rbp subq $0x1a0, %rsp # imm = 0x1A0 leaq -0x38(%rbp), %rdi movq %rdi, -0x108(%rbp) callq 0x134990 movq -0x108(%rbp), %rdi movl $0x3, -0x3c(%rbp) movl $0x3, -0x40(%rbp) movl $0x3, -0x44(%rbp) movl $0x3, -0x48(%rbp) movl $0x3, -0x4c(%rbp) movl $0x1, -0x50(%rbp) movl $0x1, -0x54(%rbp) mov...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidDeConvolution3D()
int testValidDeConvolution3D() { Specification::Model m1; int input_channels = 3; int output_channels = 3; int kernel_depth = 3; int kernel_height = 3; int kernel_width = 3; int nGroups = 1; int stride_depth = 1; int stride_height = 1; int stride_width = 1; int dilation_dept...
pushq %rbp movq %rsp, %rbp subq $0x1a0, %rsp # imm = 0x1A0 leaq -0x38(%rbp), %rdi movq %rdi, -0x108(%rbp) callq 0x134990 movq -0x108(%rbp), %rdi movl $0x3, -0x3c(%rbp) movl $0x3, -0x40(%rbp) movl $0x3, -0x44(%rbp) movl $0x3, -0x48(%rbp) movl $0x3, -0x4c(%rbp) movl $0x1, -0x50(%rbp) movl $0x1, -0x54(%rbp) mov...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidEmbeddingBias()
int testInvalidEmbeddingBias() { Specification::Model m1; int num_inputs = 5; int num_outputs = 3; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out3 = m1.mutabl...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc8(%rbp) callq 0x134990 movq -0xc8(%rbp), %rdi movl $0x5, -0x3c(%rbp) movl $0x3, -0x40(%rbp) callq 0x3f8a0 movq %rax, -0xc0(%rbp) jmp 0x6b70e movq -0xc0(%rbp), %rdi callq 0x39e50 movq %rax, -0xd0(%rbp) jmp 0x6b723...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidBatchnorm()
int testInvalidBatchnorm() { Specification::Model m1; int num_inputs = 5; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out3 = m1.mutable_description()->add_output()...
pushq %rbp movq %rsp, %rbp subq $0x160, %rsp # imm = 0x160 leaq -0x38(%rbp), %rdi movq %rdi, -0xc8(%rbp) callq 0x134990 movq -0xc8(%rbp), %rdi movl $0x5, -0x3c(%rbp) callq 0x3f8a0 movq %rax, -0xc0(%rbp) jmp 0x6be77 movq -0xc0(%rbp), %rdi callq 0x39e50 movq %rax, -0xd0(%rbp) jmp 0x6be8c movq -0xd0(%rbp), %rax...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidPaddingBorder()
int testInvalidPaddingBorder() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(5); auto *out3 = m1.mutable_description()->add_output(); out3->set_name(...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x6c5a0 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x6c5b5 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidPaddingNoType()
int testInvalidPaddingNoType() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(5); auto *out3 = m1.mutable_description()->add_output(); out3->set_name(...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x6c8c0 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x6c8d5 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidPadding()
int testValidPadding() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(5); auto *out3 = m1.mutable_description()->add_output(); out3->set_name("probs")...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x6cc00 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x6cc15 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidUpsample()
int testInvalidUpsample() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(5); shape->add_shape(5); shape->add_shape(5); auto *out3 = m1.mutable_des...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x6cf40 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x6cf55 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidUpsampleAlignCorners()
int testValidUpsampleAlignCorners() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(5); shape->add_shape(5); shape->add_shape(5); auto *out3 = m1.m...
pushq %rbp movq %rsp, %rbp subq $0x200, %rsp # imm = 0x200 leaq -0x38(%rbp), %rdi movq %rdi, -0xf8(%rbp) callq 0x134990 movq -0xf8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xf0(%rbp) jmp 0x6e400 movq -0xf0(%rbp), %rdi callq 0x39e50 movq %rax, -0x100(%rbp) jmp 0x6e415 movq -0x100(%rbp), %rax movq %rax, -0x40(%rb...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidSoftmax()
int testValidSoftmax() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(5); shape->add_shape(5); shape->add_shape(5); auto *out3 = m1.mutable_descri...
pushq %rbp movq %rsp, %rbp subq $0x130, %rsp # imm = 0x130 leaq -0x38(%rbp), %rdi movq %rdi, -0xb0(%rbp) callq 0x134990 movq -0xb0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xa8(%rbp) jmp 0x6ef80 movq -0xa8(%rbp), %rdi callq 0x39e50 movq %rax, -0xb8(%rbp) jmp 0x6ef95 movq -0xb8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidRank()
int testInvalidRank() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(5); shape->add_shape(5); shape->add_shape(5); auto *out3 = m1.mutable_descrip...
pushq %rbp movq %rsp, %rbp subq $0x130, %rsp # imm = 0x130 leaq -0x38(%rbp), %rdi movq %rdi, -0xb0(%rbp) callq 0x134990 movq -0xb0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xa8(%rbp) jmp 0x70000 movq -0xa8(%rbp), %rdi callq 0x39e50 movq %rax, -0xb8(%rbp) jmp 0x70015 movq -0xb8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidScaleWeights()
int testInvalidScaleWeights() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out3 = m1.mutable_description()->add_output(); out3->set_name("...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x71260 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x71275 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidScaleBiasWeights()
int testInvalidScaleBiasWeights() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out3 = m1.mutable_description()->add_output(); out3->set_na...
pushq %rbp movq %rsp, %rbp subq $0x160, %rsp # imm = 0x160 leaq -0x38(%rbp), %rdi movq %rdi, -0xc8(%rbp) callq 0x134990 movq -0xc8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xc0(%rbp) jmp 0x715c0 movq -0xc0(%rbp), %rdi callq 0x39e50 movq %rax, -0xd0(%rbp) jmp 0x715d5 movq -0xd0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidCrop1()
int testValidCrop1() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out3 = m1.mutable_description()->add_output(); out3->set_name("probs"); ...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x719d0 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x719e5 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidCrop1()
int testInvalidCrop1() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out3 = m1.mutable_description()->add_output(); out3->set_name("probs")...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x71d00 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x71d15 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidCrop2()
int testValidCrop2() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); shape->add_shape(234); shape->add_shape(332); auto *topIn2 = m1.mutable_de...
pushq %rbp movq %rsp, %rbp subq $0x5d0, %rsp # imm = 0x5D0 leaq -0x38(%rbp), %rdi movq %rdi, -0x280(%rbp) callq 0x134990 movq -0x280(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x278(%rbp) jmp 0x72030 movq -0x278(%rbp), %rdi callq 0x39e50 movq %rax, -0x288(%rbp) jmp 0x72045 movq -0x288(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidCrop2()
int testInvalidCrop2() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *topIn2 = m1.mutable_description()->add_input(); topIn2->set_name("inpu...
pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 leaq -0x38(%rbp), %rdi movq %rdi, -0xc8(%rbp) callq 0x134990 movq -0xc8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xc0(%rbp) jmp 0x73100 movq -0xc0(%rbp), %rdi callq 0x39e50 movq %rax, -0xd0(%rbp) jmp 0x73115 movq -0xd0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidCrop3()
int testInvalidCrop3() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); auto *chanShape = shape->mutable_shaperange()->add_sizeranges(); chanShape->set_lowerbound(6); cha...
pushq %rbp movq %rsp, %rbp subq $0x1b0, %rsp # imm = 0x1B0 leaq -0x38(%rbp), %rdi movq %rdi, -0xe0(%rbp) callq 0x134990 movq -0xe0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xd8(%rbp) jmp 0x734a0 movq -0xd8(%rbp), %rdi callq 0x39e50 movq %rax, -0xe8(%rbp) jmp 0x734b5 movq -0xe8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidSlice()
int testInvalidSlice() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->set_datatype(Specification::ArrayFeatureType_ArrayDataType_DOUBLE); shape->add_shape(10); s...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x739a0 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x739b5 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidSlice1()
int testValidSlice1() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->set_datatype(Specification::ArrayFeatureType_ArrayDataType_DOUBLE); shape->add_shape(17); sh...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x73d20 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x73d35 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidCustom()
int testValidCustom() { Specification::Model m1; m1.set_specificationversion(MLMODEL_SPECIFICATION_VERSION); auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->set_datatype(Specification::ArrayFea...
pushq %rbp movq %rsp, %rbp subq $0x1b0, %rsp # imm = 0x1B0 leaq -0x38(%rbp), %rdi movq %rdi, -0xd8(%rbp) callq 0x134990 movq -0xd8(%rbp), %rdi movl $0x7, %esi callq 0x46230 jmp 0x7441e leaq -0x38(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xe0(%rbp) jmp 0x74430 movq -0xe0(%rbp), %rdi callq 0x39e50 movq %rax, -0xe...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidCustomNoName()
int testInvalidCustomNoName() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->set_datatype(Specification::ArrayFeatureType_ArrayDataType_DOUBLE); shape->add_shape(10)...
pushq %rbp movq %rsp, %rbp subq $0x160, %rsp # imm = 0x160 leaq -0x38(%rbp), %rdi movq %rdi, -0xc8(%rbp) callq 0x134990 movq -0xc8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xc0(%rbp) jmp 0x74910 movq -0xc0(%rbp), %rdi callq 0x39e50 movq %rax, -0xd0(%rbp) jmp 0x74925 movq -0xd0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidCustomMultipleWeights()
int testInvalidCustomMultipleWeights() { Specification::Model m1; auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->set_datatype(Specification::ArrayFeatureType_ArrayDataType_DOUBLE); shape->add_...
pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 leaq -0x38(%rbp), %rdi movq %rdi, -0xd0(%rbp) callq 0x134990 movq -0xd0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xc8(%rbp) jmp 0x74c90 movq -0xc8(%rbp), %rdi callq 0x39e50 movq %rax, -0xd8(%rbp) jmp 0x74ca5 movq -0xd8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testSpecDowngradefp16()
int testSpecDowngradefp16() { Specification::Model m1; m1.set_specificationversion(MLMODEL_SPECIFICATION_VERSION); int output_channels = 5; int kernel_channels = 3; int kernel_height = 2; int kernel_width = 5; int nGroups = 1; auto *topIn = m1.mutable_description()->add_input(); t...
pushq %rbp movq %rsp, %rbp subq $0x230, %rsp # imm = 0x230 leaq -0x38(%rbp), %rdi movq %rdi, -0x130(%rbp) callq 0x134990 movq -0x130(%rbp), %rdi movl $0x7, %esi callq 0x46230 jmp 0x7553e movl $0x5, -0x48(%rbp) movl $0x3, -0x4c(%rbp) movl $0x2, -0x50(%rbp) movl $0x5, -0x54(%rbp) movl $0x1, -0x58(%rbp) leaq -0...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testSpecDowngradeFlexibleShapes()
int testSpecDowngradeFlexibleShapes() { Specification::Model m1; m1.set_specificationversion(MLMODEL_SPECIFICATION_VERSION_IOS12); auto *topIn = m1.mutable_description()->add_input(); topIn->set_name("input"); auto *array_type = topIn->mutable_type()->mutable_multiarraytype(); array_type->set_...
pushq %rbp movq %rsp, %rbp subq $0x1c0, %rsp # imm = 0x1C0 leaq -0x38(%rbp), %rdi movq %rdi, -0xd8(%rbp) callq 0x134990 movq -0xd8(%rbp), %rdi movl $0x3, %esi callq 0x46230 jmp 0x75c3e leaq -0x38(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xe0(%rbp) jmp 0x75c50 movq -0xe0(%rbp), %rdi callq 0x39e50 movq %rax, -0xe...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testValidBranch()
int testValidBranch() { Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = m.mutable_descriptio...
pushq %rbp movq %rsp, %rbp subq $0x250, %rsp # imm = 0x250 leaq -0x38(%rbp), %rdi movq %rdi, -0x180(%rbp) callq 0x134990 movq -0x180(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x178(%rbp) jmp 0x76d90 movq -0x178(%rbp), %rdi callq 0x39e50 movq %rax, -0x188(%rbp) jmp 0x76da5 movq -0x188(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidBranchOutputNotProduced2()
int testInvalidBranchOutputNotProduced2() { Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); shape->add_shape(1); auto *out = ...
pushq %rbp movq %rsp, %rbp subq $0x1d0, %rsp # imm = 0x1D0 leaq -0x38(%rbp), %rdi movq %rdi, -0x120(%rbp) callq 0x134990 movq -0x120(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x118(%rbp) jmp 0x778b0 movq -0x118(%rbp), %rdi callq 0x39e50 movq %rax, -0x128(%rbp) jmp 0x778c5 movq -0x128(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidLoop1()
int testInvalidLoop1() { /* no input, no condition network, 0 max loop */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); ...
pushq %rbp movq %rsp, %rbp subq $0x1d0, %rsp # imm = 0x1D0 leaq -0x38(%rbp), %rdi movq %rdi, -0x120(%rbp) callq 0x134990 movq -0x120(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x118(%rbp) jmp 0x78620 movq -0x118(%rbp), %rdi callq 0x39e50 movq %rax, -0x128(%rbp) jmp 0x78635 movq -0x128(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidLoop2()
int testInvalidLoop2() { /* condition network present but no condition variable */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarrayt...
pushq %rbp movq %rsp, %rbp subq $0x240, %rsp # imm = 0x240 leaq -0x38(%rbp), %rdi movq %rdi, -0x180(%rbp) callq 0x134990 movq -0x180(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x178(%rbp) jmp 0x78aa0 movq -0x178(%rbp), %rdi callq 0x39e50 movq %rax, -0x188(%rbp) jmp 0x78ab5 movq -0x188(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidLoop3()
int testInvalidLoop3() { /* condition variable present but no condition network */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarrayt...
pushq %rbp movq %rsp, %rbp subq $0x1d0, %rsp # imm = 0x1D0 leaq -0x38(%rbp), %rdi movq %rdi, -0x120(%rbp) callq 0x134990 movq -0x120(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x118(%rbp) jmp 0x79010 movq -0x118(%rbp), %rdi callq 0x39e50 movq %rax, -0x128(%rbp) jmp 0x79025 movq -0x128(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidLoop4()
int testInvalidLoop4() { /* condition network present, condition variable present, but condition var not in condition network */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shap...
pushq %rbp movq %rsp, %rbp subq $0x240, %rsp # imm = 0x240 leaq -0x38(%rbp), %rdi movq %rdi, -0x180(%rbp) callq 0x134990 movq -0x180(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x178(%rbp) jmp 0x794a0 movq -0x178(%rbp), %rdi callq 0x39e50 movq %rax, -0x188(%rbp) jmp 0x794b5 movq -0x188(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidLoop5()
int testInvalidLoop5() { /* output blob not generated outside the loop */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); ...
pushq %rbp movq %rsp, %rbp subq $0x230, %rsp # imm = 0x230 leaq -0x38(%rbp), %rdi movq %rdi, -0x178(%rbp) callq 0x134990 movq -0x178(%rbp), %rdi callq 0x3f8a0 movq %rax, -0x170(%rbp) jmp 0x79a20 movq -0x170(%rbp), %rdi callq 0x39e50 movq %rax, -0x180(%rbp) jmp 0x79a35 movq -0x180(%rbp), %rax movq %rax, -0x40...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidLoopContinue()
int testInvalidLoopContinue() { /* loop continue layer not inside a loop */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto *shape = topIn->mutable_type()->mutable_multiarraytype(); ...
pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x7a290 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x7a2a5 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidRankInconsistency()
int testInvalidRankInconsistency() { /* A -> relu1 -> B -> relu2 -> C rank of B when output of relu1 : 1 rank of B when input of relu2: 2 (makes the model invalid) */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mut...
pushq %rbp movq %rsp, %rbp subq $0x160, %rsp # imm = 0x160 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x7a5f0 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x7a605 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidExpandDims1()
int testInvalidExpandDims1() { /* A -> expand dims -> B shape of A: (2) shape of B: (2, 1, 1) axes parameter = [-1] */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto ...
pushq %rbp movq %rsp, %rbp subq $0x160, %rsp # imm = 0x160 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x7a9f0 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x7aa05 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidPoolingRank2()
int testInvalidPoolingRank2() { /* A -> pooling -> B invalid since the rank of the input and output is not same, in the proto */ Specification::Model m; auto *topIn = m.mutable_description()->add_input(); topIn->set_name("A"); topIn->mutable_type()->mutable_multiarraytype(); auto ...
pushq %rbp movq %rsp, %rbp subq $0x150, %rsp # imm = 0x150 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x7b950 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x7b965 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidSoftmaxNdWrongAxis()
int testInvalidSoftmaxNdWrongAxis() { Specification::Model m; auto *in = m.mutable_description()->add_input(); in->set_name("input"); auto *inShape = in->mutable_type()->mutable_multiarraytype(); inShape->add_shape(3); inShape->add_shape(5); inShape->add_shape(2); auto *out = m.mutabl...
pushq %rbp movq %rsp, %rbp subq $0x190, %rsp # imm = 0x190 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x7ca20 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x7ca35 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidFillStaticNoTargetShape()
int testInvalidFillStaticNoTargetShape() { Specification::Model m; auto *in = m.mutable_description()->add_input(); in->set_name("input"); auto *inShape = in->mutable_type()->mutable_multiarraytype(); inShape->add_shape(3); inShape->add_shape(5); inShape->add_shape(2); auto *out = m.m...
pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 leaq -0x38(%rbp), %rdi movq %rdi, -0xb8(%rbp) callq 0x134990 movq -0xb8(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb0(%rbp) jmp 0x7d380 movq -0xb0(%rbp), %rdi callq 0x39e50 movq %rax, -0xc0(%rbp) jmp 0x7d395 movq -0xc0(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp
testInvalidSplitNdWrongNumSplits()
int testInvalidSplitNdWrongNumSplits() { Specification::Model m; auto *in = m.mutable_description()->add_input(); in->set_name("input"); auto *inShape = in->mutable_type()->mutable_multiarraytype(); inShape->add_shape(3); inShape->add_shape(5); inShape->add_shape(2); auto *out = m.mut...
pushq %rbp movq %rsp, %rbp subq $0x190, %rsp # imm = 0x190 leaq -0x38(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x134990 movq -0xc0(%rbp), %rdi callq 0x3f8a0 movq %rax, -0xb8(%rbp) jmp 0x7eb40 movq -0xb8(%rbp), %rdi callq 0x39e50 movq %rax, -0xc8(%rbp) jmp 0x7eb55 movq -0xc8(%rbp), %rax movq %rax, -0x40(%rbp)...
/hollance[P]coremltools/mlmodel/tests/NNValidatorTests.cpp