Home
last modified time | relevance | path

Searched refs:SelectMaxUnpooling (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.h43 std::unique_ptr<GPUOperation> SelectMaxUnpooling(
Dsimple_selectors.cc70 std::unique_ptr<GPUOperation> SelectMaxUnpooling( in SelectMaxUnpooling() function
Doperation_selector.cc426 *gpu_op = SelectMaxUnpooling(attr, op_def); in GPUOperationFromNode()