Searched refs:KeyedDenseTensorColumn (Results 1 – 1 of 1) sorted by relevance
195 class KeyedDenseTensorColumn : public ColumnInterface<InternalType> { class197 explicit KeyedDenseTensorColumn(const Tensor& tensor, std::vector<int64> key) in KeyedDenseTensorColumn() function in tensorflow::__anon4c84fa250111::KeyedDenseTensorColumn209 ~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()