Searched defs:DenseIndex (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | split_lib_cpu.cc | 31 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_indices, in operator ()()
|
D | split_lib_gpu.cu.cc | 36 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_indices, in operator ()() 45 const Eigen::DSizes<Eigen::DenseIndex, 2>& slice_indices, in operator ()()
|
D | gather_nd_op_cpu_impl.h | 55 const Index loc, Eigen::array<Eigen::DenseIndex, IXDIM + 1>* ix) const { in GenerateIndices()
|
D | data_format_ops.cc | 203 Eigen::DSizes<Eigen::DenseIndex, 8>* dst) { in ComputeDstIndex()
|
D | scatter_nd_op_gpu.cu.cc | 100 const Eigen::array<Eigen::DenseIndex, IXDIM> output_shape_prefix, in ScatterNdOpKernel()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice.h | 200 const TensorShape& shape, Eigen::DSizes<Eigen::DenseIndex, NDIMS>* indices, in FillIndicesAndSizes()
|
D | tensor.h | 805 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/ |
D | TensorIndexList.h | 43 EIGEN_DEVICE_FUNC constexpr operator DenseIndex() const { return n; } in DenseIndex() function
|
D | TensorRef.h | 66 EIGEN_DEVICE_FUNC virtual Scalar& coeffRef(DenseIndex /*index*/) { in coeffRef() argument
|
/external/eigen/Eigen/src/Core/util/ |
D | Meta.h | 25 typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE DenseIndex; typedef
|