From 64d502d48674dd4bc0854a6883b797f7cf2cf24b Mon Sep 17 00:00:00 2001 From: Jerry Ge Date: Thu, 2 Nov 2023 18:31:01 +0000 Subject: Fix CustomOp description text - CustomOp's domain attribute name has been updated to domain_name - Forget to update that for the description text part. Signed-off-by: Jerry Ge Change-Id: Ifa731125dc2f224ecc1cd661e238c7b27945db68 --- chapters/custom.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/custom.adoc b/chapters/custom.adoc index cf99bc4..76f3eb4 100644 --- a/chapters/custom.adoc +++ b/chapters/custom.adoc @@ -15,8 +15,8 @@ Hardware implementing TOSA may choose to add additional custom operators that ar Runs an implementation defined custom operator. CUSTOM operators are not tested in the conformance suite as results will be implementation defined. -The `domain` attribute should be unique to each implementation. -To achieve this, using a domain name as the `domain` attribute is recommended. +The `domain_name` attribute should be unique to each implementation. +To achieve this, using a domain name as the `domain_name` attribute is recommended. include::{generated}/operators/CUSTOM.adoc[] -- cgit v1.2.1