Home
last modified time | relevance | path

Searched defs:DenseIndex (Results 1 – 10 of 10) 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.cc36 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_indices, in operator ()()
45 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.cc203 Eigen::DSizes<Eigen::DenseIndex, 8>* dst) { in ComputeDstIndex()
Dscatter_nd_op_gpu.cu.cc100 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.h805 Eigen::array<Eigen::DenseIndex, NDIMS>* dims) const { in FillDimsAndValidateCompatibleShape()
818 Eigen::array<Eigen::DenseIndex, NDIMS>* dims) const { in FillDimsAndValidateCompatibleShape()
/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
/external/eigen/Eigen/src/Core/util/
DMeta.h25 typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE DenseIndex; typedef