Skip to content

Commit 11eefcd

Browse files
winnietsangjhseu
authored andcommitted
fix broken section links in the document (tensorflow#14524)
1 parent 4db40ce commit 11eefcd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tensorflow/docs_src/extend/adding_an_op.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -451,17 +451,17 @@ Now that you know how to build a basic (and somewhat restricted) op and
451451
implementation, we'll look at some of the more complicated things you will
452452
typically need to build into your op. This includes:
453453

454-
* [Conditional checks and validation](#conditional_checks_and_validation)
455-
* [Op registration](#op_registration)
454+
* [Conditional checks and validation](#conditional-checks-and-validation)
455+
* [Op registration](#op-registration)
456456
* [Attrs](#attrs)
457-
* [Attr types](#attr_types)
457+
* [Attr types](#attr-types)
458458
* [Polymorphism](#polymorphism)
459-
* [Inputs and outputs](#inputs_and_outputs)
460-
* [Backwards compatibility](#backwards_compatibility)
461-
* [GPU support](#gpu_support)
462-
* [Compiling the kernel for the GPU device](#compiling_the_kernel_for_the_gpu_device)
463-
* [Implement the gradient in Python](#implement_the_gradient_in_python)
464-
* [Shape functions in C++](#shape_functions_in_c)
459+
* [Inputs and outputs](#inputs-and-outputs)
460+
* [Backwards compatibility](#backwards-compatibility)
461+
* [GPU support](#gpu-support)
462+
* [Compiling the kernel for the GPU device](#compiling-the-kernel-for-the-gpu-device)
463+
* [Implement the gradient in Python](#implement-the-gradient-in-python)
464+
* [Shape functions in C++](#shape-functions-in-c)
465465

466466
### Conditional checks and validation
467467

0 commit comments

Comments
 (0)