File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
tensorflow/docs_src/extend Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -451,17 +451,17 @@ Now that you know how to build a basic (and somewhat restricted) op and
451451implementation, we'll look at some of the more complicated things you will
452452typically 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
You can’t perform that action at this time.
0 commit comments