Home
last modified time | relevance | path

Searched refs:AddDataset (Results 1 – 25 of 56) sorted by relevance

123

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dthreadpool_dataset_op.cc183 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
291 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
391 b->AddDataset(this, {input_graph_node, num_threads_node}, output)); in AsGraphDefInternal()
Dstats_dataset_ops.cc88 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_node, tag_node}, output)); in AsGraphDefInternal()
198 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_node, tag_node}, output)); in AsGraphDefInternal()
Dsleep_dataset_op.cc83 return b->AddDataset(this, in AsGraphDefInternal()
Dignore_errors_dataset_op.cc71 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node}, output)); in AsGraphDefInternal()
Dassert_next_dataset_op.cc89 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
Drandom_dataset_op.cc89 TF_RETURN_IF_ERROR(b->AddDataset(this, {seed, seed2}, output)); in AsGraphDefInternal()
Dsql_dataset_op.cc119 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
Dset_stats_aggregator_dataset_op.cc147 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
Dunique_dataset_op.cc83 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node}, output)); in AsGraphDefInternal()
Dunbatch_dataset_op.cc80 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node}, output)); in AsGraphDefInternal()
Dlmdb_dataset_op.cc78 TF_RETURN_IF_ERROR(b->AddDataset(this, {filenames}, output)); in AsGraphDefInternal()
/external/tensorflow/tensorflow/core/framework/
Ddataset.h151 Status AddDataset(const DatasetBase* dataset, in AddDataset() function
153 return AddDataset(dataset, inputs, {}, output); in AddDataset()
164 Status AddDataset(const DatasetBase* dataset, in AddDataset() function
172 return AddDataset(dataset, enumerated_inputs, {}, attrs, output); in AddDataset()
175 Status AddDataset(
/external/tensorflow/tensorflow/core/kernels/data/
Dshuffle_dataset_op.cc553 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
605 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
692 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
Dfilter_by_component_dataset_op.cc89 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
Dtensor_dataset_op.cc91 TF_RETURN_IF_ERROR(b->AddDataset(this, {}, {{0, components}}, in AsGraphDefInternal()
Drange_dataset_op.cc94 TF_RETURN_IF_ERROR(b->AddDataset(this, {start, stop, step}, output)); in AsGraphDefInternal()
Dtake_dataset_op.cc156 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node, count}, output)); in AsGraphDefInternal()
Dshard_dataset_op.cc106 b->AddDataset(this, {input_graph_node, num_shards, index}, output)); in AsGraphDefInternal()
Dzip_dataset_op.cc105 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
Dtensor_slice_dataset_op.cc116 TF_RETURN_IF_ERROR(b->AddDataset(this, {}, {{0, components}}, in AsGraphDefInternal()
Dmodel_dataset_op.cc84 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node}, output)); in AsGraphDefInternal()
Dskip_dataset_op.cc87 b->AddDataset(this, {input_graph_node, count}, output)); in AsGraphDefInternal()
Dconcatenate_dataset_op.cc104 b->AddDataset(this, {input_graph, to_concatenate_graph}, output)); in AsGraphDefInternal()
Dbatch_dataset_op.cc117 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
Dreader_dataset_ops.cc125 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()
398 b->AddDataset(this, in AsGraphDefInternal()
816 TF_RETURN_IF_ERROR(b->AddDataset( in AsGraphDefInternal()

123