Home
last modified time | relevance | path

Searched defs:max_unpooling (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/maxunpool/generic/neon/
H A Dimpl.cpp32 void max_unpooling(const ITensor *input, const ITensor *indices, ITensor *output, const Window &win… in max_unpooling() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dprepare_composite_functions_tf.cc354 ConvertMaxUnpoolingFunc max_unpooling(func, attr); in ConvertTFImplementsWithAttributes() local