Home
last modified time | relevance | path

Searched refs:ToIndexArrayType (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dbcast.h109 static Eigen::array<IndexType, NDIMS> ToIndexArrayType( in ToIndexArrayType() function
120 return ToIndexArrayType<Eigen::DenseIndex, NDIMS>(vec); in ToIndexArray()
/external/tensorflow/tensorflow/core/kernels/
Dbroadcast_to_op.h59 BCast::ToIndexArrayType<int, NDIMS>(bcast.x_bcast())); in ReshapeAndBCast()
64 BCast::ToIndexArrayType<Eigen::DenseIndex, NDIMS>(bcast.x_bcast())); in ReshapeAndBCast()