Searched defs:AVG (Results 1 – 7 of 7) sorted by relevance
| /external/libmpeg2/common/ |
| D | icv_macros.h | 52 #define AVG(a,b) (((a) + (b) + 1) >> 1) macro
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | pooling_ops_3d.h | 25 enum PoolingType { MAX, AVG }; enumerator
|
| /external/icing/proto/icing/proto/ |
| D | search.proto | 556 AVG = 3; enumerator
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 227 AVG, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 224 AVG, enumerator
|
| /external/ComputeLibrary/arm_compute/core/ |
| D | Types.h | 562 AVG, /**< Average Pooling */ enumerator
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 1829 if (SDValue AVG = combineShiftToAVG(Op, TLO.DAG, *this, DemandedBits, in SimplifyDemandedBits() local 1910 if (SDValue AVG = combineShiftToAVG(Op, TLO.DAG, *this, DemandedBits, in SimplifyDemandedBits() local
|