HomeSort by relevance Sort by last modified time
    Searched refs:AddDataset (Results 1 - 25 of 30) sorted by null

1 2

  /external/tensorflow/tensorflow/core/framework/
dataset.h 122 Status AddDataset(const GraphDatasetBase* dataset,
124 return AddDataset(dataset, inputs, {}, output);
135 Status AddDataset(const GraphDatasetBase* dataset,
143 return AddDataset(dataset, enumerated_inputs, {}, attrs, output);
146 Status AddDataset(
dataset.cc 75 Status GraphDefBuilderWrapper::AddDataset(
101 return errors::Internal("AddDataset: Failed to build Options with error ",
130 return errors::Internal("AddDataset: Failed to build ", op_type_name,
  /external/tensorflow/tensorflow/contrib/data/kernels/
ignore_errors_dataset_op.cc 67 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node}, output));
  /external/tensorflow/tensorflow/core/kernels/data/
tensor_dataset_op.cc 81 TF_RETURN_IF_ERROR(b->AddDataset(this, {}, {{0, components}},
stats_dataset_ops.cc 81 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_node, tag_node}, output));
177 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_node, tag_node}, output));
random_dataset_op.cc 86 TF_RETURN_IF_ERROR(b->AddDataset(this, {seed, seed2}, output));
range_dataset_op.cc 82 TF_RETURN_IF_ERROR(b->AddDataset(this, {start, stop, step}, output));
skip_dataset_op.cc 81 b->AddDataset(this, {input_graph_node, count}, output));
take_dataset_op.cc 82 b->AddDataset(this, {input_graph_node, count}, output));
tensor_slice_dataset_op.cc 98 TF_RETURN_IF_ERROR(b->AddDataset(this, {}, {{0, components}},
zip_dataset_op.cc 89 TF_RETURN_IF_ERROR(b->AddDataset(
batch_dataset_op.cc 90 b->AddDataset(this, {input_graph_node, batch_size}, output));
concatenate_dataset_op.cc 89 b->AddDataset(this, {input_graph, to_concatenate_graph}, output));
filter_dataset_op.cc 108 TF_RETURN_IF_ERROR(b->AddDataset(
map_dataset_op.cc 113 TF_RETURN_IF_ERROR(b->AddDataset(
repeat_dataset_op.cc 82 b->AddDataset(this, {input_graph_node, count}, output));
unique_dataset_op.cc 82 TF_RETURN_IF_ERROR(b->AddDataset(this, {input_graph_node}, output));
shuffle_dataset_op.cc 422 TF_RETURN_IF_ERROR(b->AddDataset(
506 TF_RETURN_IF_ERROR(b->AddDataset(
dense_to_sparse_batch_dataset_op.cc 131 TF_RETURN_IF_ERROR(b->AddDataset(
flat_map_dataset_op.cc 115 TF_RETURN_IF_ERROR(b->AddDataset(
prefetch_dataset_op.cc 79 b->AddDataset(this, {input_graph_node, buffer_size}, output));
scan_dataset_op.cc 138 b->AddDataset(this, {{0, input_node}},
sparse_tensor_slice_dataset_op.cc 73 b->AddDataset(this, {indices_node, value_node, dense_shape_node},
reader_dataset_ops.cc 121 TF_RETURN_IF_ERROR(b->AddDataset(
360 TF_RETURN_IF_ERROR(b->AddDataset(
574 TF_RETURN_IF_ERROR(b->AddDataset(
  /external/tensorflow/tensorflow/contrib/kafka/kernels/
kafka_dataset_ops.cc 102 b->AddDataset(this, {topics, servers, group, eof, timeout}, output));

Completed in 115 milliseconds

1 2