Read the Docs build information Build id: 100736 Project: vertexai-plaidml Version: stable Commit: ca9132abe68e0def885b5b37332df6112ff9dcea Date: 2018-04-11T18:21:36.245486Z State: finished Success: True [rtd-command-info] start-time: 2018-04-11T23:22:54.100341Z, end-time: 2018-04-11T23:22:56.915239Z, duration: 2, exit-code: 0 git clone --recursive https://github.com/plaidml/plaidml.git . Cloning into '.'... [rtd-command-info] start-time: 2018-04-11T23:22:57.012769Z, end-time: 2018-04-11T23:22:57.672463Z, duration: 0, exit-code: 0 git checkout --force ca9132abe68e0def885b5b37332df6112ff9dcea Note: checking out 'ca9132abe68e0def885b5b37332df6112ff9dcea'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at ca9132a... Omnibus changes for 0.3.0. See release notes. (#98) [rtd-command-info] start-time: 2018-04-11T23:22:57.760871Z, end-time: 2018-04-11T23:22:57.770173Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2018-04-11T23:22:57.865622Z, end-time: 2018-04-11T23:22:57.872826Z, duration: 0, exit-code: 0 git show-ref --tags dbff7d25b14dbe58f9e1567f694ea131a7e00cc4 refs/tags/0.1.1 87efe58f47290246d3ea0bffdca4de217e3ae93d refs/tags/0.1.3 123e5adca1bf8b439156492b635bfb2efdf8327a refs/tags/0.2.0 ca9132abe68e0def885b5b37332df6112ff9dcea refs/tags/0.3.0 54b747eeac0af734e44d63780291d3ffbd660932 refs/tags/0.3.0rc1 [rtd-command-info] start-time: 2018-04-11T23:22:57.937142Z, end-time: 2018-04-11T23:22:57.945732Z, duration: 0, exit-code: 0 git branch -r origin/HEAD -> origin/master origin/brianretford-patch-1 origin/brianretford-patch-2 origin/master origin/repo [rtd-command-info] start-time: 2018-04-11T23:22:58.993566Z, end-time: 2018-04-11T23:23:00.610265Z, duration: 1, exit-code: 0 python2.7 -mvirtualenv --no-site-packages --no-download New python executable in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/bin/python2.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/bin/python Installing setuptools, pip, wheel...done. [rtd-command-info] start-time: 2018-04-11T23:23:00.677323Z, end-time: 2018-04-11T23:23:08.070649Z, duration: 7, exit-code: 0 python pip install --use-wheel --upgrade --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/.cache/pip Pygments==2.2.0 setuptools==37.0.0 docutils==0.13.1 mock==1.0.1 pillow==2.6.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.5.4 recommonmark==0.4.0 sphinx==1.6.5 sphinx-rtd-theme<0.3 readthedocs-sphinx-ext<0.6 Collecting Pygments==2.2.0 Using cached Pygments-2.2.0-py2.py3-none-any.whl Collecting setuptools==37.0.0 Using cached setuptools-37.0.0-py2.py3-none-any.whl Collecting docutils==0.13.1 Using cached docutils-0.13.1-py2-none-any.whl Collecting mock==1.0.1 Collecting pillow==2.6.1 Collecting alabaster!=0.7.5,<0.8,>=0.7 Using cached alabaster-0.7.10-py2.py3-none-any.whl Collecting commonmark==0.5.4 Collecting recommonmark==0.4.0 Using cached recommonmark-0.4.0-py2.py3-none-any.whl Collecting sphinx==1.6.5 Using cached Sphinx-1.6.5-py2.py3-none-any.whl Collecting sphinx-rtd-theme<0.3 Using cached sphinx_rtd_theme-0.2.4-py2.py3-none-any.whl Collecting readthedocs-sphinx-ext<0.6 Using cached readthedocs_sphinx_ext-0.5.9-py2-none-any.whl Collecting sphinxcontrib-websupport (from sphinx==1.6.5) Using cached sphinxcontrib_websupport-1.0.1-py2.py3-none-any.whl Collecting six>=1.5 (from sphinx==1.6.5) Using cached six-1.11.0-py2.py3-none-any.whl Collecting requests>=2.0.0 (from sphinx==1.6.5) Using cached requests-2.18.4-py2.py3-none-any.whl Collecting typing; python_version < "3.5" (from sphinx==1.6.5) Using cached typing-3.6.4-py2-none-any.whl Collecting imagesize (from sphinx==1.6.5) Using cached imagesize-1.0.0-py2.py3-none-any.whl Collecting babel!=2.0,>=1.3 (from sphinx==1.6.5) Using cached Babel-2.5.3-py2.py3-none-any.whl Collecting snowballstemmer>=1.1 (from sphinx==1.6.5) Using cached snowballstemmer-1.2.1-py2.py3-none-any.whl Collecting Jinja2>=2.3 (from sphinx==1.6.5) Using cached Jinja2-2.10-py2.py3-none-any.whl Collecting nilsimsa>=0.3.7 (from readthedocs-sphinx-ext<0.6) Collecting urllib3<1.23,>=1.21.1 (from requests>=2.0.0->sphinx==1.6.5) Using cached urllib3-1.22-py2.py3-none-any.whl Collecting idna<2.7,>=2.5 (from requests>=2.0.0->sphinx==1.6.5) Using cached idna-2.6-py2.py3-none-any.whl Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.0.0->sphinx==1.6.5) Using cached chardet-3.0.4-py2.py3-none-any.whl Collecting certifi>=2017.4.17 (from requests>=2.0.0->sphinx==1.6.5) Using cached certifi-2018.1.18-py2.py3-none-any.whl Collecting pytz>=0a (from babel!=2.0,>=1.3->sphinx==1.6.5) Using cached pytz-2018.4-py2.py3-none-any.whl Collecting MarkupSafe>=0.23 (from Jinja2>=2.3->sphinx==1.6.5) Installing collected packages: Pygments, setuptools, docutils, mock, pillow, alabaster, commonmark, recommonmark, sphinxcontrib-websupport, six, urllib3, idna, chardet, certifi, requests, typing, imagesize, pytz, babel, snowballstemmer, MarkupSafe, Jinja2, sphinx, sphinx-rtd-theme, nilsimsa, readthedocs-sphinx-ext Found existing installation: setuptools 28.8.0 Uninstalling setuptools-28.8.0: Successfully uninstalled setuptools-28.8.0 Successfully installed Jinja2-2.10 MarkupSafe-1.0 Pygments-2.2.0 alabaster-0.7.10 babel-2.5.3 certifi-2018.1.18 chardet-3.0.4 commonmark-0.5.4 docutils-0.13.1 idna-2.6 imagesize-1.0.0 mock-1.0.1 nilsimsa-0.3.8 pillow-2.6.1 pytz-2018.4 readthedocs-sphinx-ext-0.5.9 recommonmark-0.4.0 requests-2.18.4 setuptools-37.0.0 six-1.11.0 snowballstemmer-1.2.1 sphinx-1.6.5 sphinx-rtd-theme-0.2.4 sphinxcontrib-websupport-1.0.1 typing-3.6.4 urllib3-1.22 You are using pip version 9.0.1, however version 9.0.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. [rtd-command-info] start-time: 2018-04-11T23:23:08.135596Z, end-time: 2018-04-11T23:23:12.298336Z, duration: 4, exit-code: 0 python pip install --exists-action=w --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/.cache/pip -r/home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt Collecting sphinx==1.7.1 (from -r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Using cached Sphinx-1.7.1-py2.py3-none-any.whl Collecting sphinx-autobuild==0.7.1 (from -r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Using cached sphinx_autobuild-0.7.1-py2-none-any.whl Requirement already satisfied: recommonmark==0.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from -r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 3)) Collecting sphinxcontrib-fulltoc (from -r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 4)) Collecting sphinxcontrib-plantuml (from -r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 5)) Collecting enum34>=1.1.6 (from -r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 6)) Using cached enum34-1.1.6-py2-none-any.whl Requirement already satisfied: six>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from -r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 7)) Collecting mock==2 (from -r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 8)) Using cached mock-2.0.0-py2.py3-none-any.whl Requirement already satisfied: sphinxcontrib-websupport in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: requests>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: docutils>=0.11 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Collecting packaging (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Using cached packaging-17.1-py2.py3-none-any.whl Requirement already satisfied: typing; python_version < "3.5" in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Collecting port-for==0.3.1 (from sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Collecting watchdog>=0.7.1 (from sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Collecting PyYAML>=3.10 (from sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Collecting argh>=0.24.1 (from sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Using cached argh-0.26.2-py2.py3-none-any.whl Collecting pathtools>=0.1.2 (from sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Collecting tornado>=3.2 (from sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Collecting livereload>=2.3.0 (from sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Using cached livereload-2.5.1-py2-none-any.whl Requirement already satisfied: commonmark<=0.5.4 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from recommonmark==0.4.0->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 3)) Collecting funcsigs>=1; python_version < "3.3" (from mock==2->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 8)) Using cached funcsigs-1.0.2-py2.py3-none-any.whl Collecting pbr>=0.11 (from mock==2->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 8)) Using cached pbr-4.0.2-py2.py3-none-any.whl Requirement already satisfied: urllib3<1.23,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from requests>=2.0.0->sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: idna<2.7,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from requests>=2.0.0->sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from requests>=2.0.0->sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from requests>=2.0.0->sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Collecting pyparsing>=2.0.2 (from packaging->sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Using cached pyparsing-2.2.0-py2.py3-none-any.whl Requirement already satisfied: pytz>=0a in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from babel!=2.0,>=1.3->sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Requirement already satisfied: MarkupSafe>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/envs/stable/lib/python2.7/site-packages (from Jinja2>=2.3->sphinx==1.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 1)) Collecting singledispatch (from tornado>=3.2->sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Using cached singledispatch-3.4.0.3-py2.py3-none-any.whl Collecting futures (from tornado>=3.2->sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Using cached futures-3.2.0-py2-none-any.whl Collecting backports-abc>=0.4 (from tornado>=3.2->sphinx-autobuild==0.7.1->-r /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/requirements.txt (line 2)) Using cached backports_abc-0.5-py2.py3-none-any.whl Installing collected packages: pyparsing, packaging, sphinx, port-for, argh, PyYAML, pathtools, watchdog, singledispatch, futures, backports-abc, tornado, livereload, sphinx-autobuild, sphinxcontrib-fulltoc, sphinxcontrib-plantuml, enum34, funcsigs, pbr, mock Found existing installation: Sphinx 1.6.5 Uninstalling Sphinx-1.6.5: Successfully uninstalled Sphinx-1.6.5 Found existing installation: mock 1.0.1 Uninstalling mock-1.0.1: Successfully uninstalled mock-1.0.1 Successfully installed PyYAML-3.12 argh-0.26.2 backports-abc-0.5 enum34-1.1.6 funcsigs-1.0.2 futures-3.2.0 livereload-2.5.1 mock-2.0.0 packaging-17.1 pathtools-0.1.2 pbr-4.0.2 port-for-0.3.1 pyparsing-2.2.0 singledispatch-3.4.0.3 sphinx-1.7.1 sphinx-autobuild-0.7.1 sphinxcontrib-fulltoc-1.2.0 sphinxcontrib-plantuml-0.11 tornado-5.0.2 watchdog-0.8.3 You are using pip version 9.0.1, however version 9.0.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. [rtd-command-info] start-time: 2018-04-11T23:23:12.823617Z, end-time: 2018-04-11T23:23:12.897223Z, duration: 0, exit-code: 0 cat docs/conf.py # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. # # This file does only contain a selection of the most common options. For a # full list see the documentation: # http://www.sphinx-doc.org/en/stable/config # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # # import os # import sys # sys.path.insert(0, os.path.abspath('.')) import os import sys # We assume that docs/conf.py is located in the top level of the repository. repo_root = os.path.dirname(os.path.dirname(__file__)) sys.path.insert(0, os.path.abspath(repo_root)) from recommonmark.parser import CommonMarkParser from recommonmark.transform import AutoStructify # -- Project information ----------------------------------------------------- project = u'PlaidML' copyright = u'2018, Vertex.AI' author = u'Vertex.AI' # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags release = u'' # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.inheritance_diagram', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', 'sphinxcontrib.fulltoc', 'sphinxcontrib.plantuml', 'sphinx.ext.napoleon', 'sphinx.ext.autosummary', ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] source_parsers = { '.md': CommonMarkParser, } # The master toctree document. master_doc = 'index' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path . exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', 'venv'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # -- Options for HTML output ------------------------------------------------- html_short_title = "PlaidML" # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # html_theme_options = { 'sidebar_width': '260px', 'show_powered_by': False, } # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # The default sidebars (for documents that don't match any pattern) are # defined by theme itself. Builtin themes are using these templates by # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', # 'searchbox.html']``. # html_sidebars = { 'index': ["about.html", "globaltoc.html", "indexlink.html", "searchbox.html"], '**': ["about.html", "localtoc.html", "indexlink.html", "searchbox.html"] } # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. htmlhelp_basename = 'PlaidMLdoc' # -- Options for LaTeX output ------------------------------------------------ latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'PlaidML.tex', u'PlaidML Documentation', u'Vertex.AI', 'manual'), ] # -- Options for manual page output ------------------------------------------ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [(master_doc, 'plaidml', u'PlaidML Documentation', [author], 1)] # -- Options for Texinfo output ---------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'PlaidML', u'PlaidML Documentation', author, 'PlaidML', 'One line description of project.', 'Miscellaneous'), ] # -- Extension configuration ------------------------------------------------- plantuml = os.environ.get('PLANTUMLSH') # The Napoleon extension allows google style doc comments, but it also uses # numpy style too, by default; for consistency, we'll use only google style. napoleon_numpy_docstring = False # The rtype option just adds noise; disable it. napoleon_use_rtype = False # The generate mode will recursively produce stub pages for everything listed # in an autosummary; this lets us document all the stuff inside plaidml without # having to explicitly list each item. It doesn't work on the package itself, # though, so we still have to list the contents of 'plaidml' itself inside the # 'plaidml.rst' file; everything underneath that is produced into the api/ # subdirectory as needed. autosummary_generate = True # Autosummary does not respect the autodoc_mock_imports option, so we have to # mock out these libraries ourselves; we can't simply require them, since they # won't be available on readthedocs. import six if six.PY3: from unittest.mock import MagicMock else: from mock import Mock as MagicMock class Mock(MagicMock): @classmethod def __getattr__(cls, name): return Mock() def setup(app): MOCK_MODULES = ['numpy', 'scipy'] sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) app.add_config_value( 'recommonmark_config', { 'auto_toc_tree_section': 'Contents', # This feature has been deprecated, and, indeed, recommonmark will # choke on inter-document links if it's left enabled. 'enable_auto_doc_ref': False, }, True) app.add_transform(AutoStructify) ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # import sys import os.path from six import string_types from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix else: SUFFIX = source_suffix[0] else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') html_static_path.append('/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static') # Add RTD Theme only if they aren't overriding it already using_rtd_theme = False if 'html_theme' in globals(): if html_theme in ['default']: # Allow people to bail with a hack of having an html_style if not 'html_style' in globals(): import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} if 'html_theme_path' in globals(): html_theme_path.append(sphinx_rtd_theme.get_html_theme_path()) else: html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] using_rtd_theme = True else: import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} if 'html_theme_path' in globals(): html_theme_path.append(sphinx_rtd_theme.get_html_theme_path()) else: html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] using_rtd_theme = True if globals().get('websupport2_base_url', False): websupport2_base_url = 'https://readthedocs.com/websupport' if 'http' not in settings.MEDIA_URL: websupport2_static_url = 'https://media.readthedocs.com/' else: websupport2_static_url = 'https://media.readthedocs.com/media//static' #Add project information to the template context. context = { 'using_theme': using_rtd_theme, 'html_theme': html_theme, 'current_version': "stable", 'version_slug': "stable", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'versions': [ ("latest", "/en/latest/"), ("stable", "/en/stable/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'vertexai-plaidml', 'name': u'plaidml', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': 'https://vertexai-plaidml.readthedocs-hosted.com/en/latest/', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'plaidml', 'github_repo': 'plaidml', 'github_version': 'ca9132abe68e0def885b5b37332df6112ff9dcea', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'ca9132abe68e0def885b5b37332df6112ff9dcea', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'ca9132abe68e0def885b5b37332df6112ff9dcea', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': 'ca9132ab', } if 'html_context' in globals(): html_context.update(context) else: html_context = context # Add custom RTD extension if 'extensions' in globals(): extensions.append("readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] [rtd-command-info] start-time: 2018-04-11T23:23:12.964284Z, end-time: 2018-04-11T23:23:22.654217Z, duration: 9, exit-code: 0 python sphinx-build -T -b readthedocs -d _build/doctrees-readthedocs -D language=en . _build/html Running Sphinx v1.7.1 loading translations [en]... done making output directory... WARNING: The config value `plantuml' has type `NoneType', defaults to `str'. loading pickled environment... not yet created [autosummary] generating autosummary for: building.md, contributing.rst, index.rst, installing.md, op_tutorial.md, overview.rst, plaidml.rst WARNING: [autosummary] failed to import u'plaidml.Classes': no module named plaidml.Classes WARNING: [autosummary] failed to import u'plaidml.Functions': no module named plaidml.Functions [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Applier.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Composer.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.DType.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Device.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Dimension.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Function.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Integer.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Invocation.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Invoker.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Placeholder.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Real.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Shape.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Tensor.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.Var.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.context.Context.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.keras.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.library.Library.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.op.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.rst [autosummary] generating autosummary for: /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.Aborted.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.AlreadyExists.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.Cancelled.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.DataLoss.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.DeadlineExceeded.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.FailedPrecondition.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.Internal.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.InvalidArgument.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.NotFound.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.exceptions.OutOfRange.rst, ..., /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.Value.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.binary_op.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.broadcast_dims.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.common_dtype.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.compose.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.compute_aggregation_axes.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.maximum.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.minimum.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.to_dot.rst, /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/api/plaidml.tile.unary_op.rst building [mo]: targets for 0 po files that are out of date building [readthedocs]: targets for 7 source files that are out of date updating environment: 123 added, 0 changed, 0 removed reading sources... [ 0%] api/plaidml.Applier reading sources... [ 1%] api/plaidml.Composer reading sources... [ 2%] api/plaidml.DType reading sources... [ 3%] api/plaidml.Device reading sources... [ 4%] api/plaidml.Dimension reading sources... [ 4%] api/plaidml.Function reading sources... [ 5%] api/plaidml.Integer reading sources... [ 6%] api/plaidml.Invocation reading sources... [ 7%] api/plaidml.Invoker reading sources... [ 8%] api/plaidml.Placeholder reading sources... [ 8%] api/plaidml.Real reading sources... [ 9%] api/plaidml.Shape reading sources... [ 10%] api/plaidml.Tensor reading sources... [ 11%] api/plaidml.Var reading sources... [ 12%] api/plaidml.context.Context reading sources... [ 13%] api/plaidml.exceptions reading sources... [ 13%] api/plaidml.exceptions.Aborted reading sources... [ 14%] api/plaidml.exceptions.AlreadyExists reading sources... [ 15%] api/plaidml.exceptions.Cancelled reading sources... [ 16%] api/plaidml.exceptions.DataLoss reading sources... [ 17%] api/plaidml.exceptions.DeadlineExceeded reading sources... [ 17%] api/plaidml.exceptions.FailedPrecondition reading sources... [ 18%] api/plaidml.exceptions.Internal reading sources... [ 19%] api/plaidml.exceptions.InvalidArgument reading sources... [ 20%] api/plaidml.exceptions.NotFound reading sources... [ 21%] api/plaidml.exceptions.OutOfRange reading sources... [ 21%] api/plaidml.exceptions.PermissionDenied reading sources... [ 22%] api/plaidml.exceptions.PlaidMLError reading sources... [ 23%] api/plaidml.exceptions.ResourceExhausted reading sources... [ 24%] api/plaidml.exceptions.Unauthenticated reading sources... [ 25%] api/plaidml.exceptions.Unavailable reading sources... [ 26%] api/plaidml.exceptions.Unimplemented reading sources... [ 26%] api/plaidml.exceptions.Unknown reading sources... [ 27%] api/plaidml.keras reading sources... [ 28%] api/plaidml.keras.install_backend reading sources... [ 29%] api/plaidml.library.Library reading sources... [ 30%] api/plaidml.op reading sources... [ 30%] api/plaidml.op.ArgMax reading sources... [ 31%] api/plaidml.op.AutoPadding reading sources... [ 32%] api/plaidml.op.AveragePool reading sources... [ 33%] api/plaidml.op.BinaryCrossentropy reading sources... [ 34%] api/plaidml.op.Cast reading sources... [ 34%] api/plaidml.op.ClipMax reading sources... [ 35%] api/plaidml.op.ClipMin reading sources... [ 36%] api/plaidml.op.Concatenate reading sources... [ 37%] api/plaidml.op.Convolution reading sources... [ 38%] api/plaidml.op.ConvolutionDataFormat reading sources... [ 39%] api/plaidml.op.ConvolutionTranspose reading sources... [ 39%] api/plaidml.op.CumulativeSum reading sources... [ 40%] api/plaidml.op.Dot reading sources... [ 41%] api/plaidml.op.Elu reading sources... [ 42%] api/plaidml.op.Equal reading sources... [ 43%] api/plaidml.op.Equal_ArgMax reading sources... [ 43%] api/plaidml.op.Flatten reading sources... [ 44%] api/plaidml.op.Gather reading sources... [ 45%] api/plaidml.op.Gemm reading sources... [ 46%] api/plaidml.op.Gradients reading sources... [ 47%] api/plaidml.op.Hardmax reading sources... [ 47%] api/plaidml.op.Identity reading sources... [ 48%] api/plaidml.op.IsMax reading sources... [ 49%] api/plaidml.op.LogSoftmax reading sources... [ 50%] api/plaidml.op.MatMul reading sources... [ 51%] api/plaidml.op.MaxPool reading sources... [ 52%] api/plaidml.op.MaxReduce reading sources... [ 52%] api/plaidml.op.Mean reading sources... [ 53%] api/plaidml.op.MinReduce reading sources... [ 54%] api/plaidml.op.NotEqual reading sources... [ 55%] api/plaidml.op.Pow reading sources... [ 56%] api/plaidml.op.Prod reading sources... [ 56%] api/plaidml.op.Relu reading sources... [ 57%] api/plaidml.op.Reshape reading sources... [ 58%] api/plaidml.op.SliceTensor reading sources... [ 59%] api/plaidml.op.Softmax reading sources... [ 60%] api/plaidml.op.Sqrt reading sources... [ 60%] api/plaidml.op.Summation reading sources... [ 61%] api/plaidml.op.Variance reading sources... [ 62%] api/plaidml.op.ceiling reading sources... [ 63%] api/plaidml.op.clip reading sources... [ 64%] api/plaidml.op.cos reading sources... [ 65%] api/plaidml.op.equal reading sources... [ 65%] api/plaidml.op.exp reading sources... [ 66%] api/plaidml.op.floor reading sources... [ 67%] api/plaidml.op.gradients reading sources... [ 68%] api/plaidml.op.hardmax reading sources... [ 69%] api/plaidml.op.log reading sources... [ 69%] api/plaidml.op.log_softmax reading sources... [ 70%] api/plaidml.op.max_reduce reading sources... [ 71%] api/plaidml.op.mean reading sources... [ 72%] api/plaidml.op.min_reduce reading sources... [ 73%] api/plaidml.op.pad_compute reading sources... [ 73%] api/plaidml.op.prod reading sources... [ 74%] api/plaidml.op.sigmoid reading sources... [ 75%] api/plaidml.op.sin reading sources... [ 76%] api/plaidml.op.softmax reading sources... [ 77%] api/plaidml.op.squeeze reading sources... [ 78%] api/plaidml.op.summation reading sources... [ 78%] api/plaidml.op.tanh reading sources... [ 79%] api/plaidml.op.unsqueeze reading sources... [ 80%] api/plaidml.tile reading sources... [ 81%] api/plaidml.tile.DTypeInfo reading sources... [ 82%] api/plaidml.tile.Error reading sources... [ 82%] api/plaidml.tile.LogicError reading sources... [ 83%] api/plaidml.tile.Operation reading sources... [ 84%] api/plaidml.tile.Shape reading sources... [ 85%] api/plaidml.tile.ShapeOf reading sources... [ 86%] api/plaidml.tile.Source reading sources... [ 86%] api/plaidml.tile.Value reading sources... [ 87%] api/plaidml.tile.binary_op reading sources... [ 88%] api/plaidml.tile.broadcast_dims reading sources... [ 89%] api/plaidml.tile.common_dtype reading sources... [ 90%] api/plaidml.tile.compose reading sources... [ 91%] api/plaidml.tile.compute_aggregation_axes reading sources... [ 91%] api/plaidml.tile.maximum reading sources... [ 92%] api/plaidml.tile.minimum reading sources... [ 93%] api/plaidml.tile.to_dot reading sources... [ 94%] api/plaidml.tile.unary_op reading sources... [ 95%] building reading sources... [ 95%] contributing reading sources... [ 96%] index reading sources... [ 97%] installing reading sources... [ 98%] op_tutorial reading sources... [ 99%] overview reading sources... [100%] plaidml looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] api/plaidml.Applier writing output... [ 1%] api/plaidml.Composer writing output... [ 2%] api/plaidml.DType writing output... [ 3%] api/plaidml.Device writing output... [ 4%] api/plaidml.Dimension writing output... [ 4%] api/plaidml.Function writing output... [ 5%] api/plaidml.Integer writing output... [ 6%] api/plaidml.Invocation writing output... [ 7%] api/plaidml.Invoker writing output... [ 8%] api/plaidml.Placeholder writing output... [ 8%] api/plaidml.Real writing output... [ 9%] api/plaidml.Shape writing output... [ 10%] api/plaidml.Tensor writing output... [ 11%] api/plaidml.Var writing output... [ 12%] api/plaidml.context.Context writing output... [ 13%] api/plaidml.exceptions writing output... [ 13%] api/plaidml.exceptions.Aborted writing output... [ 14%] api/plaidml.exceptions.AlreadyExists writing output... [ 15%] api/plaidml.exceptions.Cancelled writing output... [ 16%] api/plaidml.exceptions.DataLoss writing output... [ 17%] api/plaidml.exceptions.DeadlineExceeded writing output... [ 17%] api/plaidml.exceptions.FailedPrecondition writing output... [ 18%] api/plaidml.exceptions.Internal writing output... [ 19%] api/plaidml.exceptions.InvalidArgument writing output... [ 20%] api/plaidml.exceptions.NotFound writing output... [ 21%] api/plaidml.exceptions.OutOfRange writing output... [ 21%] api/plaidml.exceptions.PermissionDenied writing output... [ 22%] api/plaidml.exceptions.PlaidMLError writing output... [ 23%] api/plaidml.exceptions.ResourceExhausted writing output... [ 24%] api/plaidml.exceptions.Unauthenticated writing output... [ 25%] api/plaidml.exceptions.Unavailable writing output... [ 26%] api/plaidml.exceptions.Unimplemented writing output... [ 26%] api/plaidml.exceptions.Unknown writing output... [ 27%] api/plaidml.keras writing output... [ 28%] api/plaidml.keras.install_backend writing output... [ 29%] api/plaidml.library.Library writing output... [ 30%] api/plaidml.op writing output... [ 30%] api/plaidml.op.ArgMax writing output... [ 31%] api/plaidml.op.AutoPadding writing output... [ 32%] api/plaidml.op.AveragePool writing output... [ 33%] api/plaidml.op.BinaryCrossentropy writing output... [ 34%] api/plaidml.op.Cast writing output... [ 34%] api/plaidml.op.ClipMax writing output... [ 35%] api/plaidml.op.ClipMin writing output... [ 36%] api/plaidml.op.Concatenate writing output... [ 37%] api/plaidml.op.Convolution writing output... [ 38%] api/plaidml.op.ConvolutionDataFormat writing output... [ 39%] api/plaidml.op.ConvolutionTranspose writing output... [ 39%] api/plaidml.op.CumulativeSum writing output... [ 40%] api/plaidml.op.Dot writing output... [ 41%] api/plaidml.op.Elu writing output... [ 42%] api/plaidml.op.Equal writing output... [ 43%] api/plaidml.op.Equal_ArgMax writing output... [ 43%] api/plaidml.op.Flatten writing output... [ 44%] api/plaidml.op.Gather writing output... [ 45%] api/plaidml.op.Gemm writing output... [ 46%] api/plaidml.op.Gradients writing output... [ 47%] api/plaidml.op.Hardmax writing output... [ 47%] api/plaidml.op.Identity writing output... [ 48%] api/plaidml.op.IsMax writing output... [ 49%] api/plaidml.op.LogSoftmax writing output... [ 50%] api/plaidml.op.MatMul writing output... [ 51%] api/plaidml.op.MaxPool writing output... [ 52%] api/plaidml.op.MaxReduce writing output... [ 52%] api/plaidml.op.Mean writing output... [ 53%] api/plaidml.op.MinReduce writing output... [ 54%] api/plaidml.op.NotEqual writing output... [ 55%] api/plaidml.op.Pow writing output... [ 56%] api/plaidml.op.Prod writing output... [ 56%] api/plaidml.op.Relu writing output... [ 57%] api/plaidml.op.Reshape writing output... [ 58%] api/plaidml.op.SliceTensor writing output... [ 59%] api/plaidml.op.Softmax writing output... [ 60%] api/plaidml.op.Sqrt writing output... [ 60%] api/plaidml.op.Summation writing output... [ 61%] api/plaidml.op.Variance writing output... [ 62%] api/plaidml.op.ceiling writing output... [ 63%] api/plaidml.op.clip writing output... [ 64%] api/plaidml.op.cos writing output... [ 65%] api/plaidml.op.equal writing output... [ 65%] api/plaidml.op.exp writing output... [ 66%] api/plaidml.op.floor writing output... [ 67%] api/plaidml.op.gradients writing output... [ 68%] api/plaidml.op.hardmax writing output... [ 69%] api/plaidml.op.log writing output... [ 69%] api/plaidml.op.log_softmax writing output... [ 70%] api/plaidml.op.max_reduce writing output... [ 71%] api/plaidml.op.mean writing output... [ 72%] api/plaidml.op.min_reduce writing output... [ 73%] api/plaidml.op.pad_compute writing output... [ 73%] api/plaidml.op.prod writing output... [ 74%] api/plaidml.op.sigmoid writing output... [ 75%] api/plaidml.op.sin writing output... [ 76%] api/plaidml.op.softmax writing output... [ 77%] api/plaidml.op.squeeze writing output... [ 78%] api/plaidml.op.summation writing output... [ 78%] api/plaidml.op.tanh writing output... [ 79%] api/plaidml.op.unsqueeze writing output... [ 80%] api/plaidml.tile writing output... [ 81%] api/plaidml.tile.DTypeInfo writing output... [ 82%] api/plaidml.tile.Error writing output... [ 82%] api/plaidml.tile.LogicError writing output... [ 83%] api/plaidml.tile.Operation writing output... [ 84%] api/plaidml.tile.Shape writing output... [ 85%] api/plaidml.tile.ShapeOf writing output... [ 86%] api/plaidml.tile.Source writing output... [ 86%] api/plaidml.tile.Value writing output... [ 87%] api/plaidml.tile.binary_op writing output... [ 88%] api/plaidml.tile.broadcast_dims writing output... [ 89%] api/plaidml.tile.common_dtype writing output... [ 90%] api/plaidml.tile.compose writing output... [ 91%] api/plaidml.tile.compute_aggregation_axes writing output... [ 91%] api/plaidml.tile.maximum writing output... [ 92%] api/plaidml.tile.minimum writing output... [ 93%] api/plaidml.tile.to_dot writing output... [ 94%] api/plaidml.tile.unary_op writing output... [ 95%] building writing output... [ 95%] contributing writing output... [ 96%] index writing output... [ 97%] installing writing output... [ 98%] op_tutorial writing output... [ 99%] overview writing output... [100%] plaidml generating indices...WARNING: plantuml command None cannot be run genindex py-modindex highlighting module code... [ 14%] plaidml highlighting module code... [ 28%] plaidml.context highlighting module code... [ 42%] plaidml.exceptions highlighting module code... [ 57%] plaidml.keras highlighting module code... [ 71%] plaidml.library highlighting module code... [ 85%] plaidml.op highlighting module code... [100%] plaidml.tile writing additional pages... search copying images... [100%] plaid-final.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static' does not exist done copying readthedocs static files... done copying searchtools... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 5 warnings. The HTML pages are in _build/html. [rtd-command-info] start-time: 2018-04-11T23:23:22.781668Z, end-time: 2018-04-11T23:23:31.630928Z, duration: 8, exit-code: 0 python sphinx-build -T -b json -d _build/doctrees-json -D language=en . _build/json Running Sphinx v1.7.1 loading translations [en]... done making output directory... WARNING: The config value `plantuml' has type `NoneType', defaults to `str'. loading pickled environment... not yet created [autosummary] generating autosummary for: api/plaidml.Applier.rst, api/plaidml.Composer.rst, api/plaidml.DType.rst, api/plaidml.Device.rst, api/plaidml.Dimension.rst, api/plaidml.Function.rst, api/plaidml.Integer.rst, api/plaidml.Invocation.rst, api/plaidml.Invoker.rst, api/plaidml.Placeholder.rst, ..., api/plaidml.tile.rst, api/plaidml.tile.to_dot.rst, api/plaidml.tile.unary_op.rst, building.md, contributing.rst, index.rst, installing.md, op_tutorial.md, overview.rst, plaidml.rst WARNING: [autosummary] failed to import u'plaidml.Classes': no module named plaidml.Classes WARNING: [autosummary] failed to import u'plaidml.Functions': no module named plaidml.Functions building [mo]: targets for 0 po files that are out of date building [json]: targets for 123 source files that are out of date updating environment: 123 added, 0 changed, 0 removed reading sources... [ 0%] api/plaidml.Applier reading sources... [ 1%] api/plaidml.Composer reading sources... [ 2%] api/plaidml.DType reading sources... [ 3%] api/plaidml.Device reading sources... [ 4%] api/plaidml.Dimension reading sources... [ 4%] api/plaidml.Function reading sources... [ 5%] api/plaidml.Integer reading sources... [ 6%] api/plaidml.Invocation reading sources... [ 7%] api/plaidml.Invoker reading sources... [ 8%] api/plaidml.Placeholder reading sources... [ 8%] api/plaidml.Real reading sources... [ 9%] api/plaidml.Shape reading sources... [ 10%] api/plaidml.Tensor reading sources... [ 11%] api/plaidml.Var reading sources... [ 12%] api/plaidml.context.Context reading sources... [ 13%] api/plaidml.exceptions reading sources... [ 13%] api/plaidml.exceptions.Aborted reading sources... [ 14%] api/plaidml.exceptions.AlreadyExists reading sources... [ 15%] api/plaidml.exceptions.Cancelled reading sources... [ 16%] api/plaidml.exceptions.DataLoss reading sources... [ 17%] api/plaidml.exceptions.DeadlineExceeded reading sources... [ 17%] api/plaidml.exceptions.FailedPrecondition reading sources... [ 18%] api/plaidml.exceptions.Internal reading sources... [ 19%] api/plaidml.exceptions.InvalidArgument reading sources... [ 20%] api/plaidml.exceptions.NotFound reading sources... [ 21%] api/plaidml.exceptions.OutOfRange reading sources... [ 21%] api/plaidml.exceptions.PermissionDenied reading sources... [ 22%] api/plaidml.exceptions.PlaidMLError reading sources... [ 23%] api/plaidml.exceptions.ResourceExhausted reading sources... [ 24%] api/plaidml.exceptions.Unauthenticated reading sources... [ 25%] api/plaidml.exceptions.Unavailable reading sources... [ 26%] api/plaidml.exceptions.Unimplemented reading sources... [ 26%] api/plaidml.exceptions.Unknown reading sources... [ 27%] api/plaidml.keras reading sources... [ 28%] api/plaidml.keras.install_backend reading sources... [ 29%] api/plaidml.library.Library reading sources... [ 30%] api/plaidml.op reading sources... [ 30%] api/plaidml.op.ArgMax reading sources... [ 31%] api/plaidml.op.AutoPadding reading sources... [ 32%] api/plaidml.op.AveragePool reading sources... [ 33%] api/plaidml.op.BinaryCrossentropy reading sources... [ 34%] api/plaidml.op.Cast reading sources... [ 34%] api/plaidml.op.ClipMax reading sources... [ 35%] api/plaidml.op.ClipMin reading sources... [ 36%] api/plaidml.op.Concatenate reading sources... [ 37%] api/plaidml.op.Convolution reading sources... [ 38%] api/plaidml.op.ConvolutionDataFormat reading sources... [ 39%] api/plaidml.op.ConvolutionTranspose reading sources... [ 39%] api/plaidml.op.CumulativeSum reading sources... [ 40%] api/plaidml.op.Dot reading sources... [ 41%] api/plaidml.op.Elu reading sources... [ 42%] api/plaidml.op.Equal reading sources... [ 43%] api/plaidml.op.Equal_ArgMax reading sources... [ 43%] api/plaidml.op.Flatten reading sources... [ 44%] api/plaidml.op.Gather reading sources... [ 45%] api/plaidml.op.Gemm reading sources... [ 46%] api/plaidml.op.Gradients reading sources... [ 47%] api/plaidml.op.Hardmax reading sources... [ 47%] api/plaidml.op.Identity reading sources... [ 48%] api/plaidml.op.IsMax reading sources... [ 49%] api/plaidml.op.LogSoftmax reading sources... [ 50%] api/plaidml.op.MatMul reading sources... [ 51%] api/plaidml.op.MaxPool reading sources... [ 52%] api/plaidml.op.MaxReduce reading sources... [ 52%] api/plaidml.op.Mean reading sources... [ 53%] api/plaidml.op.MinReduce reading sources... [ 54%] api/plaidml.op.NotEqual reading sources... [ 55%] api/plaidml.op.Pow reading sources... [ 56%] api/plaidml.op.Prod reading sources... [ 56%] api/plaidml.op.Relu reading sources... [ 57%] api/plaidml.op.Reshape reading sources... [ 58%] api/plaidml.op.SliceTensor reading sources... [ 59%] api/plaidml.op.Softmax reading sources... [ 60%] api/plaidml.op.Sqrt reading sources... [ 60%] api/plaidml.op.Summation reading sources... [ 61%] api/plaidml.op.Variance reading sources... [ 62%] api/plaidml.op.ceiling reading sources... [ 63%] api/plaidml.op.clip reading sources... [ 64%] api/plaidml.op.cos reading sources... [ 65%] api/plaidml.op.equal reading sources... [ 65%] api/plaidml.op.exp reading sources... [ 66%] api/plaidml.op.floor reading sources... [ 67%] api/plaidml.op.gradients reading sources... [ 68%] api/plaidml.op.hardmax reading sources... [ 69%] api/plaidml.op.log reading sources... [ 69%] api/plaidml.op.log_softmax reading sources... [ 70%] api/plaidml.op.max_reduce reading sources... [ 71%] api/plaidml.op.mean reading sources... [ 72%] api/plaidml.op.min_reduce reading sources... [ 73%] api/plaidml.op.pad_compute reading sources... [ 73%] api/plaidml.op.prod reading sources... [ 74%] api/plaidml.op.sigmoid reading sources... [ 75%] api/plaidml.op.sin reading sources... [ 76%] api/plaidml.op.softmax reading sources... [ 77%] api/plaidml.op.squeeze reading sources... [ 78%] api/plaidml.op.summation reading sources... [ 78%] api/plaidml.op.tanh reading sources... [ 79%] api/plaidml.op.unsqueeze reading sources... [ 80%] api/plaidml.tile reading sources... [ 81%] api/plaidml.tile.DTypeInfo reading sources... [ 82%] api/plaidml.tile.Error reading sources... [ 82%] api/plaidml.tile.LogicError reading sources... [ 83%] api/plaidml.tile.Operation reading sources... [ 84%] api/plaidml.tile.Shape reading sources... [ 85%] api/plaidml.tile.ShapeOf reading sources... [ 86%] api/plaidml.tile.Source reading sources... [ 86%] api/plaidml.tile.Value reading sources... [ 87%] api/plaidml.tile.binary_op reading sources... [ 88%] api/plaidml.tile.broadcast_dims reading sources... [ 89%] api/plaidml.tile.common_dtype reading sources... [ 90%] api/plaidml.tile.compose reading sources... [ 91%] api/plaidml.tile.compute_aggregation_axes reading sources... [ 91%] api/plaidml.tile.maximum reading sources... [ 92%] api/plaidml.tile.minimum reading sources... [ 93%] api/plaidml.tile.to_dot reading sources... [ 94%] api/plaidml.tile.unary_op reading sources... [ 95%] building reading sources... [ 95%] contributing reading sources... [ 96%] index reading sources... [ 97%] installing reading sources... [ 98%] op_tutorial reading sources... [ 99%] overview reading sources... [100%] plaidml looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] api/plaidml.Applier writing output... [ 1%] api/plaidml.Composer writing output... [ 2%] api/plaidml.DType writing output... [ 3%] api/plaidml.Device writing output... [ 4%] api/plaidml.Dimension writing output... [ 4%] api/plaidml.Function writing output... [ 5%] api/plaidml.Integer writing output... [ 6%] api/plaidml.Invocation writing output... [ 7%] api/plaidml.Invoker writing output... [ 8%] api/plaidml.Placeholder writing output... [ 8%] api/plaidml.Real writing output... [ 9%] api/plaidml.Shape writing output... [ 10%] api/plaidml.Tensor writing output... [ 11%] api/plaidml.Var writing output... [ 12%] api/plaidml.context.Context writing output... [ 13%] api/plaidml.exceptions writing output... [ 13%] api/plaidml.exceptions.Aborted writing output... [ 14%] api/plaidml.exceptions.AlreadyExists writing output... [ 15%] api/plaidml.exceptions.Cancelled writing output... [ 16%] api/plaidml.exceptions.DataLoss writing output... [ 17%] api/plaidml.exceptions.DeadlineExceeded writing output... [ 17%] api/plaidml.exceptions.FailedPrecondition writing output... [ 18%] api/plaidml.exceptions.Internal writing output... [ 19%] api/plaidml.exceptions.InvalidArgument writing output... [ 20%] api/plaidml.exceptions.NotFound writing output... [ 21%] api/plaidml.exceptions.OutOfRange writing output... [ 21%] api/plaidml.exceptions.PermissionDenied writing output... [ 22%] api/plaidml.exceptions.PlaidMLError writing output... [ 23%] api/plaidml.exceptions.ResourceExhausted writing output... [ 24%] api/plaidml.exceptions.Unauthenticated writing output... [ 25%] api/plaidml.exceptions.Unavailable writing output... [ 26%] api/plaidml.exceptions.Unimplemented writing output... [ 26%] api/plaidml.exceptions.Unknown writing output... [ 27%] api/plaidml.keras writing output... [ 28%] api/plaidml.keras.install_backend writing output... [ 29%] api/plaidml.library.Library writing output... [ 30%] api/plaidml.op writing output... [ 30%] api/plaidml.op.ArgMax writing output... [ 31%] api/plaidml.op.AutoPadding writing output... [ 32%] api/plaidml.op.AveragePool writing output... [ 33%] api/plaidml.op.BinaryCrossentropy writing output... [ 34%] api/plaidml.op.Cast writing output... [ 34%] api/plaidml.op.ClipMax writing output... [ 35%] api/plaidml.op.ClipMin writing output... [ 36%] api/plaidml.op.Concatenate writing output... [ 37%] api/plaidml.op.Convolution writing output... [ 38%] api/plaidml.op.ConvolutionDataFormat writing output... [ 39%] api/plaidml.op.ConvolutionTranspose writing output... [ 39%] api/plaidml.op.CumulativeSum writing output... [ 40%] api/plaidml.op.Dot writing output... [ 41%] api/plaidml.op.Elu writing output... [ 42%] api/plaidml.op.Equal writing output... [ 43%] api/plaidml.op.Equal_ArgMax writing output... [ 43%] api/plaidml.op.Flatten writing output... [ 44%] api/plaidml.op.Gather writing output... [ 45%] api/plaidml.op.Gemm writing output... [ 46%] api/plaidml.op.Gradients writing output... [ 47%] api/plaidml.op.Hardmax writing output... [ 47%] api/plaidml.op.Identity writing output... [ 48%] api/plaidml.op.IsMax writing output... [ 49%] api/plaidml.op.LogSoftmax writing output... [ 50%] api/plaidml.op.MatMul writing output... [ 51%] api/plaidml.op.MaxPool writing output... [ 52%] api/plaidml.op.MaxReduce writing output... [ 52%] api/plaidml.op.Mean writing output... [ 53%] api/plaidml.op.MinReduce writing output... [ 54%] api/plaidml.op.NotEqual writing output... [ 55%] api/plaidml.op.Pow writing output... [ 56%] api/plaidml.op.Prod writing output... [ 56%] api/plaidml.op.Relu writing output... [ 57%] api/plaidml.op.Reshape writing output... [ 58%] api/plaidml.op.SliceTensor writing output... [ 59%] api/plaidml.op.Softmax writing output... [ 60%] api/plaidml.op.Sqrt writing output... [ 60%] api/plaidml.op.Summation writing output... [ 61%] api/plaidml.op.Variance writing output... [ 62%] api/plaidml.op.ceiling writing output... [ 63%] api/plaidml.op.clip writing output... [ 64%] api/plaidml.op.cos writing output... [ 65%] api/plaidml.op.equal writing output... [ 65%] api/plaidml.op.exp writing output... [ 66%] api/plaidml.op.floor writing output... [ 67%] api/plaidml.op.gradients writing output... [ 68%] api/plaidml.op.hardmax writing output... [ 69%] api/plaidml.op.log writing output... [ 69%] api/plaidml.op.log_softmax writing output... [ 70%] api/plaidml.op.max_reduce writing output... [ 71%] api/plaidml.op.mean writing output... [ 72%] api/plaidml.op.min_reduce writing output... [ 73%] api/plaidml.op.pad_compute writing output... [ 73%] api/plaidml.op.prod writing output... [ 74%] api/plaidml.op.sigmoid writing output... [ 75%] api/plaidml.op.sin writing output... [ 76%] api/plaidml.op.softmax writing output... [ 77%] api/plaidml.op.squeeze writing output... [ 78%] api/plaidml.op.summation writing output... [ 78%] api/plaidml.op.tanh writing output... [ 79%] api/plaidml.op.unsqueeze writing output... [ 80%] api/plaidml.tile writing output... [ 81%] api/plaidml.tile.DTypeInfo writing output... [ 82%] api/plaidml.tile.Error writing output... [ 82%] api/plaidml.tile.LogicError writing output... [ 83%] api/plaidml.tile.Operation writing output... [ 84%] api/plaidml.tile.Shape writing output... [ 85%] api/plaidml.tile.ShapeOf writing output... [ 86%] api/plaidml.tile.Source writing output... [ 86%] api/plaidml.tile.Value writing output... [ 87%] api/plaidml.tile.binary_op writing output... [ 88%] api/plaidml.tile.broadcast_dims writing output... [ 89%] api/plaidml.tile.common_dtype writing output... [ 90%] api/plaidml.tile.compose writing output... [ 91%] api/plaidml.tile.compute_aggregation_axes writing output... [ 91%] api/plaidml.tile.maximum writing output... [ 92%] api/plaidml.tile.minimum writing output... [ 93%] api/plaidml.tile.to_dot writing output... [ 94%] api/plaidml.tile.unary_op writing output... [ 95%] building writing output... [ 95%] contributing writing output... [ 96%] index writing output... [ 97%] installing writing output... [ 98%] op_tutorial writing output... [ 99%] overview writing output... [100%] plaidml WARNING: plantuml command None cannot be run generating indices... genindex py-modindex highlighting module code... [ 14%] plaidml highlighting module code... [ 28%] plaidml.context highlighting module code... [ 42%] plaidml.exceptions highlighting module code... [ 57%] plaidml.keras highlighting module code... [ 71%] plaidml.library highlighting module code... [ 85%] plaidml.op highlighting module code... [100%] plaidml.tile writing additional pages... search copying images... [100%] plaid-final.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static' does not exist done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 5 warnings. You can now process the JSON files in _build/json. [rtd-command-info] start-time: 2018-04-11T23:23:31.778064Z, end-time: 2018-04-11T23:23:36.446377Z, duration: 4, exit-code: 0 python sphinx-build -T -b readthedocssinglehtmllocalmedia -d _build/doctrees-readthedocssinglehtmllocalmedia -D language=en . _build/localmedia Running Sphinx v1.7.1 loading translations [en]... done making output directory... WARNING: The config value `plantuml' has type `NoneType', defaults to `str'. loading pickled environment... not yet created [autosummary] generating autosummary for: api/plaidml.Applier.rst, api/plaidml.Composer.rst, api/plaidml.DType.rst, api/plaidml.Device.rst, api/plaidml.Dimension.rst, api/plaidml.Function.rst, api/plaidml.Integer.rst, api/plaidml.Invocation.rst, api/plaidml.Invoker.rst, api/plaidml.Placeholder.rst, ..., api/plaidml.tile.rst, api/plaidml.tile.to_dot.rst, api/plaidml.tile.unary_op.rst, building.md, contributing.rst, index.rst, installing.md, op_tutorial.md, overview.rst, plaidml.rst WARNING: [autosummary] failed to import u'plaidml.Classes': no module named plaidml.Classes WARNING: [autosummary] failed to import u'plaidml.Functions': no module named plaidml.Functions building [mo]: targets for 0 po files that are out of date building [readthedocssinglehtmllocalmedia]: all documents updating environment: 123 added, 0 changed, 0 removed reading sources... [ 0%] api/plaidml.Applier reading sources... [ 1%] api/plaidml.Composer reading sources... [ 2%] api/plaidml.DType reading sources... [ 3%] api/plaidml.Device reading sources... [ 4%] api/plaidml.Dimension reading sources... [ 4%] api/plaidml.Function reading sources... [ 5%] api/plaidml.Integer reading sources... [ 6%] api/plaidml.Invocation reading sources... [ 7%] api/plaidml.Invoker reading sources... [ 8%] api/plaidml.Placeholder reading sources... [ 8%] api/plaidml.Real reading sources... [ 9%] api/plaidml.Shape reading sources... [ 10%] api/plaidml.Tensor reading sources... [ 11%] api/plaidml.Var reading sources... [ 12%] api/plaidml.context.Context reading sources... [ 13%] api/plaidml.exceptions reading sources... [ 13%] api/plaidml.exceptions.Aborted reading sources... [ 14%] api/plaidml.exceptions.AlreadyExists reading sources... [ 15%] api/plaidml.exceptions.Cancelled reading sources... [ 16%] api/plaidml.exceptions.DataLoss reading sources... [ 17%] api/plaidml.exceptions.DeadlineExceeded reading sources... [ 17%] api/plaidml.exceptions.FailedPrecondition reading sources... [ 18%] api/plaidml.exceptions.Internal reading sources... [ 19%] api/plaidml.exceptions.InvalidArgument reading sources... [ 20%] api/plaidml.exceptions.NotFound reading sources... [ 21%] api/plaidml.exceptions.OutOfRange reading sources... [ 21%] api/plaidml.exceptions.PermissionDenied reading sources... [ 22%] api/plaidml.exceptions.PlaidMLError reading sources... [ 23%] api/plaidml.exceptions.ResourceExhausted reading sources... [ 24%] api/plaidml.exceptions.Unauthenticated reading sources... [ 25%] api/plaidml.exceptions.Unavailable reading sources... [ 26%] api/plaidml.exceptions.Unimplemented reading sources... [ 26%] api/plaidml.exceptions.Unknown reading sources... [ 27%] api/plaidml.keras reading sources... [ 28%] api/plaidml.keras.install_backend reading sources... [ 29%] api/plaidml.library.Library reading sources... [ 30%] api/plaidml.op reading sources... [ 30%] api/plaidml.op.ArgMax reading sources... [ 31%] api/plaidml.op.AutoPadding reading sources... [ 32%] api/plaidml.op.AveragePool reading sources... [ 33%] api/plaidml.op.BinaryCrossentropy reading sources... [ 34%] api/plaidml.op.Cast reading sources... [ 34%] api/plaidml.op.ClipMax reading sources... [ 35%] api/plaidml.op.ClipMin reading sources... [ 36%] api/plaidml.op.Concatenate reading sources... [ 37%] api/plaidml.op.Convolution reading sources... [ 38%] api/plaidml.op.ConvolutionDataFormat reading sources... [ 39%] api/plaidml.op.ConvolutionTranspose reading sources... [ 39%] api/plaidml.op.CumulativeSum reading sources... [ 40%] api/plaidml.op.Dot reading sources... [ 41%] api/plaidml.op.Elu reading sources... [ 42%] api/plaidml.op.Equal reading sources... [ 43%] api/plaidml.op.Equal_ArgMax reading sources... [ 43%] api/plaidml.op.Flatten reading sources... [ 44%] api/plaidml.op.Gather reading sources... [ 45%] api/plaidml.op.Gemm reading sources... [ 46%] api/plaidml.op.Gradients reading sources... [ 47%] api/plaidml.op.Hardmax reading sources... [ 47%] api/plaidml.op.Identity reading sources... [ 48%] api/plaidml.op.IsMax reading sources... [ 49%] api/plaidml.op.LogSoftmax reading sources... [ 50%] api/plaidml.op.MatMul reading sources... [ 51%] api/plaidml.op.MaxPool reading sources... [ 52%] api/plaidml.op.MaxReduce reading sources... [ 52%] api/plaidml.op.Mean reading sources... [ 53%] api/plaidml.op.MinReduce reading sources... [ 54%] api/plaidml.op.NotEqual reading sources... [ 55%] api/plaidml.op.Pow reading sources... [ 56%] api/plaidml.op.Prod reading sources... [ 56%] api/plaidml.op.Relu reading sources... [ 57%] api/plaidml.op.Reshape reading sources... [ 58%] api/plaidml.op.SliceTensor reading sources... [ 59%] api/plaidml.op.Softmax reading sources... [ 60%] api/plaidml.op.Sqrt reading sources... [ 60%] api/plaidml.op.Summation reading sources... [ 61%] api/plaidml.op.Variance reading sources... [ 62%] api/plaidml.op.ceiling reading sources... [ 63%] api/plaidml.op.clip reading sources... [ 64%] api/plaidml.op.cos reading sources... [ 65%] api/plaidml.op.equal reading sources... [ 65%] api/plaidml.op.exp reading sources... [ 66%] api/plaidml.op.floor reading sources... [ 67%] api/plaidml.op.gradients reading sources... [ 68%] api/plaidml.op.hardmax reading sources... [ 69%] api/plaidml.op.log reading sources... [ 69%] api/plaidml.op.log_softmax reading sources... [ 70%] api/plaidml.op.max_reduce reading sources... [ 71%] api/plaidml.op.mean reading sources... [ 72%] api/plaidml.op.min_reduce reading sources... [ 73%] api/plaidml.op.pad_compute reading sources... [ 73%] api/plaidml.op.prod reading sources... [ 74%] api/plaidml.op.sigmoid reading sources... [ 75%] api/plaidml.op.sin reading sources... [ 76%] api/plaidml.op.softmax reading sources... [ 77%] api/plaidml.op.squeeze reading sources... [ 78%] api/plaidml.op.summation reading sources... [ 78%] api/plaidml.op.tanh reading sources... [ 79%] api/plaidml.op.unsqueeze reading sources... [ 80%] api/plaidml.tile reading sources... [ 81%] api/plaidml.tile.DTypeInfo reading sources... [ 82%] api/plaidml.tile.Error reading sources... [ 82%] api/plaidml.tile.LogicError reading sources... [ 83%] api/plaidml.tile.Operation reading sources... [ 84%] api/plaidml.tile.Shape reading sources... [ 85%] api/plaidml.tile.ShapeOf reading sources... [ 86%] api/plaidml.tile.Source reading sources... [ 86%] api/plaidml.tile.Value reading sources... [ 87%] api/plaidml.tile.binary_op reading sources... [ 88%] api/plaidml.tile.broadcast_dims reading sources... [ 89%] api/plaidml.tile.common_dtype reading sources... [ 90%] api/plaidml.tile.compose reading sources... [ 91%] api/plaidml.tile.compute_aggregation_axes reading sources... [ 91%] api/plaidml.tile.maximum reading sources... [ 92%] api/plaidml.tile.minimum reading sources... [ 93%] api/plaidml.tile.to_dot reading sources... [ 94%] api/plaidml.tile.unary_op reading sources... [ 95%] building reading sources... [ 95%] contributing reading sources... [ 96%] index reading sources... [ 97%] installing reading sources... [ 98%] op_tutorial reading sources... [ 99%] overview reading sources... [100%] plaidml looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done assembling single document... installing building overview op_tutorial plaidml api/plaidml.keras api/plaidml.keras.install_backend api/plaidml.op api/plaidml.op.ArgMax api/plaidml.op.AutoPadding api/plaidml.op.AveragePool api/plaidml.op.BinaryCrossentropy api/plaidml.op.Cast api/plaidml.op.ClipMax api/plaidml.op.ClipMin api/plaidml.op.Concatenate api/plaidml.op.Convolution api/plaidml.op.ConvolutionDataFormat api/plaidml.op.ConvolutionTranspose api/plaidml.op.CumulativeSum api/plaidml.op.Dot api/plaidml.op.Elu api/plaidml.op.Equal api/plaidml.op.Equal_ArgMax api/plaidml.op.Flatten api/plaidml.op.Gather api/plaidml.op.Gemm api/plaidml.op.Gradients api/plaidml.op.Hardmax api/plaidml.op.Identity api/plaidml.op.IsMax api/plaidml.op.LogSoftmax api/plaidml.op.MatMul api/plaidml.op.MaxPool api/plaidml.op.MaxReduce api/plaidml.op.Mean api/plaidml.op.MinReduce api/plaidml.op.NotEqual api/plaidml.op.Pow api/plaidml.op.Prod api/plaidml.op.Relu api/plaidml.op.Reshape api/plaidml.op.SliceTensor api/plaidml.op.Softmax api/plaidml.op.Sqrt api/plaidml.op.Summation api/plaidml.op.Variance api/plaidml.op.ceiling api/plaidml.op.clip api/plaidml.op.cos api/plaidml.op.equal api/plaidml.op.exp api/plaidml.op.floor api/plaidml.op.gradients api/plaidml.op.hardmax api/plaidml.op.log api/plaidml.op.log_softmax api/plaidml.op.max_reduce api/plaidml.op.mean api/plaidml.op.min_reduce api/plaidml.op.pad_compute api/plaidml.op.prod api/plaidml.op.sigmoid api/plaidml.op.sin api/plaidml.op.softmax api/plaidml.op.squeeze api/plaidml.op.summation api/plaidml.op.tanh api/plaidml.op.unsqueeze api/plaidml.tile api/plaidml.tile.DTypeInfo api/plaidml.tile.Operation api/plaidml.tile.Shape api/plaidml.tile.ShapeOf api/plaidml.tile.Source api/plaidml.tile.Value api/plaidml.tile.binary_op api/plaidml.tile.broadcast_dims api/plaidml.tile.common_dtype api/plaidml.tile.compose api/plaidml.tile.compute_aggregation_axes api/plaidml.tile.maximum api/plaidml.tile.minimum api/plaidml.tile.to_dot api/plaidml.tile.unary_op api/plaidml.tile.Error api/plaidml.tile.LogicError api/plaidml.exceptions api/plaidml.exceptions.Aborted api/plaidml.exceptions.AlreadyExists api/plaidml.exceptions.Cancelled api/plaidml.exceptions.DataLoss api/plaidml.exceptions.DeadlineExceeded api/plaidml.exceptions.FailedPrecondition api/plaidml.exceptions.Internal api/plaidml.exceptions.InvalidArgument api/plaidml.exceptions.NotFound api/plaidml.exceptions.OutOfRange api/plaidml.exceptions.PermissionDenied api/plaidml.exceptions.PlaidMLError api/plaidml.exceptions.ResourceExhausted api/plaidml.exceptions.Unauthenticated api/plaidml.exceptions.Unavailable api/plaidml.exceptions.Unimplemented api/plaidml.exceptions.Unknown api/plaidml.Applier api/plaidml.Composer api/plaidml.context.Context api/plaidml.DType api/plaidml.Device api/plaidml.Dimension api/plaidml.Function api/plaidml.Integer api/plaidml.Invocation api/plaidml.Invoker api/plaidml.library.Library api/plaidml.Placeholder api/plaidml.Real api/plaidml.Shape api/plaidml.Tensor api/plaidml.Var contributing writing... WARNING: plantuml command None cannot be run done writing additional files... copying images... [100%] plaid-final.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static' does not exist done copying readthedocs static files... done copying extra files... done dumping object inventory... done build succeeded, 5 warnings. The HTML page is in _build/localmedia. [rtd-command-info] start-time: 2018-04-11T23:23:36.549526Z, end-time: 2018-04-11T23:23:42.655841Z, duration: 6, exit-code: 0 python sphinx-build -b latex -D language=en -d _build/doctrees . _build/latex Running Sphinx v1.7.1 loading translations [en]... done making output directory... WARNING: The config value `plantuml' has type `NoneType', defaults to `str'. loading pickled environment... not yet created [autosummary] generating autosummary for: api/plaidml.Applier.rst, api/plaidml.Composer.rst, api/plaidml.DType.rst, api/plaidml.Device.rst, api/plaidml.Dimension.rst, api/plaidml.Function.rst, api/plaidml.Integer.rst, api/plaidml.Invocation.rst, api/plaidml.Invoker.rst, api/plaidml.Placeholder.rst, ..., api/plaidml.tile.rst, api/plaidml.tile.to_dot.rst, api/plaidml.tile.unary_op.rst, building.md, contributing.rst, index.rst, installing.md, op_tutorial.md, overview.rst, plaidml.rst WARNING: [autosummary] failed to import u'plaidml.Classes': no module named plaidml.Classes WARNING: [autosummary] failed to import u'plaidml.Functions': no module named plaidml.Functions building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: 123 added, 0 changed, 0 removed reading sources... [ 0%] api/plaidml.Applier reading sources... [ 1%] api/plaidml.Composer reading sources... [ 2%] api/plaidml.DType reading sources... [ 3%] api/plaidml.Device reading sources... [ 4%] api/plaidml.Dimension reading sources... [ 4%] api/plaidml.Function reading sources... [ 5%] api/plaidml.Integer reading sources... [ 6%] api/plaidml.Invocation reading sources... [ 7%] api/plaidml.Invoker reading sources... [ 8%] api/plaidml.Placeholder reading sources... [ 8%] api/plaidml.Real reading sources... [ 9%] api/plaidml.Shape reading sources... [ 10%] api/plaidml.Tensor reading sources... [ 11%] api/plaidml.Var reading sources... [ 12%] api/plaidml.context.Context reading sources... [ 13%] api/plaidml.exceptions reading sources... [ 13%] api/plaidml.exceptions.Aborted reading sources... [ 14%] api/plaidml.exceptions.AlreadyExists reading sources... [ 15%] api/plaidml.exceptions.Cancelled reading sources... [ 16%] api/plaidml.exceptions.DataLoss reading sources... [ 17%] api/plaidml.exceptions.DeadlineExceeded reading sources... [ 17%] api/plaidml.exceptions.FailedPrecondition reading sources... [ 18%] api/plaidml.exceptions.Internal reading sources... [ 19%] api/plaidml.exceptions.InvalidArgument reading sources... [ 20%] api/plaidml.exceptions.NotFound reading sources... [ 21%] api/plaidml.exceptions.OutOfRange reading sources... [ 21%] api/plaidml.exceptions.PermissionDenied reading sources... [ 22%] api/plaidml.exceptions.PlaidMLError reading sources... [ 23%] api/plaidml.exceptions.ResourceExhausted reading sources... [ 24%] api/plaidml.exceptions.Unauthenticated reading sources... [ 25%] api/plaidml.exceptions.Unavailable reading sources... [ 26%] api/plaidml.exceptions.Unimplemented reading sources... [ 26%] api/plaidml.exceptions.Unknown reading sources... [ 27%] api/plaidml.keras reading sources... [ 28%] api/plaidml.keras.install_backend reading sources... [ 29%] api/plaidml.library.Library reading sources... [ 30%] api/plaidml.op reading sources... [ 30%] api/plaidml.op.ArgMax reading sources... [ 31%] api/plaidml.op.AutoPadding reading sources... [ 32%] api/plaidml.op.AveragePool reading sources... [ 33%] api/plaidml.op.BinaryCrossentropy reading sources... [ 34%] api/plaidml.op.Cast reading sources... [ 34%] api/plaidml.op.ClipMax reading sources... [ 35%] api/plaidml.op.ClipMin reading sources... [ 36%] api/plaidml.op.Concatenate reading sources... [ 37%] api/plaidml.op.Convolution reading sources... [ 38%] api/plaidml.op.ConvolutionDataFormat reading sources... [ 39%] api/plaidml.op.ConvolutionTranspose reading sources... [ 39%] api/plaidml.op.CumulativeSum reading sources... [ 40%] api/plaidml.op.Dot reading sources... [ 41%] api/plaidml.op.Elu reading sources... [ 42%] api/plaidml.op.Equal reading sources... [ 43%] api/plaidml.op.Equal_ArgMax reading sources... [ 43%] api/plaidml.op.Flatten reading sources... [ 44%] api/plaidml.op.Gather reading sources... [ 45%] api/plaidml.op.Gemm reading sources... [ 46%] api/plaidml.op.Gradients reading sources... [ 47%] api/plaidml.op.Hardmax reading sources... [ 47%] api/plaidml.op.Identity reading sources... [ 48%] api/plaidml.op.IsMax reading sources... [ 49%] api/plaidml.op.LogSoftmax reading sources... [ 50%] api/plaidml.op.MatMul reading sources... [ 51%] api/plaidml.op.MaxPool reading sources... [ 52%] api/plaidml.op.MaxReduce reading sources... [ 52%] api/plaidml.op.Mean reading sources... [ 53%] api/plaidml.op.MinReduce reading sources... [ 54%] api/plaidml.op.NotEqual reading sources... [ 55%] api/plaidml.op.Pow reading sources... [ 56%] api/plaidml.op.Prod reading sources... [ 56%] api/plaidml.op.Relu reading sources... [ 57%] api/plaidml.op.Reshape reading sources... [ 58%] api/plaidml.op.SliceTensor reading sources... [ 59%] api/plaidml.op.Softmax reading sources... [ 60%] api/plaidml.op.Sqrt reading sources... [ 60%] api/plaidml.op.Summation reading sources... [ 61%] api/plaidml.op.Variance reading sources... [ 62%] api/plaidml.op.ceiling reading sources... [ 63%] api/plaidml.op.clip reading sources... [ 64%] api/plaidml.op.cos reading sources... [ 65%] api/plaidml.op.equal reading sources... [ 65%] api/plaidml.op.exp reading sources... [ 66%] api/plaidml.op.floor reading sources... [ 67%] api/plaidml.op.gradients reading sources... [ 68%] api/plaidml.op.hardmax reading sources... [ 69%] api/plaidml.op.log reading sources... [ 69%] api/plaidml.op.log_softmax reading sources... [ 70%] api/plaidml.op.max_reduce reading sources... [ 71%] api/plaidml.op.mean reading sources... [ 72%] api/plaidml.op.min_reduce reading sources... [ 73%] api/plaidml.op.pad_compute reading sources... [ 73%] api/plaidml.op.prod reading sources... [ 74%] api/plaidml.op.sigmoid reading sources... [ 75%] api/plaidml.op.sin reading sources... [ 76%] api/plaidml.op.softmax reading sources... [ 77%] api/plaidml.op.squeeze reading sources... [ 78%] api/plaidml.op.summation reading sources... [ 78%] api/plaidml.op.tanh reading sources... [ 79%] api/plaidml.op.unsqueeze reading sources... [ 80%] api/plaidml.tile reading sources... [ 81%] api/plaidml.tile.DTypeInfo reading sources... [ 82%] api/plaidml.tile.Error reading sources... [ 82%] api/plaidml.tile.LogicError reading sources... [ 83%] api/plaidml.tile.Operation reading sources... [ 84%] api/plaidml.tile.Shape reading sources... [ 85%] api/plaidml.tile.ShapeOf reading sources... [ 86%] api/plaidml.tile.Source reading sources... [ 86%] api/plaidml.tile.Value reading sources... [ 87%] api/plaidml.tile.binary_op reading sources... [ 88%] api/plaidml.tile.broadcast_dims reading sources... [ 89%] api/plaidml.tile.common_dtype reading sources... [ 90%] api/plaidml.tile.compose reading sources... [ 91%] api/plaidml.tile.compute_aggregation_axes reading sources... [ 91%] api/plaidml.tile.maximum reading sources... [ 92%] api/plaidml.tile.minimum reading sources... [ 93%] api/plaidml.tile.to_dot reading sources... [ 94%] api/plaidml.tile.unary_op reading sources... [ 95%] building reading sources... [ 95%] contributing reading sources... [ 96%] index reading sources... [ 97%] installing reading sources... [ 98%] op_tutorial reading sources... [ 99%] overview reading sources... [100%] plaidml looking for now-outdated files... none found pickling environment... done checking consistency... done processing PlaidML.tex...index installing building overview op_tutorial plaidml api/plaidml.keras api/plaidml.keras.install_backend api/plaidml.op api/plaidml.op.ArgMax api/plaidml.op.AutoPadding api/plaidml.op.AveragePool api/plaidml.op.BinaryCrossentropy api/plaidml.op.Cast api/plaidml.op.ClipMax api/plaidml.op.ClipMin api/plaidml.op.Concatenate api/plaidml.op.Convolution api/plaidml.op.ConvolutionDataFormat api/plaidml.op.ConvolutionTranspose api/plaidml.op.CumulativeSum api/plaidml.op.Dot api/plaidml.op.Elu api/plaidml.op.Equal api/plaidml.op.Equal_ArgMax api/plaidml.op.Flatten api/plaidml.op.Gather api/plaidml.op.Gemm api/plaidml.op.Gradients api/plaidml.op.Hardmax api/plaidml.op.Identity api/plaidml.op.IsMax api/plaidml.op.LogSoftmax api/plaidml.op.MatMul api/plaidml.op.MaxPool api/plaidml.op.MaxReduce api/plaidml.op.Mean api/plaidml.op.MinReduce api/plaidml.op.NotEqual api/plaidml.op.Pow api/plaidml.op.Prod api/plaidml.op.Relu api/plaidml.op.Reshape api/plaidml.op.SliceTensor api/plaidml.op.Softmax api/plaidml.op.Sqrt api/plaidml.op.Summation api/plaidml.op.Variance api/plaidml.op.ceiling api/plaidml.op.clip api/plaidml.op.cos api/plaidml.op.equal api/plaidml.op.exp api/plaidml.op.floor api/plaidml.op.gradients api/plaidml.op.hardmax api/plaidml.op.log api/plaidml.op.log_softmax api/plaidml.op.max_reduce api/plaidml.op.mean api/plaidml.op.min_reduce api/plaidml.op.pad_compute api/plaidml.op.prod api/plaidml.op.sigmoid api/plaidml.op.sin api/plaidml.op.softmax api/plaidml.op.squeeze api/plaidml.op.summation api/plaidml.op.tanh api/plaidml.op.unsqueeze api/plaidml.tile api/plaidml.tile.DTypeInfo api/plaidml.tile.Operation api/plaidml.tile.Shape api/plaidml.tile.ShapeOf api/plaidml.tile.Source api/plaidml.tile.Value api/plaidml.tile.binary_op api/plaidml.tile.broadcast_dims api/plaidml.tile.common_dtype api/plaidml.tile.compose api/plaidml.tile.compute_aggregation_axes api/plaidml.tile.maximum api/plaidml.tile.minimum api/plaidml.tile.to_dot api/plaidml.tile.unary_op api/plaidml.tile.Error api/plaidml.tile.LogicError api/plaidml.exceptions api/plaidml.exceptions.Aborted api/plaidml.exceptions.AlreadyExists api/plaidml.exceptions.Cancelled api/plaidml.exceptions.DataLoss api/plaidml.exceptions.DeadlineExceeded api/plaidml.exceptions.FailedPrecondition api/plaidml.exceptions.Internal api/plaidml.exceptions.InvalidArgument api/plaidml.exceptions.NotFound api/plaidml.exceptions.OutOfRange api/plaidml.exceptions.PermissionDenied api/plaidml.exceptions.PlaidMLError api/plaidml.exceptions.ResourceExhausted api/plaidml.exceptions.Unauthenticated api/plaidml.exceptions.Unavailable api/plaidml.exceptions.Unimplemented api/plaidml.exceptions.Unknown api/plaidml.Applier api/plaidml.Composer api/plaidml.context.Context api/plaidml.DType api/plaidml.Device api/plaidml.Dimension api/plaidml.Function api/plaidml.Integer api/plaidml.Invocation api/plaidml.Invoker api/plaidml.library.Library api/plaidml.Placeholder api/plaidml.Real api/plaidml.Shape api/plaidml.Tensor api/plaidml.Var contributing resolving references... /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/index.rst:: WARNING: no matching candidate for image URI u'https://travis-ci.org/plaidml/plaidml.svg?branch=master' writing... WARNING: plantuml command None cannot be run done copying images... [100%] plaid-final.png copying TeX support files... done build succeeded, 5 warnings. The LaTeX files are in _build/latex. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2018-04-11T23:23:42.749242Z, end-time: 2018-04-11T23:23:43.624149Z, duration: 0, exit-code: 0 pdflatex -interaction=nonstopmode /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/_build/latex/PlaidML.tex This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (/home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/st able/docs/_build/latex/PlaidML.tex LaTeX2e <2016/02/01> Babel <3.9q> and hyphenation patterns for 81 language(s) loaded. (./sphinxmanual.cls Document Class: sphinxmanual 2017/03/26 v1.6 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def))) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) Package Sphinx Info: **** titlesec 2.10.1 successfully patched for bugfix **** (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix <2008/02/07> (tvz)) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/carlisle/remreset.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty))))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (autodetected): hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) Writing index file PlaidML.idx No file PlaidML.aux. (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.73 ...ml/plaidml.svg/branch=master/plaidml}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.73 ...ml/plaidml.svg/branch=master/plaidml}.svg} (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd) [1 <./plaid-final.pn g>] [2] Chapter 1. [3] [4] Chapter 2. [5] [6] Chapter 3. [7] [8] Chapter 4. [9] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd) [10] [11] [12] Chapter 5. LaTeX Warning: Hyper reference `api/plaidml.keras::doc' on page 13 undefined on input line 449. LaTeX Warning: Hyper reference `api/plaidml.tile::doc' on page 13 undefined on input line 452. LaTeX Warning: Hyper reference `api/plaidml.keras:module-plaidml.keras' on page 13 undefined on input line 476. LaTeX Warning: Hyper reference `api/plaidml.op:module-plaidml.op' on page 13 un defined on input line 481. LaTeX Warning: Hyper reference `api/plaidml.tile:module-plaidml.tile' on page 1 3 undefined on input line 486. LaTeX Warning: Hyper reference `api/plaidml.exceptions:module-plaidml.exception s' on page 13 undefined on input line 491. Overfull \hbox (23.99998pt too wide) in alignment at lines 474--496 [] [] [13] Package longtable Warning: Column widths have changed (longtable) in table 1 on input line 496. LaTeX Warning: Hyper reference `api/plaidml.keras.install_backend:plaidml.keras .install_backend' on page 14 undefined on input line 557. Overfull \hbox (23.99998pt too wide) in alignment at lines 555--562 [] [] Package longtable Warning: Column widths have changed (longtable) in table 2 on input line 562. Underfull \hbox (badness 10000) in paragraph at lines 569--569 []\T1/ptm/m/it/10 import_path='keras.backend'\T1/ptm/m/n/10 , \T1/ptm/m/it/10 b ack-end='plaidml'\T1/ptm/m/n/10 , [14] LaTeX Warning: Hyper reference `api/plaidml.tile::doc' on page 15 undefined on input line 600. LaTeX Warning: Hyper reference `api/plaidml.op.ArgMax:plaidml.op.ArgMax' on pag e 15 undefined on input line 629. LaTeX Warning: Hyper reference `api/plaidml.op.AutoPadding:plaidml.op.AutoPaddi ng' on page 15 undefined on input line 634. LaTeX Warning: Hyper reference `api/plaidml.op.AveragePool:plaidml.op.AveragePo ol' on page 15 undefined on input line 639. LaTeX Warning: Hyper reference `api/plaidml.op.BinaryCrossentropy:plaidml.op.Bi naryCrossentropy' on page 15 undefined on input line 644. LaTeX Warning: Hyper reference `api/plaidml.op.Cast:plaidml.op.Cast' on page 15 undefined on input line 649. LaTeX Warning: Hyper reference `api/plaidml.op.ClipMax:plaidml.op.ClipMax' on p age 15 undefined on input line 654. LaTeX Warning: Hyper reference `api/plaidml.op.ClipMin:plaidml.op.ClipMin' on p age 15 undefined on input line 659. LaTeX Warning: Hyper reference `api/plaidml.op.Concatenate:plaidml.op.Concatena te' on page 15 undefined on input line 664. LaTeX Warning: Hyper reference `api/plaidml.op.Convolution:plaidml.op.Convoluti on' on page 15 undefined on input line 669. LaTeX Warning: Hyper reference `api/plaidml.op.ConvolutionDataFormat:plaidml.op .ConvolutionDataFormat' on page 15 undefined on input line 674. LaTeX Warning: Hyper reference `api/plaidml.op.ConvolutionTranspose:plaidml.op. ConvolutionTranspose' on page 15 undefined on input line 679. LaTeX Warning: Hyper reference `api/plaidml.op.CumulativeSum:plaidml.op.Cumulat iveSum' on page 15 undefined on input line 684. LaTeX Warning: Hyper reference `api/plaidml.op.Dot:plaidml.op.Dot' on page 15 u ndefined on input line 689. LaTeX Warning: Hyper reference `api/plaidml.op.Elu:plaidml.op.Elu' on page 15 u ndefined on input line 694. LaTeX Warning: Hyper reference `api/plaidml.op.Equal:plaidml.op.Equal' on page 15 undefined on input line 699. LaTeX Warning: Hyper reference `api/plaidml.op.Equal_ArgMax:plaidml.op.Equal_Ar gMax' on page 15 undefined on input line 704. LaTeX Warning: Hyper reference `api/plaidml.op.Flatten:plaidml.op.Flatten' on p age 15 undefined on input line 709. LaTeX Warning: Hyper reference `api/plaidml.op.Gather:plaidml.op.Gather' on pag e 15 undefined on input line 714. LaTeX Warning: Hyper reference `api/plaidml.op.Gemm:plaidml.op.Gemm' on page 15 undefined on input line 719. LaTeX Warning: Hyper reference `api/plaidml.op.Gradients:plaidml.op.Gradients' on page 15 undefined on input line 724. Overfull \hbox (23.99998pt too wide) in alignment at lines 627--728 [] [] LaTeX Warning: Hyper reference `api/plaidml.op.Hardmax:plaidml.op.Hardmax' on p age 15 undefined on input line 729. LaTeX Warning: Hyper reference `api/plaidml.op.Identity:plaidml.op.Identity' on page 15 undefined on input line 734. LaTeX Warning: Hyper reference `api/plaidml.op.IsMax:plaidml.op.IsMax' on page 15 undefined on input line 739. LaTeX Warning: Hyper reference `api/plaidml.op.LogSoftmax:plaidml.op.LogSoftmax ' on page 15 undefined on input line 744. LaTeX Warning: Hyper reference `api/plaidml.op.MatMul:plaidml.op.MatMul' on pag e 15 undefined on input line 749. LaTeX Warning: Hyper reference `api/plaidml.op.MaxPool:plaidml.op.MaxPool' on p age 15 undefined on input line 754. LaTeX Warning: Hyper reference `api/plaidml.op.MaxReduce:plaidml.op.MaxReduce' on page 15 undefined on input line 759. LaTeX Warning: Hyper reference `api/plaidml.op.Mean:plaidml.op.Mean' on page 15 undefined on input line 764. LaTeX Warning: Hyper reference `api/plaidml.op.MinReduce:plaidml.op.MinReduce' on page 15 undefined on input line 769. LaTeX Warning: Hyper reference `api/plaidml.op.NotEqual:plaidml.op.NotEqual' on page 15 undefined on input line 774. LaTeX Warning: Hyper reference `api/plaidml.op.Pow:plaidml.op.Pow' on page 15 u ndefined on input line 779. LaTeX Warning: Hyper reference `api/plaidml.op.Prod:plaidml.op.Prod' on page 15 undefined on input line 784. LaTeX Warning: Hyper reference `api/plaidml.op.Relu:plaidml.op.Relu' on page 15 undefined on input line 789. LaTeX Warning: Hyper reference `api/plaidml.op.Reshape:plaidml.op.Reshape' on p age 15 undefined on input line 794. LaTeX Warning: Hyper reference `api/plaidml.op.SliceTensor:plaidml.op.SliceTens or' on page 15 undefined on input line 799. LaTeX Warning: Hyper reference `api/plaidml.op.Softmax:plaidml.op.Softmax' on p age 15 undefined on input line 804. LaTeX Warning: Hyper reference `api/plaidml.op.Sqrt:plaidml.op.Sqrt' on page 15 undefined on input line 809. LaTeX Warning: Hyper reference `api/plaidml.op.Summation:plaidml.op.Summation' on page 15 undefined on input line 814. LaTeX Warning: Hyper reference `api/plaidml.op.Variance:plaidml.op.Variance' on page 15 undefined on input line 819. Overfull \hbox (23.99998pt too wide) in alignment at lines 728--824 [] [] Package longtable Warning: Column widths have changed (longtable) in table 3 on input line 824. [15] Package longtable Warning: Column widths have changed (longtable) in table 4 on input line 875. Package longtable Warning: Column widths have changed (longtable) in table 5 on input line 925. Underfull \hbox (badness 10000) in paragraph at lines 935--935 []\T1/ptm/m/it/10 data\T1/ptm/m/n/10 , \T1/ptm/m/it/10 ker-nel_shape\T1/ptm/m/n /10 , \T1/ptm/m/it/10 pads\T1/ptm/m/n/10 , \T1/ptm/m/it/10 strides\T1/ptm/m/n/1 0 , Package longtable Warning: Column widths have changed (longtable) in table 6 on input line 977. [16] Package longtable Warning: Column widths have changed (longtable) in table 7 on input line 1029. Package longtable Warning: Column widths have changed (longtable) in table 8 on input line 1079. Package longtable Warning: Column widths have changed (longtable) in table 9 on input line 1131. [17] Package longtable Warning: Column widths have changed (longtable) in table 10 on input line 1183. Package longtable Warning: Column widths have changed (longtable) in table 11 on input line 1235. Underfull \hbox (badness 10000) in paragraph at lines 1245--1245 \T1/ptm/m/it/10 1>\T1/ptm/m/n/10 , \T1/ptm/m/it/10 pads=None\T1/ptm/m/n/10 , \T 1/ptm/m/it/10 group=1\T1/ptm/m/n/10 , \T1/ptm/m/it/10 ker-nel_shape=None\T1/ptm /m/n/10 , Package longtable Warning: Column widths have changed (longtable) in table 12 on input line 1287. Package longtable Warning: Column widths have changed (longtable) in table 13 on input line 1327. Underfull \hbox (badness 10000) in paragraph at lines 1337--1337 []\T1/ptm/m/it/10 x\T1/ptm/m/n/10 , \T1/ptm/m/it/10 ker-nel\T1/ptm/m/n/10 , \T1 /ptm/m/it/10 out-put_shape\T1/ptm/m/n/10 , \T1/ptm/m/it/10 strides\T1/ptm/m/n/1 0 , \T1/ptm/m/it/10 padding\T1/ptm/m/n/10 , [18] Package longtable Warning: Column widths have changed (longtable) in table 14 on input line 1379. Package longtable Warning: Column widths have changed (longtable) in table 15 on input line 1431. Package longtable Warning: Column widths have changed (longtable) in table 16 on input line 1483. [19] Package longtable Warning: Column widths have changed (longtable) in table 17 on input line 1535. Package longtable Warning: Column widths have changed (longtable) in table 18 on input line 1590. Package longtable Warning: Column widths have changed (longtable) in table 19 on input line 1640. Package longtable Warning: Column widths have changed (longtable) in table 20 on input line 1692. [20] Package longtable Warning: Column widths have changed (longtable) in table 21 on input line 1744. Underfull \hbox (badness 10000) in paragraph at lines 1754--1754 []\T1/ptm/m/it/10 a\T1/ptm/m/n/10 , \T1/ptm/m/it/10 b\T1/ptm/m/n/10 , \T1/ptm/m /it/10 c\T1/ptm/m/n/10 , \T1/ptm/m/it/10 al-pha=None\T1/ptm/m/n/10 , \T1/ptm/m/ it/10 beta=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 broad-cast=True\T1/ptm/m/n/10 , \T1/ptm/m/it/10 transA=False\T1/ptm/m/n/10 , Package longtable Warning: Column widths have changed (longtable) in table 22 on input line 1796. Package longtable Warning: Column widths have changed (longtable) in table 23 on input line 1848. Package longtable Warning: Column widths have changed (longtable) in table 24 on input line 1900. [21] Package longtable Warning: Column widths have changed (longtable) in table 25 on input line 1952. Package longtable Warning: Column widths have changed (longtable) in table 26 on input line 2004. Package longtable Warning: Column widths have changed (longtable) in table 27 on input line 2056. [22] Package longtable Warning: Column widths have changed (longtable) in table 28 on input line 2110. Package longtable Warning: Column widths have changed (longtable) in table 29 on input line 2162. Package longtable Warning: Column widths have changed (longtable) in table 30 on input line 2214. Package longtable Warning: Column widths have changed (longtable) in table 31 on input line 2266. [23] Package longtable Warning: Column widths have changed (longtable) in table 32 on input line 2318. Package longtable Warning: Column widths have changed (longtable) in table 33 on input line 2373. Package longtable Warning: Column widths have changed (longtable) in table 34 on input line 2425. Package longtable Warning: Column widths have changed (longtable) in table 35 on input line 2475. [24] Package longtable Warning: Column widths have changed (longtable) in table 36 on input line 2527. Package longtable Warning: Column widths have changed (longtable) in table 37 on input line 2579. Package longtable Warning: Column widths have changed (longtable) in table 38 on input line 2631. Package longtable Warning: Column widths have changed (longtable) in table 39 on input line 2683. [25] Package longtable Warning: Column widths have changed (longtable) in table 40 on input line 2735. Package longtable Warning: Column widths have changed (longtable) in table 41 on input line 2787. Package longtable Warning: Column widths have changed (longtable) in table 42 on input line 2837. LaTeX Warning: Hyper reference `api/plaidml.op.ceiling:plaidml.op.ceiling' on p age 26 undefined on input line 2861. LaTeX Warning: Hyper reference `api/plaidml.op.clip:plaidml.op.clip' on page 26 undefined on input line 2866. LaTeX Warning: Hyper reference `api/plaidml.op.cos:plaidml.op.cos' on page 26 u ndefined on input line 2871. LaTeX Warning: Hyper reference `api/plaidml.op.equal:plaidml.op.equal' on page 26 undefined on input line 2876. LaTeX Warning: Hyper reference `api/plaidml.op.exp:plaidml.op.exp' on page 26 u ndefined on input line 2881. LaTeX Warning: Hyper reference `api/plaidml.op.floor:plaidml.op.floor' on page 26 undefined on input line 2886. LaTeX Warning: Hyper reference `api/plaidml.op.gradients:plaidml.op.gradients' on page 26 undefined on input line 2891. LaTeX Warning: Hyper reference `api/plaidml.op.hardmax:plaidml.op.hardmax' on p age 26 undefined on input line 2896. LaTeX Warning: Hyper reference `api/plaidml.op.log:plaidml.op.log' on page 26 u ndefined on input line 2901. LaTeX Warning: Hyper reference `api/plaidml.op.log_softmax:plaidml.op.log_softm ax' on page 26 undefined on input line 2906. LaTeX Warning: Hyper reference `api/plaidml.op.max_reduce:plaidml.op.max_reduce ' on page 26 undefined on input line 2911. LaTeX Warning: Hyper reference `api/plaidml.op.mean:plaidml.op.mean' on page 26 undefined on input line 2916. LaTeX Warning: Hyper reference `api/plaidml.op.min_reduce:plaidml.op.min_reduce ' on page 26 undefined on input line 2921. LaTeX Warning: Hyper reference `api/plaidml.op.pad_compute:plaidml.op.pad_compu te' on page 26 undefined on input line 2926. LaTeX Warning: Hyper reference `api/plaidml.op.prod:plaidml.op.prod' on page 26 undefined on input line 2931. LaTeX Warning: Hyper reference `api/plaidml.op.sigmoid:plaidml.op.sigmoid' on p age 26 undefined on input line 2936. LaTeX Warning: Hyper reference `api/plaidml.op.sin:plaidml.op.sin' on page 26 u ndefined on input line 2941. LaTeX Warning: Hyper reference `api/plaidml.op.softmax:plaidml.op.softmax' on p age 26 undefined on input line 2946. LaTeX Warning: Hyper reference `api/plaidml.op.squeeze:plaidml.op.squeeze' on p age 26 undefined on input line 2951. LaTeX Warning: Hyper reference `api/plaidml.op.summation:plaidml.op.summation' on page 26 undefined on input line 2956. Overfull \hbox (23.99998pt too wide) in alignment at lines 2859--2960 [] [] LaTeX Warning: Hyper reference `api/plaidml.op.tanh:plaidml.op.tanh' on page 26 undefined on input line 2961. LaTeX Warning: Hyper reference `api/plaidml.op.unsqueeze:plaidml.op.unsqueeze' on page 26 undefined on input line 2966. Overfull \hbox (23.99998pt too wide) in alignment at lines 2960--2971 [] [] [26] Package longtable Warning: Column widths have changed (longtable) in table 43 on input line 2971. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 27 undefined on input line 3017. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 27 undefined on input line 3020. [27] LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 28 undefined on input line 3132. LaTeX Warning: Hyper reference `api/plaidml.op.AutoPadding:plaidml.op.AutoPaddi ng' on page 28 undefined on input line 3141. [28] [29] LaTeX Warning: Hyper reference `api/plaidml.op::doc' on page 30 undefined on in put line 3277. LaTeX Warning: Hyper reference `api/plaidml.tile.DTypeInfo:plaidml.tile.DTypeIn fo' on page 30 undefined on input line 3321. LaTeX Warning: Hyper reference `api/plaidml.tile.Operation:plaidml.tile.Operati on' on page 30 undefined on input line 3326. LaTeX Warning: Hyper reference `api/plaidml.tile.Shape:plaidml.tile.Shape' on p age 30 undefined on input line 3331. LaTeX Warning: Hyper reference `api/plaidml.tile.ShapeOf:plaidml.tile.ShapeOf' on page 30 undefined on input line 3336. LaTeX Warning: Hyper reference `api/plaidml.tile.Source:plaidml.tile.Source' on page 30 undefined on input line 3341. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 30 undefined on input line 3346. Overfull \hbox (23.99998pt too wide) in alignment at lines 3319--3351 [] [] Package longtable Warning: Column widths have changed (longtable) in table 44 on input line 3351. Package longtable Warning: Column widths have changed (longtable) in table 45 on input line 3390. [30] Package longtable Warning: Column widths have changed (longtable) in table 46 on input line 3426. Package longtable Warning: Column widths have changed (longtable) in table 47 on input line 3478. Package longtable Warning: Column widths have changed (longtable) in table 48 on input line 3520. Package longtable Warning: Column widths have changed (longtable) in table 49 on input line 3556. Underfull \hbox (badness 10000) in paragraph at lines 3569--3572 []\T1/ptm/m/n/10 to be able to ref-er-ence it from [31] Package longtable Warning: Column widths have changed (longtable) in table 50 on input line 3614. Package longtable Warning: Column widths have changed (longtable) in table 51 on input line 3654. Package longtable Warning: Column widths have changed (longtable) in table 52 on input line 3685. Package longtable Warning: Column widths have changed (longtable) in table 53 on input line 3762. Package longtable Warning: Column widths have changed (longtable) in table 54 on input line 3793. LaTeX Warning: Hyper reference `api/plaidml.tile.binary_op:plaidml.tile.binary_ op' on page 32 undefined on input line 3817. LaTeX Warning: Hyper reference `api/plaidml.tile.broadcast_dims:plaidml.tile.br oadcast_dims' on page 32 undefined on input line 3822. LaTeX Warning: Hyper reference `api/plaidml.tile.common_dtype:plaidml.tile.comm on_dtype' on page 32 undefined on input line 3827. LaTeX Warning: Hyper reference `api/plaidml.tile.compose:plaidml.tile.compose' on page 32 undefined on input line 3832. LaTeX Warning: Hyper reference `api/plaidml.tile.compute_aggregation_axes:plaid ml.tile.compute_aggregation_axes' on page 32 undefined on input line 3837. Underfull \hbox (badness 6445) in paragraph at lines 3837--3838 []|\T1/pcr/m/sl/10 compute_aggregation_axes\T1/ptm/m/n/10 (dims[, axes, keep- LaTeX Warning: Hyper reference `api/plaidml.tile.maximum:plaidml.tile.maximum' on page 32 undefined on input line 3842. LaTeX Warning: Hyper reference `api/plaidml.tile.minimum:plaidml.tile.minimum' on page 32 undefined on input line 3847. LaTeX Warning: Hyper reference `api/plaidml.tile.to_dot:plaidml.tile.to_dot' on page 32 undefined on input line 3852. LaTeX Warning: Hyper reference `api/plaidml.tile.unary_op:plaidml.tile.unary_op ' on page 32 undefined on input line 3857. Overfull \hbox (23.99998pt too wide) in alignment at lines 3815--3862 [] [] [32] Package longtable Warning: Column widths have changed (longtable) in table 55 on input line 3862. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 33 undefined on input line 3874. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 33 undefined on input line 3877. LaTeX Warning: Hyper reference `api/plaidml.DType:plaidml.DType' on page 33 und efined on input line 3884. LaTeX Warning: Hyper reference `api/plaidml.DType:plaidml.DType' on page 33 und efined on input line 3928. [33] LaTeX Warning: Hyper reference `api/plaidml.Device:plaidml.Device' on page 34 u ndefined on input line 3951. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 34 undefined on input line 3954. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 34 undefined on input line 3957. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 34 undefined on input line 3982. Underfull \hbox (badness 10000) in paragraph at lines 3997--4000 []\T1/ptm/m/n/10 formatting re-place-ments to use LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 34 undefined on input line 4037. LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 34 undefined on input line 4040. [34] LaTeX Warning: Hyper reference `api/plaidml.tile.Value:plaidml.tile.Value' on p age 35 undefined on input line 4068. LaTeX Warning: Hyper reference `api/plaidml.tile.Error:plaidml.tile.Error' on p age 35 undefined on input line 4106. LaTeX Warning: Hyper reference `api/plaidml.tile.LogicError:plaidml.tile.LogicE rror' on page 35 undefined on input line 4111. Overfull \hbox (23.99998pt too wide) in alignment at lines 4104--4116 [] [] Package longtable Warning: Column widths have changed (longtable) in table 56 on input line 4116. LaTeX Warning: Hyper reference `api/plaidml.exceptions.Aborted:plaidml.exceptio ns.Aborted' on page 35 undefined on input line 4163. LaTeX Warning: Hyper reference `api/plaidml.exceptions.AlreadyExists:plaidml.ex ceptions.AlreadyExists' on page 35 undefined on input line 4168. LaTeX Warning: Hyper reference `api/plaidml.exceptions.Cancelled:plaidml.except ions.Cancelled' on page 35 undefined on input line 4173. LaTeX Warning: Hyper reference `api/plaidml.exceptions.DataLoss:plaidml.excepti ons.DataLoss' on page 35 undefined on input line 4178. LaTeX Warning: Hyper reference `api/plaidml.exceptions.DeadlineExceeded:plaidml .exceptions.DeadlineExceeded' on page 35 undefined on input line 4183. LaTeX Warning: Hyper reference `api/plaidml.exceptions.FailedPrecondition:plaid ml.exceptions.FailedPrecondition' on page 35 undefined on input line 4188. LaTeX Warning: Hyper reference `api/plaidml.exceptions.Internal:plaidml.excepti ons.Internal' on page 35 undefined on input line 4193. LaTeX Warning: Hyper reference `api/plaidml.exceptions.InvalidArgument:plaidml. exceptions.InvalidArgument' on page 35 undefined on input line 4198. LaTeX Warning: Hyper reference `api/plaidml.exceptions.NotFound:plaidml.excepti ons.NotFound' on page 35 undefined on input line 4203. LaTeX Warning: Hyper reference `api/plaidml.exceptions.OutOfRange:plaidml.excep tions.OutOfRange' on page 35 undefined on input line 4208. LaTeX Warning: Hyper reference `api/plaidml.exceptions.PermissionDenied:plaidml .exceptions.PermissionDenied' on page 35 undefined on input line 4213. LaTeX Warning: Hyper reference `api/plaidml.exceptions.PlaidMLError:plaidml.exc eptions.PlaidMLError' on page 35 undefined on input line 4218. LaTeX Warning: Hyper reference `api/plaidml.exceptions.ResourceExhausted:plaidm l.exceptions.ResourceExhausted' on page 35 undefined on input line 4223. LaTeX Warning: Hyper reference `api/plaidml.exceptions.Unauthenticated:plaidml. exceptions.Unauthenticated' on page 35 undefined on input line 4228. LaTeX Warning: Hyper reference `api/plaidml.exceptions.Unavailable:plaidml.exce ptions.Unavailable' on page 35 undefined on input line 4233. LaTeX Warning: Hyper reference `api/plaidml.exceptions.Unimplemented:plaidml.ex ceptions.Unimplemented' on page 35 undefined on input line 4238. LaTeX Warning: Hyper reference `api/plaidml.exceptions.Unknown:plaidml.exceptio ns.Unknown' on page 35 undefined on input line 4243. Overfull \hbox (23.99998pt too wide) in alignment at lines 4161--4248 [] [] Package longtable Warning: Column widths have changed (longtable) in table 57 on input line 4248. [35] [36] [37] LaTeX Warning: Hyper reference `api/plaidml.Applier:plaidml.Applier' on page 38 undefined on input line 4458. LaTeX Warning: Hyper reference `api/plaidml.Composer:plaidml.Composer' on page 38 undefined on input line 4463. LaTeX Warning: Hyper reference `api/plaidml.context.Context:plaidml.context.Con text' on page 38 undefined on input line 4468. LaTeX Warning: Hyper reference `api/plaidml.DType:plaidml.DType' on page 38 und efined on input line 4473. LaTeX Warning: Hyper reference `api/plaidml.Device:plaidml.Device' on page 38 u ndefined on input line 4478. LaTeX Warning: Hyper reference `api/plaidml.Dimension:plaidml.Dimension' on pag e 38 undefined on input line 4483. LaTeX Warning: Hyper reference `api/plaidml.Function:plaidml.Function' on page 38 undefined on input line 4488. LaTeX Warning: Hyper reference `api/plaidml.Integer:plaidml.Integer' on page 38 undefined on input line 4493. LaTeX Warning: Hyper reference `api/plaidml.Invocation:plaidml.Invocation' on p age 38 undefined on input line 4498. LaTeX Warning: Hyper reference `api/plaidml.Invoker:plaidml.Invoker' on page 38 undefined on input line 4503. LaTeX Warning: Hyper reference `api/plaidml.library.Library:plaidml.library.Lib rary' on page 38 undefined on input line 4508. LaTeX Warning: Hyper reference `api/plaidml.Placeholder:plaidml.Placeholder' on page 38 undefined on input line 4513. LaTeX Warning: Hyper reference `api/plaidml.Real:plaidml.Real' on page 38 undef ined on input line 4518. LaTeX Warning: Hyper reference `api/plaidml.Shape:plaidml.Shape' on page 38 und efined on input line 4523. LaTeX Warning: Hyper reference `api/plaidml.Tensor:plaidml.Tensor' on page 38 u ndefined on input line 4528. LaTeX Warning: Hyper reference `api/plaidml.Var:plaidml.Var' on page 38 undefin ed on input line 4533. Overfull \hbox (23.99998pt too wide) in alignment at lines 4456--4538 [] [] Package longtable Warning: Column widths have changed (longtable) in table 58 on input line 4538. Package longtable Warning: Column widths have changed (longtable) in table 59 on input line 4585. [38] Package longtable Warning: Column widths have changed (longtable) in table 60 on input line 4645. Package longtable Warning: Column widths have changed (longtable) in table 61 on input line 4695. Package longtable Warning: Column widths have changed (longtable) in table 62 on input line 4792. [39] Package longtable Warning: Column widths have changed (longtable) in table 63 on input line 4837. Package longtable Warning: Column widths have changed (longtable) in table 64 on input line 4877. Package longtable Warning: Column widths have changed (longtable) in table 65 on input line 4908. Package longtable Warning: Column widths have changed (longtable) in table 66 on input line 4948. Package longtable Warning: Column widths have changed (longtable) in table 67 on input line 4983. [40] Package longtable Warning: Column widths have changed (longtable) in table 68 on input line 5018. Package longtable Warning: Column widths have changed (longtable) in table 69 on input line 5083. Package longtable Warning: Column widths have changed (longtable) in table 70 on input line 5140. Package longtable Warning: Column widths have changed (longtable) in table 71 on input line 5175. [41] Package longtable Warning: Column widths have changed (longtable) in table 72 on input line 5210. Package longtable Warning: Column widths have changed (longtable) in table 73 on input line 5245. Package longtable Warning: Column widths have changed (longtable) in table 74 on input line 5296. Package longtable Warning: Column widths have changed (longtable) in table 75 on input line 5346. Package longtable Warning: Column widths have changed (longtable) in table 76 on input line 5377. [42] Package longtable Warning: Column widths have changed (longtable) in table 77 on input line 5414. [43] [44] Chapter 6. [45] [46] Chapter 7. [47] [48] Chapter 8. [49] [50] LaTeX Warning: Reference `plaidml:module-plaidml' on page 51 undefined on input line 5628. LaTeX Warning: Reference `api/plaidml.exceptions:module-plaidml.exceptions' on page 51 undefined on input line 5629. LaTeX Warning: Reference `api/plaidml.keras:module-plaidml.keras' on page 51 un defined on input line 5630. LaTeX Warning: Reference `api/plaidml.op:module-plaidml.op' on page 51 undefine d on input line 5631. LaTeX Warning: Reference `api/plaidml.tile:module-plaidml.tile' on page 51 unde fined on input line 5632. [51] No file PlaidML.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. (./PlaidML.aux) Package rerunfilecheck Warning: File `PlaidML.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/base/8r.enc} Output written on PlaidML.pdf (55 pages, 307616 bytes). Transcript written on PlaidML.log. [rtd-command-info] start-time: 2018-04-11T23:23:43.717145Z, end-time: 2018-04-11T23:23:43.847030Z, duration: 0, exit-code: 0 makeindex -s python.ist PlaidML.idx This is makeindex, version 2.15 [TeX Live 2015] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file PlaidML.idx....done (127 entries accepted, 0 rejected). Sorting entries....done (955 comparisons). Generating output file PlaidML.ind....done (190 lines written, 0 warnings). Output written in PlaidML.ind. Transcript written in PlaidML.ilg. [rtd-command-info] start-time: 2018-04-11T23:23:43.912091Z, end-time: 2018-04-11T23:23:44.810858Z, duration: 0, exit-code: 0 pdflatex -interaction=nonstopmode /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/_build/latex/PlaidML.tex This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (/home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/st able/docs/_build/latex/PlaidML.tex LaTeX2e <2016/02/01> Babel <3.9q> and hyphenation patterns for 81 language(s) loaded. (./sphinxmanual.cls Document Class: sphinxmanual 2017/03/26 v1.6 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def))) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty)))) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty) Package Sphinx Info: **** titlesec 2.10.1 successfully patched for bugfix **** (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (./sphinxmulticell.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline fix <2008/02/07> (tvz)) (./footnotehyper-sphinx.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty) (/usr/share/texlive/texmf-dist/tex/latex/carlisle/remreset.sty) (./sphinxhighlight.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty))))) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver (autodetected): hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) Writing index file PlaidML.idx (./PlaidML.aux) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./PlaidML.out) (./PlaidML.out) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./PlaidML.toc) [1] [2] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.73 ...ml/plaidml.svg/branch=master/plaidml}.svg} ! LaTeX Error: Unknown graphics extension: .svg. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.73 ...ml/plaidml.svg/branch=master/plaidml}.svg} (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd) [1 <./plaid-final.pn g>] [2] Chapter 1. [3] [4] Chapter 2. [5] [6] Chapter 3. [7] [8] Chapter 4. [9] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd) [10] [11] [12] Chapter 5. Overfull \hbox (23.99998pt too wide) in alignment at lines 459--462 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 462--468 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 468--472 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 472--474 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 474--496 [] [] [13] Overfull \hbox (23.99998pt too wide) in alignment at lines 540--543 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 543--549 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 549--553 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 553--555 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 555--562 [] [] Underfull \hbox (badness 10000) in paragraph at lines 569--569 []\T1/ptm/m/it/10 import_path='keras.backend'\T1/ptm/m/n/10 , \T1/ptm/m/it/10 b ack-end='plaidml'\T1/ptm/m/n/10 , [14] Overfull \hbox (23.99998pt too wide) in alignment at lines 612--615 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 615--621 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 621--625 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 625--627 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 627--728 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 728--824 [] [] [15] Underfull \hbox (badness 10000) in paragraph at lines 935--935 []\T1/ptm/m/it/10 data\T1/ptm/m/n/10 , \T1/ptm/m/it/10 ker-nel_shape\T1/ptm/m/n /10 , \T1/ptm/m/it/10 pads\T1/ptm/m/n/10 , \T1/ptm/m/it/10 strides\T1/ptm/m/n/1 0 , [16] [17] Underfull \hbox (badness 10000) in paragraph at lines 1245--1245 \T1/ptm/m/it/10 1>\T1/ptm/m/n/10 , \T1/ptm/m/it/10 pads=None\T1/ptm/m/n/10 , \T 1/ptm/m/it/10 group=1\T1/ptm/m/n/10 , \T1/ptm/m/it/10 ker-nel_shape=None\T1/ptm /m/n/10 , Underfull \hbox (badness 10000) in paragraph at lines 1337--1337 []\T1/ptm/m/it/10 x\T1/ptm/m/n/10 , \T1/ptm/m/it/10 ker-nel\T1/ptm/m/n/10 , \T1 /ptm/m/it/10 out-put_shape\T1/ptm/m/n/10 , \T1/ptm/m/it/10 strides\T1/ptm/m/n/1 0 , \T1/ptm/m/it/10 padding\T1/ptm/m/n/10 , [18] [19] [20] Underfull \hbox (badness 10000) in paragraph at lines 1754--1754 []\T1/ptm/m/it/10 a\T1/ptm/m/n/10 , \T1/ptm/m/it/10 b\T1/ptm/m/n/10 , \T1/ptm/m /it/10 c\T1/ptm/m/n/10 , \T1/ptm/m/it/10 al-pha=None\T1/ptm/m/n/10 , \T1/ptm/m/ it/10 beta=None\T1/ptm/m/n/10 , \T1/ptm/m/it/10 broad-cast=True\T1/ptm/m/n/10 , \T1/ptm/m/it/10 transA=False\T1/ptm/m/n/10 , [21] [22] [23] [24] [25] Overfull \hbox (23.99998pt too wide) in alignment at lines 2844--2847 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 2847--2853 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 2853--2857 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 2857--2859 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 2859--2960 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 2960--2971 [] [] [26] [27] [28] [29] Overfull \hbox (23.99998pt too wide) in alignment at lines 3304--3307 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 3307--3313 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 3313--3317 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 3317--3319 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 3319--3351 [] [] [30] Underfull \hbox (badness 10000) in paragraph at lines 3569--3572 []\T1/ptm/m/n/10 to be able to ref-er-ence it from [31] Overfull \hbox (23.99998pt too wide) in alignment at lines 3800--3803 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 3803--3809 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 3809--3813 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 3813--3815 [] [] Underfull \hbox (badness 6445) in paragraph at lines 3837--3838 []|[][]\T1/pcr/m/sl/10 compute_aggregation_axes[][]\T1/ptm/m/n/10 (dims[, axes, keep- Overfull \hbox (23.99998pt too wide) in alignment at lines 3815--3862 [] [] [32] [33] Underfull \hbox (badness 10000) in paragraph at lines 3997--4000 []\T1/ptm/m/n/10 formatting re-place-ments to use [34] Overfull \hbox (23.99998pt too wide) in alignment at lines 4089--4092 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4092--4098 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4098--4102 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4102--4104 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4104--4116 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4146--4149 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4149--4155 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4155--4159 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4159--4161 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4161--4248 [] [] [35] [36] [37] Overfull \hbox (23.99998pt too wide) in alignment at lines 4441--4444 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4444--4450 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4450--4454 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4454--4456 [] [] Overfull \hbox (23.99998pt too wide) in alignment at lines 4456--4538 [] [] [38] [39] [40] [41] [42] [43] [44] Chapter 6. [45] [46] Chapter 7. [47] [48] Chapter 8. [49] [50] [51] (./PlaidML.ind [52] [53] [54]) (./PlaidML.aux) Package rerunfilecheck Warning: File `PlaidML.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texlive/texmf-d ist/fonts/enc/dvips/base/8r.enc} Output written on PlaidML.pdf (58 pages, 324583 bytes). Transcript written on PlaidML.log. [rtd-command-info] start-time: 2018-04-11T23:23:44.877201Z, end-time: 2018-04-11T23:23:44.942394Z, duration: 0, exit-code: 0 mv -f /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/_build/latex/PlaidML.pdf /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/artifacts/stable/sphinx_pdf/vertexai-plaidml.pdf [rtd-command-info] start-time: 2018-04-11T23:23:45.025650Z, end-time: 2018-04-11T23:23:56.310632Z, duration: 11, exit-code: 0 python sphinx-build -T -b epub -d _build/doctrees-epub -D language=en . _build/epub Running Sphinx v1.7.1 loading translations [en]... done making output directory... WARNING: The config value `plantuml' has type `NoneType', defaults to `str'. loading pickled environment... not yet created [autosummary] generating autosummary for: api/plaidml.Applier.rst, api/plaidml.Composer.rst, api/plaidml.DType.rst, api/plaidml.Device.rst, api/plaidml.Dimension.rst, api/plaidml.Function.rst, api/plaidml.Integer.rst, api/plaidml.Invocation.rst, api/plaidml.Invoker.rst, api/plaidml.Placeholder.rst, ..., api/plaidml.tile.rst, api/plaidml.tile.to_dot.rst, api/plaidml.tile.unary_op.rst, building.md, contributing.rst, index.rst, installing.md, op_tutorial.md, overview.rst, plaidml.rst WARNING: [autosummary] failed to import u'plaidml.Classes': no module named plaidml.Classes WARNING: [autosummary] failed to import u'plaidml.Functions': no module named plaidml.Functions building [mo]: targets for 0 po files that are out of date building [epub]: targets for 123 source files that are out of date updating environment: 123 added, 0 changed, 0 removed reading sources... [ 0%] api/plaidml.Applier reading sources... [ 1%] api/plaidml.Composer reading sources... [ 2%] api/plaidml.DType reading sources... [ 3%] api/plaidml.Device reading sources... [ 4%] api/plaidml.Dimension reading sources... [ 4%] api/plaidml.Function reading sources... [ 5%] api/plaidml.Integer reading sources... [ 6%] api/plaidml.Invocation reading sources... [ 7%] api/plaidml.Invoker reading sources... [ 8%] api/plaidml.Placeholder reading sources... [ 8%] api/plaidml.Real reading sources... [ 9%] api/plaidml.Shape reading sources... [ 10%] api/plaidml.Tensor reading sources... [ 11%] api/plaidml.Var reading sources... [ 12%] api/plaidml.context.Context reading sources... [ 13%] api/plaidml.exceptions reading sources... [ 13%] api/plaidml.exceptions.Aborted reading sources... [ 14%] api/plaidml.exceptions.AlreadyExists reading sources... [ 15%] api/plaidml.exceptions.Cancelled reading sources... [ 16%] api/plaidml.exceptions.DataLoss reading sources... [ 17%] api/plaidml.exceptions.DeadlineExceeded reading sources... [ 17%] api/plaidml.exceptions.FailedPrecondition reading sources... [ 18%] api/plaidml.exceptions.Internal reading sources... [ 19%] api/plaidml.exceptions.InvalidArgument reading sources... [ 20%] api/plaidml.exceptions.NotFound reading sources... [ 21%] api/plaidml.exceptions.OutOfRange reading sources... [ 21%] api/plaidml.exceptions.PermissionDenied reading sources... [ 22%] api/plaidml.exceptions.PlaidMLError reading sources... [ 23%] api/plaidml.exceptions.ResourceExhausted reading sources... [ 24%] api/plaidml.exceptions.Unauthenticated reading sources... [ 25%] api/plaidml.exceptions.Unavailable reading sources... [ 26%] api/plaidml.exceptions.Unimplemented reading sources... [ 26%] api/plaidml.exceptions.Unknown reading sources... [ 27%] api/plaidml.keras reading sources... [ 28%] api/plaidml.keras.install_backend reading sources... [ 29%] api/plaidml.library.Library reading sources... [ 30%] api/plaidml.op reading sources... [ 30%] api/plaidml.op.ArgMax reading sources... [ 31%] api/plaidml.op.AutoPadding reading sources... [ 32%] api/plaidml.op.AveragePool reading sources... [ 33%] api/plaidml.op.BinaryCrossentropy reading sources... [ 34%] api/plaidml.op.Cast reading sources... [ 34%] api/plaidml.op.ClipMax reading sources... [ 35%] api/plaidml.op.ClipMin reading sources... [ 36%] api/plaidml.op.Concatenate reading sources... [ 37%] api/plaidml.op.Convolution reading sources... [ 38%] api/plaidml.op.ConvolutionDataFormat reading sources... [ 39%] api/plaidml.op.ConvolutionTranspose reading sources... [ 39%] api/plaidml.op.CumulativeSum reading sources... [ 40%] api/plaidml.op.Dot reading sources... [ 41%] api/plaidml.op.Elu reading sources... [ 42%] api/plaidml.op.Equal reading sources... [ 43%] api/plaidml.op.Equal_ArgMax reading sources... [ 43%] api/plaidml.op.Flatten reading sources... [ 44%] api/plaidml.op.Gather reading sources... [ 45%] api/plaidml.op.Gemm reading sources... [ 46%] api/plaidml.op.Gradients reading sources... [ 47%] api/plaidml.op.Hardmax reading sources... [ 47%] api/plaidml.op.Identity reading sources... [ 48%] api/plaidml.op.IsMax reading sources... [ 49%] api/plaidml.op.LogSoftmax reading sources... [ 50%] api/plaidml.op.MatMul reading sources... [ 51%] api/plaidml.op.MaxPool reading sources... [ 52%] api/plaidml.op.MaxReduce reading sources... [ 52%] api/plaidml.op.Mean reading sources... [ 53%] api/plaidml.op.MinReduce reading sources... [ 54%] api/plaidml.op.NotEqual reading sources... [ 55%] api/plaidml.op.Pow reading sources... [ 56%] api/plaidml.op.Prod reading sources... [ 56%] api/plaidml.op.Relu reading sources... [ 57%] api/plaidml.op.Reshape reading sources... [ 58%] api/plaidml.op.SliceTensor reading sources... [ 59%] api/plaidml.op.Softmax reading sources... [ 60%] api/plaidml.op.Sqrt reading sources... [ 60%] api/plaidml.op.Summation reading sources... [ 61%] api/plaidml.op.Variance reading sources... [ 62%] api/plaidml.op.ceiling reading sources... [ 63%] api/plaidml.op.clip reading sources... [ 64%] api/plaidml.op.cos reading sources... [ 65%] api/plaidml.op.equal reading sources... [ 65%] api/plaidml.op.exp reading sources... [ 66%] api/plaidml.op.floor reading sources... [ 67%] api/plaidml.op.gradients reading sources... [ 68%] api/plaidml.op.hardmax reading sources... [ 69%] api/plaidml.op.log reading sources... [ 69%] api/plaidml.op.log_softmax reading sources... [ 70%] api/plaidml.op.max_reduce reading sources... [ 71%] api/plaidml.op.mean reading sources... [ 72%] api/plaidml.op.min_reduce reading sources... [ 73%] api/plaidml.op.pad_compute reading sources... [ 73%] api/plaidml.op.prod reading sources... [ 74%] api/plaidml.op.sigmoid reading sources... [ 75%] api/plaidml.op.sin reading sources... [ 76%] api/plaidml.op.softmax reading sources... [ 77%] api/plaidml.op.squeeze reading sources... [ 78%] api/plaidml.op.summation reading sources... [ 78%] api/plaidml.op.tanh reading sources... [ 79%] api/plaidml.op.unsqueeze reading sources... [ 80%] api/plaidml.tile reading sources... [ 81%] api/plaidml.tile.DTypeInfo reading sources... [ 82%] api/plaidml.tile.Error reading sources... [ 82%] api/plaidml.tile.LogicError reading sources... [ 83%] api/plaidml.tile.Operation reading sources... [ 84%] api/plaidml.tile.Shape reading sources... [ 85%] api/plaidml.tile.ShapeOf reading sources... [ 86%] api/plaidml.tile.Source reading sources... [ 86%] api/plaidml.tile.Value reading sources... [ 87%] api/plaidml.tile.binary_op reading sources... [ 88%] api/plaidml.tile.broadcast_dims reading sources... [ 89%] api/plaidml.tile.common_dtype reading sources... [ 90%] api/plaidml.tile.compose reading sources... [ 91%] api/plaidml.tile.compute_aggregation_axes reading sources... [ 91%] api/plaidml.tile.maximum reading sources... [ 92%] api/plaidml.tile.minimum reading sources... [ 93%] api/plaidml.tile.to_dot reading sources... [ 94%] api/plaidml.tile.unary_op reading sources... [ 95%] building reading sources... [ 95%] contributing reading sources... [ 96%] index reading sources... [ 97%] installing reading sources... [ 98%] op_tutorial reading sources... [ 99%] overview reading sources... [100%] plaidml looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] api/plaidml.Applier writing output... [ 1%] api/plaidml.Composer writing output... [ 2%] api/plaidml.DType writing output... [ 3%] api/plaidml.Device writing output... [ 4%] api/plaidml.Dimension writing output... [ 4%] api/plaidml.Function writing output... [ 5%] api/plaidml.Integer writing output... [ 6%] api/plaidml.Invocation writing output... [ 7%] api/plaidml.Invoker writing output... [ 8%] api/plaidml.Placeholder writing output... [ 8%] api/plaidml.Real writing output... [ 9%] api/plaidml.Shape writing output... [ 10%] api/plaidml.Tensor writing output... [ 11%] api/plaidml.Var writing output... [ 12%] api/plaidml.context.Context writing output... [ 13%] api/plaidml.exceptions writing output... [ 13%] api/plaidml.exceptions.Aborted writing output... [ 14%] api/plaidml.exceptions.AlreadyExists writing output... [ 15%] api/plaidml.exceptions.Cancelled writing output... [ 16%] api/plaidml.exceptions.DataLoss writing output... [ 17%] api/plaidml.exceptions.DeadlineExceeded writing output... [ 17%] api/plaidml.exceptions.FailedPrecondition writing output... [ 18%] api/plaidml.exceptions.Internal writing output... [ 19%] api/plaidml.exceptions.InvalidArgument writing output... [ 20%] api/plaidml.exceptions.NotFound writing output... [ 21%] api/plaidml.exceptions.OutOfRange writing output... [ 21%] api/plaidml.exceptions.PermissionDenied writing output... [ 22%] api/plaidml.exceptions.PlaidMLError writing output... [ 23%] api/plaidml.exceptions.ResourceExhausted writing output... [ 24%] api/plaidml.exceptions.Unauthenticated writing output... [ 25%] api/plaidml.exceptions.Unavailable writing output... [ 26%] api/plaidml.exceptions.Unimplemented writing output... [ 26%] api/plaidml.exceptions.Unknown writing output... [ 27%] api/plaidml.keras writing output... [ 28%] api/plaidml.keras.install_backend writing output... [ 29%] api/plaidml.library.Library writing output... [ 30%] api/plaidml.op writing output... [ 30%] api/plaidml.op.ArgMax writing output... [ 31%] api/plaidml.op.AutoPadding writing output... [ 32%] api/plaidml.op.AveragePool writing output... [ 33%] api/plaidml.op.BinaryCrossentropy writing output... [ 34%] api/plaidml.op.Cast writing output... [ 34%] api/plaidml.op.ClipMax writing output... [ 35%] api/plaidml.op.ClipMin writing output... [ 36%] api/plaidml.op.Concatenate writing output... [ 37%] api/plaidml.op.Convolution writing output... [ 38%] api/plaidml.op.ConvolutionDataFormat writing output... [ 39%] api/plaidml.op.ConvolutionTranspose writing output... [ 39%] api/plaidml.op.CumulativeSum writing output... [ 40%] api/plaidml.op.Dot writing output... [ 41%] api/plaidml.op.Elu writing output... [ 42%] api/plaidml.op.Equal writing output... [ 43%] api/plaidml.op.Equal_ArgMax writing output... [ 43%] api/plaidml.op.Flatten writing output... [ 44%] api/plaidml.op.Gather writing output... [ 45%] api/plaidml.op.Gemm writing output... [ 46%] api/plaidml.op.Gradients writing output... [ 47%] api/plaidml.op.Hardmax writing output... [ 47%] api/plaidml.op.Identity writing output... [ 48%] api/plaidml.op.IsMax writing output... [ 49%] api/plaidml.op.LogSoftmax writing output... [ 50%] api/plaidml.op.MatMul writing output... [ 51%] api/plaidml.op.MaxPool writing output... [ 52%] api/plaidml.op.MaxReduce writing output... [ 52%] api/plaidml.op.Mean writing output... [ 53%] api/plaidml.op.MinReduce writing output... [ 54%] api/plaidml.op.NotEqual writing output... [ 55%] api/plaidml.op.Pow writing output... [ 56%] api/plaidml.op.Prod writing output... [ 56%] api/plaidml.op.Relu writing output... [ 57%] api/plaidml.op.Reshape writing output... [ 58%] api/plaidml.op.SliceTensor writing output... [ 59%] api/plaidml.op.Softmax writing output... [ 60%] api/plaidml.op.Sqrt writing output... [ 60%] api/plaidml.op.Summation writing output... [ 61%] api/plaidml.op.Variance writing output... [ 62%] api/plaidml.op.ceiling writing output... [ 63%] api/plaidml.op.clip writing output... [ 64%] api/plaidml.op.cos writing output... [ 65%] api/plaidml.op.equal writing output... [ 65%] api/plaidml.op.exp writing output... [ 66%] api/plaidml.op.floor writing output... [ 67%] api/plaidml.op.gradients writing output... [ 68%] api/plaidml.op.hardmax writing output... [ 69%] api/plaidml.op.log writing output... [ 69%] api/plaidml.op.log_softmax writing output... [ 70%] api/plaidml.op.max_reduce writing output... [ 71%] api/plaidml.op.mean writing output... [ 72%] api/plaidml.op.min_reduce writing output... [ 73%] api/plaidml.op.pad_compute writing output... [ 73%] api/plaidml.op.prod writing output... [ 74%] api/plaidml.op.sigmoid writing output... [ 75%] api/plaidml.op.sin writing output... [ 76%] api/plaidml.op.softmax writing output... [ 77%] api/plaidml.op.squeeze writing output... [ 78%] api/plaidml.op.summation writing output... [ 78%] api/plaidml.op.tanh writing output... [ 79%] api/plaidml.op.unsqueeze writing output... [ 80%] api/plaidml.tile writing output... [ 81%] api/plaidml.tile.DTypeInfo writing output... [ 82%] api/plaidml.tile.Error writing output... [ 82%] api/plaidml.tile.LogicError writing output... [ 83%] api/plaidml.tile.Operation writing output... [ 84%] api/plaidml.tile.Shape writing output... [ 85%] api/plaidml.tile.ShapeOf writing output... [ 86%] api/plaidml.tile.Source writing output... [ 86%] api/plaidml.tile.Value writing output... [ 87%] api/plaidml.tile.binary_op writing output... [ 88%] api/plaidml.tile.broadcast_dims writing output... [ 89%] api/plaidml.tile.common_dtype writing output... [ 90%] api/plaidml.tile.compose writing output... [ 91%] api/plaidml.tile.compute_aggregation_axes writing output... [ 91%] api/plaidml.tile.maximum writing output... [ 92%] api/plaidml.tile.minimum writing output... [ 93%] api/plaidml.tile.to_dot writing output... [ 94%] api/plaidml.tile.unary_op writing output... [ 95%] building writing output... [ 95%] contributing writing output... [ 96%] index writing output... [ 97%] installing writing output... [ 98%] op_tutorial writing output... [ 99%] overview writing output... [100%] plaidml WARNING: plantuml command None cannot be run generating indices... genindex py-modindex writing additional pages... copying images... [ 50%] https://travis-ci.org/plaidml/plaidml.svg?branch=master copying images... [100%] plaid-final.png copying static files... WARNING: html_static_path entry '/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx/_static' does not exist done copying extra files... done WARNING: conf value "version" should not be empty for EPUB3 writing mimetype file... writing META-INF/container.xml file... writing content.opf file... WARNING: unknown mimetype for .nojekyll, ignoring writing nav.xhtml file... writing toc.ncx file... writing PlaidML.epub file... build succeeded, 7 warnings. The ePub file is in _build/epub. [rtd-command-info] start-time: 2018-04-11T23:23:56.401192Z, end-time: 2018-04-11T23:23:56.469530Z, duration: 0, exit-code: 0 mv -f /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/checkouts/stable/docs/_build/epub/PlaidML.epub /home/docs/checkouts/readthedocs.org/user_builds/vertexai-plaidml/artifacts/stable/sphinx_epub/vertexai-plaidml.epub