diff --git a/index.bs b/index.bs index 63185150..030285f0 100644 --- a/index.bs +++ b/index.bs @@ -911,10 +911,10 @@ interface MLActivation { : \[[builder]] of type {{MLGraphBuilder}} :: The graph builder object this {{MLActivation}} belongs to. - : \[[options]] of type [=object=] + : \[[options]] of type [=ordered map=] :: A dictionary containing {{MLActivation}} options. - : \[[operator]] of type [=object=] + : \[[operator]] of type platform object :: Reference to {{MLActivation}}'s corresponding [=implementation-defined=] platform operator object. @@ -6103,11 +6103,11 @@ interface MLOperand {}; :: The {{MLOperand}}'s name (only for input operands). - : \[[operand]] of type [=object=] + : \[[operand]] of type platform object :: Reference to {{MLOperand}}'s corresponding [=implementation-defined=] platform operand object. - : \[[operator]] of type [=object=] + : \[[operator]] of type platform object :: Reference to {{MLOperand}}'s corresponding [=implementation-defined=] platform operator object.