pymllm.nn.functional ==================== .. py:module:: pymllm.nn.functional Attributes ---------- .. autoapisummary:: pymllm.nn.functional.matmul_impl_default pymllm.nn.functional.matmul_impl_gguf pymllm.nn.functional.matmul_impl_blas pymllm.nn.functional.matmul_impl_mllmblas Functions --------- .. autoapisummary:: pymllm.nn.functional.matmul Module Contents --------------- .. py:data:: matmul_impl_default :type: int .. py:data:: matmul_impl_gguf :type: int .. py:data:: matmul_impl_blas :type: int .. py:data:: matmul_impl_mllmblas :type: int .. py:function:: matmul(lhs, rhs, transpose_lhs = False, transpose_rhs = False, impl = matmul_impl_default)