HomeSort by relevance Sort by last modified time
    Searched refs:TensorContractionSubMapper (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions.h 50 typedef TensorContractionSubMapper<
232 friend class TensorContractionSubMapper<
460 class TensorContractionSubMapper<
481 typedef TensorContractionSubMapper<
492 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorContractionSubMapper(
500 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorContractionSubMapper(
633 TensorContractionSubMapper<
642 typedef TensorContractionSubMapper<
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 337 class TensorContractionSubMapper {
343 typedef TensorContractionSubMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment> Self;
352 EIGEN_DEVICE_FUNC TensorContractionSubMapper(const ParentMapper& base_mapper, Index vert_offset, Index horiz_offset)
442 typedef TensorContractionSubMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, inner_dim_reordered, Alignment> SubMapper;

Completed in 248 milliseconds