Searched refs:resize_image (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | ResizeImageOps.cpp | 25 namespace resize_image { namespace 82 return resize_image::validate(OperationType::RESIZE_BILINEAR, context); in __anon10c755e60102() 86 return resize_image::validate( in __anon10c755e60202()
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | ResizeImageOps.cpp | 42 namespace resize_image { namespace 262 RESIZE_BILINEAR, std::bind(resize_image::prepare, OperationType::RESIZE_BILINEAR, _1), 263 std::bind(resize_image::execute, OperationType::RESIZE_BILINEAR, _1), 267 std::bind(resize_image::prepare, 269 std::bind(resize_image::execute,
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | ResizeImageOps.h | 22 namespace android::nn::resize_image {
|