A mode is composed of 2 thinks: an optimizer and a linker. Some mode like PROFILE_MODE and DEBUG_MODE add logic around the optimizer and linker.PROFILE_MODE and DEBUG_MODE use there own linker.
A mode is composed of 2 things: an optimizer and a linker. Some modes,
like PROFILE_MODE and DEBUG_MODE, add logic around the optimizer and
linker. PROFILE_MODE and DEBUG_MODE use their own linker.
You can select witch linker to use with the Theano flag linker. Here is a table to compare the different linker.
You can select witch linker to use with the Theano flag :attr:`config.linker`.