HomeSort by relevance Sort by last modified time
    Searched refs:costPerCoeff (Results 1 - 25 of 30) sorted by null

1 2

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorEvaluator.h 106 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
205 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
269 costPerCoeff(bool vectorized) const {
338 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
340 return m_argImpl.costPerCoeff(vectorized) +
417 costPerCoeff(bool vectorized) const {
419 return m_leftImpl.costPerCoeff(vectorized) +
420 m_rightImpl.costPerCoeff(vectorized) +
516 costPerCoeff(bool vectorized) const {
518 return m_arg1Impl.costPerCoeff(vectorized)
    [all...]
TensorArgMax.h 116 costPerCoeff(bool vectorized) const {
117 return m_impl.costPerCoeff(vectorized) + TensorOpCost(0, 0, 1);
258 costPerCoeff(bool vectorized) const {
261 return m_orig_impl.costPerCoeff(vectorized) +
262 m_impl.costPerCoeff(vectorized) + TensorOpCost(0, 0, compute_cost);
TensorAssign.h 154 costPerCoeff(bool vectorized) const {
158 TensorOpCost left = m_leftImpl.costPerCoeff(vectorized);
159 return m_rightImpl.costPerCoeff(vectorized) +
TensorEvalTo.h 155 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
158 return m_impl.costPerCoeff(vectorized) +
TensorLayoutSwap.h 158 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
159 return m_impl.costPerCoeff(vectorized);
TensorConversion.h 233 costPerCoeff(bool vectorized) const {
240 return m_impl.costPerCoeff(vectorized) * (SrcCoeffRatio / PacketSize) +
243 return m_impl.costPerCoeff(vectorized) + TensorOpCost(0, 0, cast_cost);
TensorExecutor.h 154 device.parallelFor(size, evaluator.costPerCoeff(Vectorizable),
163 size, evaluator.costPerCoeff(Vectorizable), num_threads);
TensorInflation.h 203 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
211 return m_impl.costPerCoeff(vectorized) +
TensorReverse.h 212 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
221 return m_impl.costPerCoeff(vectorized) +
TensorShuffling.h 180 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
184 return m_impl.costPerCoeff(vectorized) +
TensorConcatenation.h 264 costPerCoeff(bool vectorized) const {
272 m_leftImpl.costPerCoeff(vectorized) +
274 m_rightImpl.costPerCoeff(vectorized) +
TensorMorphing.h 145 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
146 return m_impl.costPerCoeff(vectorized);
456 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
457 return m_impl.costPerCoeff(vectorized) + TensorOpCost(0, 0, NumDims);
806 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
807 return m_impl.costPerCoeff(vectorized) + TensorOpCost(0, 0, NumDims);
    [all...]
TensorBroadcasting.h 352 costPerCoeff(bool vectorized) const {
371 return m_impl.costPerCoeff(vectorized) +
TensorCustomOp.h 136 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
291 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
TensorPatch.h 248 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
252 return m_impl.costPerCoeff(vectorized) +
TensorStriding.h 211 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
220 return m_impl.costPerCoeff(vectorized && m_inputStrides[innerDim] == 1) +
TensorForcedEval.h 147 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
TensorGenerator.h 149 costPerCoeff(bool) const {
TensorConvolution.h 452 costPerCoeff(bool vectorized) const {
462 kernel_size * (m_inputImpl.costPerCoeff(vectorized) +
463 m_kernelImpl.costPerCoeff(vectorized) +
    [all...]
TensorChipping.h 245 costPerCoeff(bool vectorized) const {
262 return m_impl.costPerCoeff(vectorized) +
TensorImagePatch.h 437 costPerCoeff(bool vectorized) const {
444 return m_impl.costPerCoeff(vectorized) +
TensorPadding.h 189 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
190 TensorOpCost cost = m_impl.costPerCoeff(vectorized);
TensorScan.h 188 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool) const {
TensorReduction.h 259 self.m_impl.costPerCoeff(Vectorizable) +
654 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff(bool vectorized) const {
660 return m_impl.costPerCoeff(vectorized) * num_values_to_reduce +
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mirror_pad_op.h 236 costPerCoeff(bool vectorized) const {
243 return impl_.costPerCoeff(vectorized) +

Completed in 262 milliseconds

1 2