/external/tensorflow/tensorflow/core/kernels/ |
identity_reader_op.cc | 36 *key = current_work(); 37 *value = current_work();
|
text_line_reader_op.cc | 38 TF_RETURN_IF_ERROR(env_->NewRandomAccessFile(current_work(), &file_)); 64 *key = strings::StrCat(current_work(), ":", line_number_);
|
tf_record_reader_op.cc | 39 TF_RETURN_IF_ERROR(env_->NewRandomAccessFile(current_work(), &file_)); 55 *key = strings::StrCat(current_work(), ":", offset_);
|
lmdb_reader_op.cc | 43 if (stat(current_work().c_str(), &source_stat) == 0 && 48 MDB_CHECK(mdb_env_open(mdb_env_, current_work().c_str(), flags, 0664));
|
fixed_length_record_reader_op.cc | 56 TF_RETURN_IF_ERROR(env_->NewRandomAccessFile(current_work(), &file_)); 123 *key = strings::StrCat(current_work(), ":", record_number_);
|
whole_file_read_ops.cc | 53 *key = current_work();
|
/external/tensorflow/tensorflow/core/framework/ |
reader_base.h | 86 const string& current_work() const { return work_; } function in class:tensorflow::ReaderBase 91 // Produce the key name (from current_work and the actual key).
|
reader_base.cc | 235 return strings::StrCat(current_work(), ":", key); 242 work_ = state.current_work();
|
/external/tensorflow/tensorflow/contrib/cloud/kernels/ |
bigquery_reader_ops.cc | 61 if (!partition.ParseFromString(current_work())) {
|