/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/ |
H A D | core_named_ops.py | 1460 """Performs sum pooling. 1484 """Performs sum pooling. 1508 """Performs max pooling. 1530 """Performs unsigned max pooling. 1552 """Performs max pooling. 1580 """Performs min pooling. 1602 """Performs unsigned min pooling. 1624 """Performs sum pooling. 1646 """Performs sum pooling. 1668 """Performs max pooling [all...] |
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | aix-xcoff-used-with-stringpool.ll |
|
/llvm-project/mlir/docs/Dialects/Linalg/ |
H A D | OpDSL.md | 158 example is the pooling operation that takes a shape-only tensor to define the 177 The pooling operation does not access the shape-only tensor `K`. Instead, the
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgNamedStructuredOps.yaml | 5287 Performs sum pooling. 5370 Performs sum pooling. 5453 Performs max pooling. 5532 Performs unsigned max pooling. 5611 Performs max pooling. 5690 Performs min pooling. 5769 Performs unsigned min pooling. 5848 Performs sum pooling. 5921 Performs sum pooling. 5994 Performs max pooling [all...] |
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/ |
H A D | TosaUtilOps.td | 36 multiple quantized operations (mul, convolution, rescale, matmul, pooling).
|
H A D | TosaOps.td | 67 let summary = "Performs average pooling on the input."; 70 This performs an average pooling over the given input tensor. A sliding 277 let summary = "Performs max pooling on the input."; 280 This performs a max pooling over the given input tensor. A sliding window of
|
/llvm-project/mlir/test/python/dialects/linalg/opdsl/ |
H A D | emit_pooling.py | 36 # Pooling indexing maps.
|
H A D | emit_misc.py | 11 # fill, matmul, convolution, or pooling tests. The features include:
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 3273 // Do not do for pooling. in depthwiseConv() 3285 // arith operation for pooling in depthwiseConv() 3703 /// {{n, strideW * w + dilationW * kw, c}, {kw}, {n, w, c}} for pooling 3709 "failed to match pooling 3-par 1-red"); 3717 return rewriter.notifyMatchFailure(op, "not a pooling::Nwc layout"); 3721 /// {{n, c, strideW * w + dilationW * kw}, {kw}, {n, c, w}} for pooling 3727 "failed to match pooling 3-par 1-red"); 3734 return rewriter.notifyMatchFailure(op, "not a pooling::Ncw layout"); 3769 // Sets oper, poolExtOp and isPoolExt for valid conv/pooling ops. 3770 // Returns true iff it is a valid conv/pooling o [all...] |
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
H A D | sparse_pooling_nhwc.mlir | 78 // Sparse pooling should have the same output.
|
/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Graph.h | 392 /// pooling allocator). These have already been uniqued, so we can avoid 430 /// pooling allocator). These have already been uniqued, so we can avoid
|
/llvm-project/llvm/cmake/modules/ |
H A D | HandleLLVMOptions.cmake | 58 message(WARNING "Job pooling is only available with Ninja generators.") 88 message(WARNING "Job pooling is only available with Ninja generators.") 106 message(WARNING "Job pooling is only available with Ninja generators.")
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMergeStringPool.cpp |
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalgNamed.cpp | 800 // Create the linalg op that performs pooling. in matchAndRewrite() 867 // Create the linalg op that performs pooling. in matchAndRewrite()
|
/llvm-project/mlir/test/Conversion/TosaToLinalg/ |
H A D | tosa-to-linalg-named.mlir | 294 // Fill the pooling target: 315 // Divide the sum pooling by the number of summed values. 378 // Fill the pooling target: 399 // Divide the sum pooling by the number of summed values.
|
/llvm-project/mlir/docs/DefiningDialects/ |
H A D | Operations.md | 114 let summary = "Performs average pooling on the input.";
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaOps.cpp | 1701 // Batch and number of channels are identical for pooling layer. in inferReturnTypeComponents()
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 8594 HelpText<"Enable string pooling (default)">; 8595 def _SLASH_GF_ : CLFlag<"GF-">, HelpText<"Disable string pooling">,
|