Searched refs:current_work (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | identity_reader_op.cc | 36 *key = current_work(); in ReadLocked() 37 *value = current_work(); in ReadLocked()
|
D | tf_record_reader_op.cc | 39 TF_RETURN_IF_ERROR(env_->NewRandomAccessFile(current_work(), &file_)); in OnWorkStartedLocked() 55 *key = strings::StrCat(current_work(), ":", offset_); in ReadLocked()
|
D | text_line_reader_op.cc | 38 TF_RETURN_IF_ERROR(env_->NewRandomAccessFile(current_work(), &file_)); in OnWorkStartedLocked() 64 *key = strings::StrCat(current_work(), ":", line_number_); in ReadLocked()
|
D | lmdb_reader_op.cc | 43 if (stat(current_work().c_str(), &source_stat) == 0 && in OnWorkStartedLocked() 48 MDB_CHECK(mdb_env_open(mdb_env_, current_work().c_str(), flags, 0664)); in OnWorkStartedLocked()
|
D | fixed_length_record_reader_op.cc | 56 TF_RETURN_IF_ERROR(env_->NewRandomAccessFile(current_work(), &file_)); in OnWorkStartedLocked() 123 *key = strings::StrCat(current_work(), ":", record_number_); in ReadLocked()
|
D | whole_file_read_ops.cc | 53 *key = current_work(); in ReadLocked()
|
/external/tensorflow/tensorflow/core/framework/ |
D | reader_base.cc | 235 return strings::StrCat(current_work(), ":", key); in KeyName() 242 work_ = state.current_work(); in RestoreBaseState()
|
D | reader_base.proto | 16 bytes current_work = 4; field
|
D | reader_base.h | 86 const string& current_work() const { return work_; } in current_work() function
|
/external/tensorflow/tensorflow/contrib/cloud/kernels/ |
D | bigquery_reader_ops.cc | 61 if (!partition.ParseFromString(current_work())) { in OnWorkStartedLocked()
|