Home
last modified time | relevance | path

Searched refs:UNCONDITIONAL (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/tools/api/
Dgenerate_api.py43 UNCONDITIONAL = 0 # No %kind in effect variable in Specification
55 self.conditional = self.UNCONDITIONAL
61 … assert self.conditional is self.UNCONDITIONAL, "%kind not terminated by end of specification file"
206 assert self.conditional is self.UNCONDITIONAL, \
218 …assert not self.conditional is self.UNCONDITIONAL, "%else without matching %kind on " + self.conte…
246 …assert not self.conditional is self.UNCONDITIONAL, "%/kind without matching %kind on " + self.cont…
249 self.conditional = self.UNCONDITIONAL
256 … assert self.conditional is self.UNCONDITIONAL, "%define-kinds within %kind is forbidden at " + \