public static function zeros($shape)
    {
        if (is_array($shape))
        {
            $result = [];