From c1bb1d1bd6848b8cf34cf034726904408a935f46 Mon Sep 17 00:00:00 2001 From: SebastianHan Date: Fri, 29 May 2020 14:24:19 +0800 Subject: [PATCH] fix custom --- tutorials/source_en/use/custom_operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/source_en/use/custom_operator.md b/tutorials/source_en/use/custom_operator.md index 6869c08b02..5e2e632075 100644 --- a/tutorials/source_en/use/custom_operator.md +++ b/tutorials/source_en/use/custom_operator.md @@ -9,7 +9,7 @@ - [Implementing a TBE Operator](#implementing-a-tbe-operator) - [Registering the Operator Information](#registering-the-operator-information) - [Example](#example) - - [Using a Custom Operator](#using-a-custom-operator) + - [Using Custom Operators](#using-custom-operators) - [Defining the bprop Function for an Operator](#defining-the-bprop-function-for-an-operator) -- Gitee