Home
last modified time | relevance | path

Searched refs:max_unpooling (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_composite_functions_tf.cc307 ConvertMaxUnpoolingFunc max_unpooling(func, attr); in ConvertTFImplementsWithAttributes() local
308 if (failed(max_unpooling.VerifySignature()) || in ConvertTFImplementsWithAttributes()
309 failed(max_unpooling.RewriteFunc())) { in ConvertTFImplementsWithAttributes()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
DBUILD289 name = "max_unpooling",
290 srcs = ["max_unpooling.cc"],
291 hdrs = ["max_unpooling.h"],
311 ":max_unpooling",
772 "max_unpooling",
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
DBUILD126 "//tensorflow/lite/delegates/gpu/common/tasks:max_unpooling",
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
DBUILD517 name = "max_unpooling",
518 srcs = ["max_unpooling.cc"],
519 hdrs = ["max_unpooling.h"],
535 ":max_unpooling",