Home
last modified time | relevance | path

Searched defs:end_of_sequence (Results 1 – 25 of 95) sorted by relevance

1234

/external/tensorflow/tensorflow/core/kernels/data/
Drepeat_dataset_op.cc122 bool* end_of_sequence) override { in GetNextInternal()
155 bool* end_of_sequence) override { in GetNextInternal()
230 bool* end_of_sequence) override { in GetNextInternal()
Dcache_dataset_ops.cc158 bool* end_of_sequence) override { in GetNextInternal()
258 bool* end_of_sequence) override { in GetNextInternal()
383 Status EnsureLockFileExists(bool* end_of_sequence) in EnsureLockFileExists()
499 bool* end_of_sequence) override { in GetNextInternal()
721 bool* end_of_sequence) override { in GetNextInternal()
780 bool* end_of_sequence) override { in GetNextInternal()
857 bool* end_of_sequence) override { in GetNextInternal()
Dtensor_slice_dataset_op_test.cc110 bool end_of_sequence = false; in TEST_P() local
275 bool end_of_sequence = false; in TEST_P() local
Dtake_dataset_op.cc92 bool* end_of_sequence) override { in GetNextInternal()
125 bool* end_of_sequence) override { in GetNextInternal()
Dskip_dataset_op.cc106 bool* end_of_sequence) override { in GetNextInternal()
140 bool* end_of_sequence) override { in GetNextInternal()
Drepeat_dataset_op_test.cc142 bool end_of_sequence = false; in TEST_P() local
320 bool end_of_sequence = dataset_->Cardinality() == 0; in TEST_P() local
Dtf_record_dataset_op.cc118 bool* end_of_sequence) override { in GetNextInternal()
163 bool* end_of_sequence, int* num_skipped) override { in SkipInternal()
Dsparse_tensor_slice_dataset_op_test.cc172 bool end_of_sequence = false; in TEST_P() local
379 bool end_of_sequence = false; in TEST_P() local
Dtensor_dataset_op_test.cc128 bool end_of_sequence = false; in TEST_P() local
234 bool end_of_sequence = false; in TEST_P() local
Dcache_dataset_ops_test.cc176 bool end_of_sequence = false; in TEST_P() local
317 bool end_of_sequence = false; in TEST_P() local
Dflat_map_dataset_op.cc135 bool* end_of_sequence) override { in GetNextInternal()
174 bool* end_of_sequence, int* num_skipped) override { in SkipInternal()
Dprefetch_dataset_op.cc172 bool* end_of_sequence) override { in GetNextInternal()
374 bool* end_of_sequence) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in Consume()
488 bool end_of_sequence; in PrefetchThread() local
Dshuffle_dataset_op_test.cc330 bool end_of_sequence = false; in TEST_P() local
526 bool end_of_sequence = false; in TEST_P() local
Dinterleave_dataset_op.cc155 bool* end_of_sequence) override { in GetNextInternal()
198 bool* end_of_sequence, int* num_skipped) override { in SkipInternal()
Dwindow_dataset_op_test.cc293 bool end_of_sequence = false; in TEST_P() local
476 bool end_of_sequence = false; in TEST_P() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dlmdb_dataset_op_test.cc170 bool end_of_sequence = false; in TEST_F() local
184 bool end_of_sequence = false; in TEST_F() local
Dio_ops_test.cc164 bool end_of_sequence = false; in TEST_P() local
263 bool end_of_sequence = false; in TEST_P() local
Dchoose_fastest_branch_dataset_op.cc101 bool* end_of_sequence) override { in GetNextInternal()
362 bool* end_of_sequence) override { in GetNextInternal()
458 bool* end_of_sequence) in GetNextFromExperiment()
Dto_tf_record_op.cc109 bool end_of_sequence; in DoCompute() local
Dstats_dataset_ops.cc116 bool* end_of_sequence) override { in GetNextInternal()
233 bool* end_of_sequence) override { in GetNextInternal()
/external/tensorflow/tensorflow/core/data/service/
Ddata_transfer.h45 bool end_of_sequence; member
Dtask_runner.cc48 bool& end_of_sequence) { in GetNext()
295 bool end_of_sequence; in Run() local
Dworker.proto42 bool end_of_sequence = 2; field
Dtask_runner_test.cc44 Status GetNext(std::vector<Tensor>& element, bool& end_of_sequence) override { in GetNext()
68 Status GetNext(std::vector<Tensor>& element, bool& end_of_sequence) override { in GetNext()
/external/tensorflow/tensorflow/core/kernels/data/experimental/sql/
Dsqlite_query_connection.cc55 bool* end_of_sequence) { in GetNext()

1234