Searched refs:resize_image (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | ResizeImageOps.cpp | 36 namespace resize_image { namespace 323 std::bind(resize_image::validate, OperationType::RESIZE_BILINEAR, _1), 324 std::bind(resize_image::prepare, OperationType::RESIZE_BILINEAR, _1), 325 std::bind(resize_image::execute, OperationType::RESIZE_BILINEAR, _1), 329 std::bind(resize_image::validate, OperationType::RESIZE_NEAREST_NEIGHBOR, _1), 330 std::bind(resize_image::prepare, OperationType::RESIZE_NEAREST_NEIGHBOR, _1), 331 std::bind(resize_image::execute, OperationType::RESIZE_NEAREST_NEIGHBOR, _1),
|