Home
last modified time | relevance | path

Searched defs:DenseIndex (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsplit_lib_cpu.cc31 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_indices, in operator ()()
Dsplit_lib_gpu.cu.cc37 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_indices, in operator ()()
46 const Eigen::DSizes<Eigen::DenseIndex, 2>& slice_indices, in operator ()()
Dgather_nd_op_cpu_impl.h55 const Index loc, Eigen::array<Eigen::DenseIndex, IXDIM + 1>* ix) const { in GenerateIndices()
Ddata_format_ops.cc127 void ComputeDstIndex(int num_dim, Eigen::DSizes<Eigen::DenseIndex, 8>* dst) { in ComputeDstIndex()
Dmatmul_op.cc77 const Eigen::array<Eigen::IndexPair<Eigen::DenseIndex>, 1>& dim_pair, in ExplicitVectorMatrixOptimization()
107 const Eigen::array<Eigen::IndexPair<Eigen::DenseIndex>, 1>& dim_pair, in ExplicitVectorMatrixOptimization()
Dscatter_nd_op_gpu.cu.cc84 const Eigen::array<Eigen::DenseIndex, IXDIM> output_shape_prefix, in ScatterNdOpKernel()
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.h200 const TensorShape& shape, Eigen::DSizes<Eigen::DenseIndex, NDIMS>* indices, in FillIndicesAndSizes()
Dtensor.h777 Eigen::array<Eigen::DenseIndex, NDIMS>* dims) const { in FillDimsAndValidateCompatibleShape()
790 Eigen::array<Eigen::DenseIndex, NDIMS>* dims) const { in FillDimsAndValidateCompatibleShape()
/external/eigen/Eigen/src/Core/util/
DMeta.h25 typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE DenseIndex; typedef
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorIndexList.h43 EIGEN_DEVICE_FUNC constexpr operator DenseIndex() const { return n; } in DenseIndex() function
DTensorRef.h66 EIGEN_DEVICE_FUNC virtual Scalar& coeffRef(DenseIndex /*index*/) { in coeffRef() argument