Searched refs:ProductIterator (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/layers/kernels/
H A Dsparse_feature_cross_kernel.cc258 // ProductIterator generates cartesian products based on indices.
260 class ProductIterator { class in namespace:tensorflow::__anon25858
262 explicit ProductIterator( function in class:tensorflow::__anon25858::ProductIterator
375 ProductIterator<InternalType> product_iterator(columns, b);
/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_cross_op.cc223 // ProductIterator generates cartesian products based on indices.
225 class ProductIterator { class in namespace:tensorflow::__anon26603
227 explicit ProductIterator( function in class:tensorflow::__anon26603::ProductIterator
332 ProductIterator<InternalType> product_iterator(columns, b);

Completed in 123 milliseconds