Searched defs:modelSize (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | ValidateModel.cpp | 413 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() 460 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local 507 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() 545 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
H A D | ValidateModel.cpp | 438 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() 485 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local 533 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() 571 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | ValidateModel.cpp | 507 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() 554 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local 602 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() 640 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | ValidateModel.cpp | 529 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() 578 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local 626 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() 666 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | ValidateModel.cpp | 535 static std::vector<OperandLifeTime> getInvalidLifeTimes(const Model& model, size_t modelSize, in getInvalidLifeTimes() 584 const size_t modelSize = sizeForBinder(model); in mutateOperandLifeTimeTest() local 636 static std::optional<OperandLifeTime> getInputOutputLifeTime(const Model& model, size_t modelSize, in getInputOutputLifeTime() 677 const size_t modelSize = sizeForBinder(model); in mutateOperandInputOutputTest() local
|