Searched defs:DenseIndex (Results 1 – 11 of 11) 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 | 37 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_indices, in operator ()() 46 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 | 127 void ComputeDstIndex(int num_dim, Eigen::DSizes<Eigen::DenseIndex, 8>* dst) { in ComputeDstIndex()
|
D | matmul_op.cc | 77 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()
|
D | scatter_nd_op_gpu.cu.cc | 84 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 | 777 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/ |
D | Meta.h | 25 typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE DenseIndex; typedef
|
/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
|