提交 27489419 编写于 作者: F Fei Hu

Update the relative file pathes in the comments of tf.data kernel files

上级 6ebe9baa
......@@ -21,7 +21,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class BatchDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -23,7 +23,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level description of
// See documentation in ../../ops/dataset_ops.cc for a high-level description of
// the following op.
class CacheDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -20,7 +20,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class ConcatenateDatasetOp : public BinaryDatasetOpKernel {
......
......@@ -21,7 +21,7 @@ limitations under the License.
namespace tensorflow {
namespace data {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class DatasetToGraphOp : public OpKernel {
public:
......
......@@ -21,7 +21,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class DenseToSparseBatchDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -24,7 +24,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
// TODO(prazek): Filter already has a logic of filtering by the given tensor,
// but it must return both components. We could introduce kernel like
......
......@@ -26,7 +26,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class FilterDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -24,7 +24,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class FlatMapDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -25,7 +25,7 @@ limitations under the License.
namespace tensorflow {
namespace data {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class GeneratorDatasetOp::Dataset : public DatasetBase {
......
......@@ -25,7 +25,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class GroupByReducerDatasetOp : public UnaryDatasetOpKernel {
public:
......
......@@ -26,7 +26,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class GroupByWindowDatasetOp : public UnaryDatasetOpKernel {
public:
......
......@@ -24,7 +24,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class InterleaveDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -39,7 +39,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following ops.
const char kIteratorVariantTypeName[] = "tensorflow::Iterator";
......
......@@ -34,7 +34,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class MapAndBatchDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -23,7 +23,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class MapDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -36,7 +36,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class OptimizeDatasetOp : public UnaryDatasetOpKernel {
public:
......
......@@ -22,7 +22,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class PaddedBatchDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -31,7 +31,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class ParallelInterleaveDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -27,7 +27,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class ParallelMapDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -23,7 +23,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class ParseExampleDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -26,7 +26,7 @@ limitations under the License.
namespace tensorflow {
namespace data {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class PrefetchDatasetOp::Dataset : public DatasetBase {
......
......@@ -24,7 +24,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class RandomDatasetOp : public DatasetOpKernel {
......
......@@ -20,7 +20,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class RangeDatasetOp : public DatasetOpKernel {
......
......@@ -26,7 +26,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following ops.
class TextLineDatasetOp : public DatasetOpKernel {
......
......@@ -20,7 +20,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class RepeatDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -26,7 +26,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class ScanDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -30,7 +30,7 @@ namespace {
const int64 kLogIntervalMicros = 10 * 1000000; // 10 seconds.
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class ShuffleDatasetOpBase : public UnaryDatasetOpKernel {
......
......@@ -20,7 +20,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class SkipDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -26,7 +26,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class SlideDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -24,7 +24,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
template <typename T>
......
......@@ -27,7 +27,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following ops.
class SqlDatasetOp : public DatasetOpKernel {
......
......@@ -20,7 +20,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class TakeDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -21,7 +21,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class TensorDatasetOp : public DatasetOpKernel {
......
......@@ -22,7 +22,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class TensorSliceDatasetOp : public DatasetOpKernel {
......
......@@ -21,7 +21,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class UnbatchDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -22,7 +22,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class WindowDatasetOp : public UnaryDatasetOpKernel {
......
......@@ -20,7 +20,7 @@ namespace tensorflow {
namespace data {
namespace {
// See documentation in ../ops/dataset_ops.cc for a high-level
// See documentation in ../../ops/dataset_ops.cc for a high-level
// description of the following op.
class ZipDatasetOp : public DatasetOpKernel {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册