Searched refs:AddVector (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | assert_next_dataset_op.cc | 83 TF_RETURN_IF_ERROR(b->AddVector(transformations_, &transformations_node)); in AsGraphDefInternal()
|
D | csv_dataset_op.cc | 227 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()
|
D | lmdb_dataset_op.cc | 68 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
|
D | matching_files_dataset_op.cc | 97 TF_RETURN_IF_ERROR(b->AddVector(patterns_, &patterns_node)); in AsGraphDefInternal()
|
D | dense_to_sparse_batch_dataset_op.cc | 147 TF_RETURN_IF_ERROR(b->AddVector(row_shape, &row_shape_node)); in AsGraphDefInternal()
|
D | rebatch_dataset_op.cc | 360 TF_RETURN_IF_ERROR(b->AddVector(batch_sizes_, &batch_sizes)); in AsGraphDefInternal()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | text_line_dataset_op.cc | 86 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
|
D | tf_record_dataset_op.cc | 99 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
|
D | sparse_tensor_slice_dataset_op.cc | 78 TF_RETURN_IF_ERROR(b->AddVector(dense_shape, &dense_shape_node)); in AsGraphDefInternal()
|
D | fixed_length_record_dataset_op.cc | 112 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset.h | 161 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
|