/external/tensorflow/tensorflow/tools/compatibility/ |
D | ipynb.py | 44 raw_code, notebook = _get_code(in_filename) 55 notebook, raw_code, 114 notebook = json.load(in_file) 117 for cell in notebook["cells"]: 152 return raw_code, notebook
|
/external/selinux/gui/ |
D | system-config-selinux.py | 133 self.tabs[self.notebook.get_current_page()].deleteDialog() 136 self.tabs[self.notebook.get_current_page()].addDialog() 139 self.tabs[self.notebook.get_current_page()].propertiesDialog() 142 self.tabs[self.notebook.get_current_page()].on_local_clicked(button) 160 self.notebook.set_current_page(rows[0][0]) 163 self.notebook.set_current_page(0) 169 self.notebook = self.xml.get_object("notebook")
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/ |
D | jupyter.partial.Dockerfile | 13 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ |
D | jupyter.partial.Dockerfile | 23 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/ |
D | ubuntu-18.04-jupyter.Dockerfile | 66 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | ubuntu-20.04-jupyter.Dockerfile | 66 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | centos-8-jupyter.Dockerfile | 72 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | centos-7-jupyter.Dockerfile | 75 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | ubuntu-16.04-jupyter.Dockerfile | 77 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | ubuntu-20.04-devel-jupyter.Dockerfile | 98 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | ubuntu-18.04-devel-jupyter.Dockerfile | 98 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | centos-8-mpich-horovod-jupyter.Dockerfile | 115 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | centos-8-devel-jupyter.Dockerfile | 108 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | centos-7-devel-jupyter.Dockerfile | 108 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | centos-8-mpi-horovod-jupyter.Dockerfile | 116 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | ubuntu-16.04-devel-jupyter.Dockerfile | 109 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | ubuntu-18.04-mpich-horovod-jupyter.Dockerfile | 110 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | ubuntu-20.04-mpich-horovod-jupyter.Dockerfile | 110 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
D | centos-7-mpich-horovod-jupyter.Dockerfile | 124 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/ |
D | train_speech_model.ipynb | 1 …tadata":{"id":"86C-FMxpdZxv","colab_type":"text"},"source":["This Colab notebook has been moved to…
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/ |
D | create_sine_model.ipynb | 1 …tadata":{"id":"86C-FMxpdZxv","colab_type":"text"},"source":["This Colab notebook has been moved to…
|
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ |
D | cpu-jupyter.Dockerfile | 78 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 40-tflite-op-request.md | 22 the problem. If possible, please share a link to Colab/Jupyter/any notebook.
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/ |
D | train_micro_speech_model.ipynb | 35 …"This notebook demonstrates how to train a 20 kB [Simple Audio Recognition](https://www.tensorflow… 37 …"The model created in this notebook is used in the [micro_speech](https://github.com/tensorflow/te… 39 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n", 105 …"**DO NOT MODIFY** the following constants as they include filepaths used in this notebook and dat… 579 …notebook, you can follow the instructions as is, to deploy the model. Refer to the [`micro_speech/…
|
/external/flac/src/plugin_xmms/ |
D | configure.c | 101 static GtkWidget *vbox, *notebook; variable 412 notebook = gtk_notebook_new(); in FLAC_XMMS__configure() 413 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0); in FLAC_XMMS__configure() 477 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), title_frame, gtk_label_new(_("Title"))); in FLAC_XMMS__configure() 618 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), output_vbox, gtk_label_new(_("Output"))); in FLAC_XMMS__configure() 765 gtk_notebook_append_page(GTK_NOTEBOOK(notebook), streaming_vbox, gtk_label_new(_("Streaming"))); in FLAC_XMMS__configure()
|