File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 222
222
# The argument of '@differentiable(...)'.
223
223
# differentiable-attr-arguments ->
224
224
# differentiation-params-clause? ','?
225
- # differentiable-attr-func-specifier? # primal
226
- # differentiable-attr-func-specifier? # adjoint
227
225
# differentiable-attr-func-specifier? # jvp
228
226
# differentiable-attr-func-specifier? # vjp
229
227
# generic-where-clause?
230
- # FIXME: There is currently no guarantee that 'MaybePrimal' is in fact
231
- # the primal specifier, it could be any specifier. The current syntax
232
- # definitions only ensure that there are between 0 and 4 function
233
- # specifiers. A more robust definition would enforce that specific function
234
- # specifiers appear only once, in order.
235
228
Node ('DifferentiableAttributeArguments' , kind = 'Syntax' ,
236
229
description = '''
237
230
The arguments for the `@differentiable` attribute: an optional \
You can’t perform that action at this time.
0 commit comments