#include <TensorFunctors.h>
◆ finalize()
template<typename T , int NaNPropagation = PropagateFast>
◆ finalizeBoth()
template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
201 scalar_max_op<T, T, NaNPropagation>
op;
202 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>
179 scalar_max_op<T, T, NaNPropagation>
op;
180 *accum =
op(
t, *accum);
t
Definition: plotPSD.py:36
References op, and plotPSD::t.
◆ reducePacket()
template<typename T , int NaNPropagation = PropagateFast>
template<typename Packet >
184 scalar_max_op<T, T, NaNPropagation>
op;
185 (*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: