Home
last modified time | relevance | path

Searched defs:accumulate (Results 1 – 25 of 88) sorted by relevance

1234

/external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/
Daccumulate.h25 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in accumulate() function
39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) in accumulate() function
/external/tensorflow/tensorflow/core/util/
Dgpu_device_functions.h580 __device__ T GpuAtomicCasHelper(T* ptr, F accumulate) { in GpuAtomicCasHelper()
594 __device__ float GpuAtomicCasHelper(float* ptr, F accumulate) { in GpuAtomicCasHelper()
601 __device__ double GpuAtomicCasHelper(double* ptr, F accumulate) { in GpuAtomicCasHelper()
635 __device__ Eigen::half GpuAtomicCasHelper(Eigen::half* ptr, F accumulate) { in GpuAtomicCasHelper()
667 __device__ long long GpuAtomicCasHelper(long long* ptr, F accumulate) { in GpuAtomicCasHelper()
/external/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm195 .accumulate: label
/external/rust/crates/nom/tests/
Dfnmut.rs24 fn accumulate() { in accumulate() function
/external/libvpx/vp8/common/x86/
Dmfqe_sse2.asm194 .accumulate: label
/external/skia/src/gpu/tessellate/
DLinearTolerances.h105 void accumulate(const LinearTolerances& tolerances) { in accumulate() function
/external/ComputeLibrary/tests/validation/reference/
DAccumulate.cpp38 SimpleTensor<T2> accumulate(const SimpleTensor<T1> &src, DataType output_data_type) in accumulate() function
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp59 bool accumulate = true; in do_test() local
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
Dlcm.pass.cpp58 bool accumulate = true; in do_test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp59 bool accumulate = true; in do_test() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_dot_6x16/
Da55.cpp36 const int32_t *, Activation, bool accumulate in a64_hybrid_s8s32_dot_6x16_a55()
Dgeneric.cpp36 const int32_t *, Activation, bool accumulate in a64_hybrid_s8s32_dot_6x16()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/numeric.ops.lcm/
Dlcm.pass.cpp56 bool accumulate = true; in do_test() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_mmla_6x16/
Dgeneric.cpp36 const uint32_t *, Activation, bool accumulate in a64_hybrid_u8u32_mmla_6x16()
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_dot_6x4VL/
Dgeneric.cpp36 const uint32_t *, Activation, bool accumulate in sve_hybrid_u8u32_dot_6x4VL()
Da64fx.cpp36 const uint32_t *, Activation, bool accumulate in sve_hybrid_u8u32_dot_6x4VL_a64fx()
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_dot_6x4VL/
Da64fx.cpp36 const int32_t *, Activation, bool accumulate in sve_hybrid_s8s32_dot_6x4VL_a64fx()
Dgeneric.cpp36 const int32_t *, Activation, bool accumulate in sve_hybrid_s8s32_dot_6x4VL()
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_u8u32_dot_6x16/
Dgeneric.cpp36 const uint32_t *, Activation, bool accumulate in a64_hybrid_u8u32_dot_6x16()
Da55.cpp36 const uint32_t *, Activation, bool accumulate in a64_hybrid_u8u32_dot_6x16_a55()
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_s8s32_mmla_6x16/
Dgeneric.cpp36 const int32_t *, Activation, bool accumulate in a64_hybrid_s8s32_mmla_6x16()
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_s8s32_mmla_6x4VL/
Dgeneric.cpp36 const int32_t *, Activation, bool accumulate in sve_hybrid_s8s32_mmla_6x4VL()
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_u8u32_mmla_6x4VL/
Dgeneric.cpp36 const uint32_t *, Activation, bool accumulate in sve_hybrid_u8u32_mmla_6x4VL()
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/sve_hybrid_fp32_mla_6x4VL/
Dgeneric.cpp37 const float *bias, Activation act, bool accumulate in sve_hybrid_fp32_mla_6x4VL()
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/kernels/a64_hybrid_fp32_mla_8x4/
Da55.cpp37 const float *bias, Activation act, bool accumulate in a64_hybrid_fp32_mla_8x4_a55()

1234