OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReduceOp
(Results
1 - 4
of
4
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorArgMax.h
134
template<typename
ReduceOp
, typename Dims, typename XprType>
135
struct traits<TensorTupleReducerOp<
ReduceOp
, Dims, XprType> > : public traits<XprType>
147
template<typename
ReduceOp
, typename Dims, typename XprType>
148
struct eval<TensorTupleReducerOp<
ReduceOp
, Dims, XprType>, Eigen::Dense>
150
typedef const TensorTupleReducerOp<
ReduceOp
, Dims, XprType>& type;
153
template<typename
ReduceOp
, typename Dims, typename XprType>
154
struct nested<TensorTupleReducerOp<
ReduceOp
, Dims, XprType>, 1,
155
typename eval<TensorTupleReducerOp<
ReduceOp
, Dims, XprType> >::type>
157
typedef TensorTupleReducerOp<
ReduceOp
, Dims, XprType> type;
162
template<typename
ReduceOp
, typename Dims, typename XprType
[
all
...]
TensorForwardDeclarations.h
38
template<typename
ReduceOp
, typename Dims, typename XprType> class TensorTupleReducerOp;
/libcore/ojluni/src/main/java/java/util/stream/
ReduceOps.java
88
return new
ReduceOp
<T, U, ReducingSink>(StreamShape.REFERENCE) {
138
return new
ReduceOp
<T, Optional<T>, ReducingSink>(StreamShape.REFERENCE) {
153
* @return a {@code
ReduceOp
} implementing the reduction
177
return new
ReduceOp
<T, I, ReducingSink>(StreamShape.REFERENCE) {
228
return new
ReduceOp
<T, R, ReducingSink>(StreamShape.REFERENCE) {
271
return new
ReduceOp
<Integer, Integer, ReducingSink>(StreamShape.INT_VALUE) {
321
return new
ReduceOp
<Integer, OptionalInt, ReducingSink>(StreamShape.INT_VALUE) {
338
* @return A {@code
ReduceOp
} implementing the reduction
364
return new
ReduceOp
<Integer, R, ReducingSink>(StreamShape.INT_VALUE) {
407
return new
ReduceOp
<Long, Long, ReducingSink>(StreamShape.LONG_VALUE)
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 485 milliseconds