@@ -524,10 +524,10 @@ This asserts that the input is a vector, and returns having set the
524
524
of a tensor in
525
525
[`tensorflow/core/framework/tensor_shape.h`](https://www.tensorflow.org/code/tensorflow/core/framework/tensor_shape.h)
526
526
* The error itself, which is represented by a `Status` object, see
527
- [`tensorflow/core/lib/core/ status.h`](https://www.tensorflow.org/code/tensorflow/core/lib/core /status.h). A
527
+ [`tensorflow/core/platform/ status.h`](https://www.tensorflow.org/code/tensorflow/core/platform /status.h). A
528
528
`Status` has both a type (frequently `InvalidArgument`, but see the list of
529
529
types) and a message. Functions for constructing an error may be found in
530
- [`tensorflow/core/lib/core /errors.h`][validation-macros].
530
+ [`tensorflow/core/platform /errors.h`][validation-macros].
531
531
532
532
Alternatively, if you want to test whether a `Status` object returned from some
533
533
function is an error, and if so return it, use
@@ -1497,7 +1497,7 @@ of building TensorFlow from source.
1497
1497
[ standard_ops-py ] :https://www.tensorflow.org/code/tensorflow/python/ops/standard_ops.py
1498
1498
[ standard_ops-cc ] :https://www.tensorflow.org/code/tensorflow/cc/ops/standard_ops.h
1499
1499
[ python-BUILD ] :https://www.tensorflow.org/code/tensorflow/python/BUILD
1500
- [ validation-macros ] :https://www.tensorflow.org/code/tensorflow/core/lib/core /errors.h
1500
+ [ validation-macros ] :https://www.tensorflow.org/code/tensorflow/core/platform /errors.h
1501
1501
[ op_def_builder ] :https://www.tensorflow.org/code/tensorflow/core/framework/op_def_builder.h
1502
1502
[ register_types ] :https://www.tensorflow.org/code/tensorflow/core/framework/register_types.h
1503
1503
[ FinalizeAttr ] :https://www.tensorflow.org/code/tensorflow/core/framework/op_def_builder.cc
0 commit comments