OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MeanReducer
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFunctors.h
141
template <typename T> struct
MeanReducer
147
MeanReducer
() : scalarCount_(0), packetCount_(0) { }
187
struct reducer_traits<
MeanReducer
<T>, Device> {
TensorBase.h
537
const TensorReductionOp<internal::
MeanReducer
<CoeffReturnType>, const Dims, const Derived>
539
return TensorReductionOp<internal::
MeanReducer
<CoeffReturnType>, const Dims, const Derived>(derived(), dims, internal::
MeanReducer
<CoeffReturnType>());
542
const TensorReductionOp<internal::
MeanReducer
<CoeffReturnType>, const DimensionList<Index, NumDimensions>, const Derived>
545
return TensorReductionOp<internal::
MeanReducer
<CoeffReturnType>, const DimensionList<Index, NumDimensions>, const Derived>(derived(), in_dims, internal::
MeanReducer
<CoeffReturnType>());
[
all
...]
Completed in 681 milliseconds