Home
last modified time | relevance | path

Searched refs:modelSize (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateModel.cpp411 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() argument
449 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInvalidLifeTimes()
458 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local
461 getInvalidLifeTimes(model, modelSize, model.operands[operand]); in mutateOperandLifeTimeTest()
505 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() argument
517 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInputOutputLifeTime()
543 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
546 getInputOutputLifeTime(model, modelSize, model.operands[operand]); in mutateOperandInputOutputTest()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateModel.cpp436 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() argument
474 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInvalidLifeTimes()
483 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local
486 getInvalidLifeTimes(model, modelSize, model.operands[operand]); in mutateOperandLifeTimeTest()
531 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() argument
543 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInputOutputLifeTime()
569 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
572 getInputOutputLifeTime(model, modelSize, model.operands[operand]); in mutateOperandInputOutputTest()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp505 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() argument
543 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInvalidLifeTimes()
552 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local
555 getInvalidLifeTimes(model, modelSize, model.operands[operand]); in mutateOperandLifeTimeTest()
600 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() argument
612 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInputOutputLifeTime()
638 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
641 getInputOutputLifeTime(model, modelSize, model.operands[operand]); in mutateOperandInputOutputTest()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateModel.cpp527 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() argument
567 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInvalidLifeTimes()
576 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local
579 getInvalidLifeTimes(model, modelSize, model.main.operands[operand]); in mutateOperandLifeTimeTest()
624 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() argument
636 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInputOutputLifeTime()
664 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
667 getInputOutputLifeTime(model, modelSize, model.main.operands[operand]); in mutateOperandInputOutputTest()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DValidateModel.cpp562 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() argument
602 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInvalidLifeTimes()
611 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local
614 getInvalidLifeTimes(model, modelSize, model.main.operands[operand]); in mutateOperandLifeTimeTest()
663 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() argument
675 exceedsBinderSizeLimit(modelSize + constantCopyExtraSize(model, operandSize))) { in getInputOutputLifeTime()
704 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
707 getInputOutputLifeTime(model, modelSize, model.main.operands[operand]); in mutateOperandInputOutputTest()