Home
last modified time | relevance | path

Searched defs:max_pool (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py4848 def max_pool(value, function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc4169 Output max_pool = ops::MaxPool(s.WithOpName("max_pool"), neg, {1, 2, 2, 1}, in TEST_F() local
4230 Output max_pool = ops::MaxPool(s.WithOpName("max_pool"), sqrt, {1, 2, 2, 1}, in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass.cc896 string max_pool; member
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc3778 auto max_pool = llvm::dyn_cast<MaxPool2DOp>(op); in GetArithmeticCount() local