Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc195 class KeyedDenseTensorColumn : public ColumnInterface<InternalType> { class
197 explicit KeyedDenseTensorColumn(const Tensor& tensor, std::vector<int64> key) in KeyedDenseTensorColumn() function in tensorflow::__anon4c84fa250111::KeyedDenseTensorColumn
209 ~KeyedDenseTensorColumn() override {} in ~KeyedDenseTensorColumn()
226 int64 KeyedDenseTensorColumn<int64>::Feature(int64_t batch, int64_t n, in Feature()
250 tstring KeyedDenseTensorColumn<tstring>::Feature(int64_t batch, int64_t n, in Feature()
263 StringPiece KeyedDenseTensorColumn<StringPiece>::Feature( in Feature()
690 new KeyedDenseTensorColumn<InternalType>(dense_list_in[i], keys)); in GenerateKeyedColumnsFromInput()