#include <TensorFunctors.h>
◆ finalize()
template<typename T , int NaNPropagation = PropagateFast>
◆ finalizeBoth()
template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
241 scalar_min_op<T, T, NaNPropagation>
op;
242 return op(saccum,
op.predux(vaccum));
char char * op
Definition: level2_impl.h:374
References op.
◆ finalizePacket()
template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
◆ initialize()
template<typename T , int NaNPropagation = PropagateFast>
◆ initializePacket()
template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
◆ reduce()
template<typename T , int NaNPropagation = PropagateFast>
219 scalar_min_op<T, T, NaNPropagation>
op;
220 *accum =
op(
t, *accum);
t
Definition: plotPSD.py:36
References op, and plotPSD::t.
◆ reducePacket()
template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
224 scalar_min_op<T, T, NaNPropagation>
op;
225 (*accum) =
op.packetOp(*accum,
p);
float * p
Definition: Tutorial_Map_using.cpp:9
References op, and p.
The documentation for this struct was generated from the following file: