aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/example_proto_fast_parsing.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/util/example_proto_fast_parsing.h')
-rw-r--r--tensorflow/core/util/example_proto_fast_parsing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/util/example_proto_fast_parsing.h b/tensorflow/core/util/example_proto_fast_parsing.h
index 5f8b4af5fe..20536cee16 100644
--- a/tensorflow/core/util/example_proto_fast_parsing.h
+++ b/tensorflow/core/util/example_proto_fast_parsing.h
@@ -45,7 +45,7 @@ struct FastParseExampleConfig {
DataType dtype;
// These 2 fields correspond exactly to dense_shapes and dense_defaults in
// ParseExample op.
- // Documentation is avaliable in: tensorflow/core/ops/parsing_ops.cc
+ // Documentation is available in: tensorflow/core/ops/parsing_ops.cc
PartialTensorShape shape;
Tensor default_value;
bool variable_length;
@@ -62,7 +62,7 @@ struct FastParseExampleConfig {
};
// This is exactly the output of TF's ParseExample Op.
-// Documentation is avaliable in: tensorflow/core/ops/parsing_ops.cc
+// Documentation is available in: tensorflow/core/ops/parsing_ops.cc
struct Result {
std::vector<Tensor> sparse_indices;
std::vector<Tensor> sparse_values;