Home
last modified time | relevance | path

Searched refs:GetNextInternal (Results 1 – 25 of 34) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/data/
Dcache_dataset_ops.cc115 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon785ee0740111::CacheDatasetOp::FileDataset::FileWriterIterator
217 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon785ee0740111::CacheDatasetOp::FileDataset::FileReaderIterator
311 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon785ee0740111::CacheDatasetOp::MemoryDataset::MemoryWriterIterator
346 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon785ee0740111::CacheDatasetOp::MemoryDataset::MemoryReaderIterator
374 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon785ee0740111::CacheDatasetOp::MemoryDataset::DuplicateWriterIterator
Drepeat_dataset_op.cc91 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon37b066ce0111::RepeatDatasetOp::Dataset::EmptyIterator
115 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon37b066ce0111::RepeatDatasetOp::Dataset::FiniteIterator
173 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon37b066ce0111::RepeatDatasetOp::Dataset::ForeverIterator
Dtake_dataset_op.cc91 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon1b2dbf720111::TakeDatasetOp::Dataset::EmptyIterator
116 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon1b2dbf720111::TakeDatasetOp::Dataset::FiniteIterator
Dskip_dataset_op.cc90 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anond541dce40111::SkipDatasetOp::Dataset::EmptyIterator
115 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anond541dce40111::SkipDatasetOp::Dataset::FiniteIterator
Dstats_dataset_ops.cc92 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon0bf9c36f0111::LatencyStatsDatasetOp::Dataset::Iterator
188 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon0bf9c36f0111::BytesProducedStatsDatasetOp::Dataset::Iterator
Dwindow_dataset.cc49 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anonebb77fc70111::WindowDataset::Iterator
Dtensor_dataset_op.cc92 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon601612280111::TensorDatasetOp::Dataset::Iterator
Dreader_dataset_ops.cc132 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon15fd51f30111::TextLineDatasetOp::Dataset::Iterator
373 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon15fd51f30111::FixedLengthRecordDatasetOp::Dataset::Iterator
585 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon15fd51f30111::TFRecordDatasetOp::Dataset::Iterator
Drange_dataset_op.cc94 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon36fd113a0111::RangeDatasetOp::Dataset::Iterator
Dsql_dataset_ops.cc119 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon203b9a100111::SqlDatasetOp::Dataset::Iterator
Drandom_dataset_op.cc98 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon3934b98e0111::RandomDatasetOp::Dataset::Iterator
Dzip_dataset_op.cc107 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anonea912f600111::ZipDatasetOp::Dataset::Iterator
Dtensor_slice_dataset_op.cc111 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon51dd03970111::TensorSliceDatasetOp::Dataset::Iterator
Dconcatenate_dataset_op.cc102 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon3dfc05720111::ConcatenateDatasetOp::Dataset::Iterator
Dfilter_dataset_op.cc122 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon35f544d30111::FilterDatasetOp::Dataset::Iterator
Dunique_dataset_op.cc93 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon9666baa40111::UniqueDatasetOp::Dataset::Iterator
Dmap_dataset_op.cc129 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon13d7864b0111::MapDatasetOp::Dataset::Iterator
Dbatch_dataset_op.cc101 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon5373aaef0111::BatchDatasetOp::Dataset::Iterator
Dflat_map_dataset_op.cc131 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon7e78e5110111::FlatMapDatasetOp::Dataset::Iterator
Dprefetch_dataset_op.cc106 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anonfad5a8de0111::PrefetchDatasetOp::Dataset::Iterator
Dsparse_tensor_slice_dataset_op.cc93 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon430134e40111::Dataset::Iterator
Ddense_to_sparse_batch_dataset_op.cc143 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anone199950c0111::DenseToSparseBatchDatasetOp::Dataset::Iterator
/external/tensorflow/tensorflow/contrib/data/kernels/
Dignore_errors_dataset_op.cc78 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::__anon9eb1baf50111::IgnoreErrorsDatasetOp::Dataset::Iterator
/external/tensorflow/tensorflow/core/framework/
Ddataset.h517 Status s = GetNextInternal(ctx, out_tensors, end_of_sequence); in GetNext()
536 virtual Status GetNextInternal(IteratorContext* ctx,
/external/tensorflow/tensorflow/contrib/kafka/kernels/
Dkafka_dataset_ops.cc112 Status GetNextInternal(IteratorContext* ctx, in GetNextInternal() function in tensorflow::KafkaDatasetOp::Dataset::Iterator

12