Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dassert_next_dataset_op.cc88 TF_RETURN_IF_ERROR(b->AddVector(transformations_, &transformations_node)); in AsGraphDefInternal()
Dlmdb_dataset_op.cc77 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
Ddense_to_sparse_batch_dataset_op.cc139 TF_RETURN_IF_ERROR(b->AddVector(row_shape, &row_shape_node)); in AsGraphDefInternal()
Dmatching_files_dataset_op.cc88 TF_RETURN_IF_ERROR(b->AddVector(patterns_, &patterns_node)); in AsGraphDefInternal()
Dcsv_dataset_op.cc193 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
203 TF_RETURN_IF_ERROR(b->AddVector(select_cols_, &select_cols)); in AsGraphDefInternal()
/external/tensorflow/tensorflow/core/kernels/data/
Dreader_dataset_ops.cc121 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
391 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
811 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
Dsparse_tensor_slice_dataset_op.cc72 TF_RETURN_IF_ERROR(b->AddVector(dense_shape, &dense_shape_node)); in AsGraphDefInternal()
/external/tensorflow/tensorflow/contrib/hadoop/kernels/
Dhadoop_dataset_ops.cc241 TF_RETURN_IF_ERROR(b->AddVector(filenames_, &filenames)); in AsGraphDefInternal()
/external/tensorflow/tensorflow/contrib/kafka/kernels/
Dkafka_dataset_ops.cc91 TF_RETURN_IF_ERROR(b->AddVector(topics_, &topics)); in AsGraphDefInternal()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h111 Status AddVector(const std::vector<T>& val, Node** output) { in AddVector() function