OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_leftImpl
(Results
1 - 6
of
6
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorAssign.h
107
m_leftImpl
(op.lhsExpression(), device),
122
eigen_assert(dimensions_match(
m_leftImpl
.dimensions(), m_rightImpl.dimensions()));
123
m_leftImpl
.evalSubExprsIfNeeded(NULL);
124
// If the lhs provides raw access to its storage area (i.e. if
m_leftImpl
.data() returns a non
128
return m_rightImpl.evalSubExprsIfNeeded(
m_leftImpl
.data());
131
m_leftImpl
.cleanup();
136
m_leftImpl
.coeffRef(i) = m_rightImpl.coeff(i);
141
m_leftImpl
.template writePacket<LhsStoreMode>(i, m_rightImpl.template packet<RhsLoadMode>(i));
145
return
m_leftImpl
.coeff(index);
150
return
m_leftImpl
.template packet<LoadMode>(index)
[
all
...]
TensorConcatenation.h
128
:
m_leftImpl
(op.lhsExpression(), device), m_rightImpl(op.rhsExpression(), device), m_axis(op.axis())
135
const Dimensions& lhs_dims =
m_leftImpl
.dimensions();
182
m_leftImpl
.evalSubExprsIfNeeded(NULL);
189
m_leftImpl
.cleanup();
213
const Dimensions& left_dims =
m_leftImpl
.dimensions();
227
return
m_leftImpl
.coeff(left_index);
269
const double lhs_size =
m_leftImpl
.dimensions().TotalSize();
272
m_leftImpl
.costPerCoeff(vectorized) +
285
TensorEvaluator<LeftArgType, Device>
m_leftImpl
;
326
const Dimensions& left_dims = this->
m_leftImpl
.dimensions()
[
all
...]
TensorEvaluator.h
376
m_leftImpl
(op.lhsExpression(), device),
380
eigen_assert(dimensions_match(
m_leftImpl
.dimensions(), m_rightImpl.dimensions()));
393
return
m_leftImpl
.dimensions();
397
m_leftImpl
.evalSubExprsIfNeeded(NULL);
402
m_leftImpl
.cleanup();
408
return m_functor(
m_leftImpl
.coeff(index), m_rightImpl.coeff(index));
413
return m_functor.packetOp(
m_leftImpl
.template packet<LoadMode>(index), m_rightImpl.template packet<LoadMode>(index));
419
return
m_leftImpl
.costPerCoeff(vectorized) +
426
const TensorEvaluator<LeftArgType, Device>& left_impl() const { return
m_leftImpl
; }
434
TensorEvaluator<LeftArgType, Device>
m_leftImpl
;
[
all
...]
TensorContraction.h
154
:
m_leftImpl
(choose(Cond<static_cast<int>(Layout) == static_cast<int>(ColMajor)>(),
171
eval_left_dims[i] =
m_leftImpl
.dimensions()[i];
184
eval_left_dims[i] =
m_leftImpl
.dimensions()[LDims - i - 1];
331
m_leftImpl
.evalSubExprsIfNeeded(NULL);
407
LhsMapper lhs(
m_leftImpl
, m_left_nocontract_strides, m_i_strides,
472
LhsMapper lhs(this->
m_leftImpl
, this->m_left_nocontract_strides, this->m_i_strides,
517
m_leftImpl
.cleanup();
563
TensorEvaluator<EvalLeftArgType, Device>
m_leftImpl
;
TensorContractionThreadPool.h
283
LhsMapper lhs(this->
m_leftImpl
, this->m_left_nocontract_strides,
[
all
...]
TensorContractionCuda.h
[
all
...]
Completed in 313 milliseconds