python_utils.argmax_lastax ========================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- get axis=-1 (innermost \\\`column') index of max in arr Signature --------- .. code-block:: python def argmax_lastax(arr) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``arr`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text get axis=-1 (innermost `column') index of max in arr