/external/tensorflow/tensorflow/core/kernels/data/ |
D | concatenate_dataset_op.cc | 104 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph)); in AsGraphDefInternal() 107 b->AddInputDataset(ctx, to_concatenate_, &to_concatenate_graph)); in AsGraphDefInternal()
|
D | serialization_utils.cc | 102 db.AddInputDataset(&serialization_ctx, dataset, &output_node)); in AsGraphDef()
|
D | shuffle_dataset_op.cc | 468 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 528 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 583 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 774 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 832 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | cache_dataset_ops.cc | 626 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph)); in AsGraphDefInternal() 647 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_node)); in AsGraphDefInternal() 955 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_node)); in AsGraphDefInternal() 1000 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_node)); in AsGraphDefInternal()
|
D | skip_dataset_op.cc | 92 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | take_dataset_op.cc | 199 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | zip_dataset_op.cc | 112 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input, &input_node)); in AsGraphDefInternal()
|
D | map_dataset_op.cc | 98 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | filter_dataset_op.cc | 93 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | shard_dataset_op.cc | 101 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | batch_dataset_op.cc | 134 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | repeat_dataset_op.cc | 106 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | stats_dataset_ops.cc | 96 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_node)); in AsGraphDefInternal() 213 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_node)); in AsGraphDefInternal()
|
D | directed_interleave_dataset_op.cc | 118 b->AddInputDataset(ctx, selector_input_, &selector_input_node)); in AsGraphDefInternal() 122 b->AddInputDataset(ctx, data_inputs_[i], &data_input_nodes[i])); in AsGraphDefInternal()
|
D | threadpool_dataset_op.cc | 191 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 322 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 447 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | ignore_errors_dataset_op.cc | 84 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | sleep_dataset_op.cc | 86 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | assert_cardinality_dataset_op.cc | 85 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | assert_next_dataset_op.cc | 81 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | take_while_dataset_op.cc | 101 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_node)); in AsGraphDefInternal()
|
D | unique_dataset_op.cc | 71 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | rebatch_dataset_op.cc | 103 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 358 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | set_stats_aggregator_dataset_op.cc | 156 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | sampling_dataset_op.cc | 87 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|
D | unbatch_dataset_op.cc | 102 TF_RETURN_IF_ERROR(b->AddInputDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal()
|