/external/tensorflow/tensorflow/contrib/data/kernels/ |
D | ignore_errors_dataset_op.cc | 65 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 66 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 67 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node}, output)); in AsGraphDefInternal()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | take_dataset_op.cc | 77 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 78 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 82 b->AddDataset(this, {input_graph_node, count}, output)); in AsGraphDefInternal()
|
D | skip_dataset_op.cc | 76 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 77 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 81 b->AddDataset(this, {input_graph_node, count}, output)); in AsGraphDefInternal()
|
D | filter_dataset_op.cc | 90 Node* input_graph_node; in AsGraphDefInternal() local 91 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 109 this, {{0, input_graph_node}}, {{1, other_arguments}}, in AsGraphDefInternal()
|
D | unique_dataset_op.cc | 80 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 81 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 82 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node}, output)); in AsGraphDefInternal()
|
D | map_dataset_op.cc | 95 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 96 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 114 this, {std::make_pair(0, input_graph_node)}, // Single tensor inputs. in AsGraphDefInternal()
|
D | batch_dataset_op.cc | 85 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 86 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 90 b->AddDataset(this, {input_graph_node, batch_size}, output)); in AsGraphDefInternal()
|
D | repeat_dataset_op.cc | 77 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 78 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 82 b->AddDataset(this, {input_graph_node, count}, output)); in AsGraphDefInternal()
|
D | shuffle_dataset_op.cc | 411 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 412 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 423 this, {input_graph_node, buffer_size, seed, seed2}, // Inputs in AsGraphDefInternal() 495 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 496 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 507 this, {input_graph_node, buffer_size, seed, seed2, count}, // Inputs in AsGraphDefInternal()
|
D | flat_map_dataset_op.cc | 97 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 98 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 116 this, {std::make_pair(0, input_graph_node)}, // Single tensor inputs. in AsGraphDefInternal()
|
D | prefetch_dataset_op.cc | 74 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 75 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 79 b->AddDataset(this, {input_graph_node, buffer_size}, output)); in AsGraphDefInternal()
|
D | padded_batch_dataset_op.cc | 144 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 145 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 176 b->AddDataset(this, {{0, input_graph_node}, {1, batch_size}}, in AsGraphDefInternal()
|
D | parallel_map_dataset_op.cc | 108 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 109 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 139 {std::make_pair(0, input_graph_node), in AsGraphDefInternal()
|
D | group_by_window_dataset_op.cc | 142 Node* input_graph_node = nullptr; in AsGraphDefInternal() local 143 TF_RETURN_IF_ERROR(b->AddParentDataset(ctx, input_, &input_graph_node)); in AsGraphDefInternal() 181 this, {{0, input_graph_node}}, in AsGraphDefInternal()
|