Home
last modified time | relevance | path

Searched refs:AddVector (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dassert_next_dataset_op.cc83 TF_RETURN_IF_ERROR(b->AddVector(transformations_, &transformations_node)); in AsGraphDefInternal()
Dcsv_dataset_op.cc227 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
237 TF_RETURN_IF_ERROR(b->AddVector(select_cols_, &select_cols)); in AsGraphDefInternal()
238 TF_RETURN_IF_ERROR(b->AddVector(exclude_cols_, &exclude_cols)); in AsGraphDefInternal()
Dlmdb_dataset_op.cc68 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
Dmatching_files_dataset_op.cc97 TF_RETURN_IF_ERROR(b->AddVector(patterns_, &patterns_node)); in AsGraphDefInternal()
Ddense_to_sparse_batch_dataset_op.cc147 TF_RETURN_IF_ERROR(b->AddVector(row_shape, &row_shape_node)); in AsGraphDefInternal()
Drebatch_dataset_op.cc360 TF_RETURN_IF_ERROR(b->AddVector(batch_sizes_, &batch_sizes)); in AsGraphDefInternal()
/external/tensorflow/tensorflow/core/kernels/data/
Dtext_line_dataset_op.cc86 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
Dtf_record_dataset_op.cc99 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
Dsparse_tensor_slice_dataset_op.cc78 TF_RETURN_IF_ERROR(b->AddVector(dense_shape, &dense_shape_node)); in AsGraphDefInternal()
Dfixed_length_record_dataset_op.cc112 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h161 Status AddVector(const std::vector<T>& val, Node** output) { in AddVector() function
174 Status AddVector(const std::vector<string>& val, Node** output) { in AddVector() function