Home
last modified time | relevance | path

Searched refs:notebook (Results 1 – 25 of 104) sorted by relevance

12345

/external/tensorflow/tensorflow/tools/compatibility/
Dipynb.py44 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/
Dsystem-config-selinux.py133 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/
Djupyter.partial.Dockerfile13 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
/external/tensorflow/tensorflow/tools/dockerfiles/partials/
Djupyter.partial.Dockerfile23 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/
Dubuntu-18.04-jupyter.Dockerfile66 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-20.04-jupyter.Dockerfile66 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-8-jupyter.Dockerfile72 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-7-jupyter.Dockerfile75 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-16.04-jupyter.Dockerfile77 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-20.04-devel-jupyter.Dockerfile98 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-18.04-devel-jupyter.Dockerfile98 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-8-mpich-horovod-jupyter.Dockerfile115 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-8-devel-jupyter.Dockerfile108 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-7-devel-jupyter.Dockerfile108 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-8-mpi-horovod-jupyter.Dockerfile116 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-16.04-devel-jupyter.Dockerfile109 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-18.04-mpich-horovod-jupyter.Dockerfile110 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-20.04-mpich-horovod-jupyter.Dockerfile110 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-7-mpich-horovod-jupyter.Dockerfile124 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/
Dtrain_speech_model.ipynb1 …tadata":{"id":"86C-FMxpdZxv","colab_type":"text"},"source":["This Colab notebook has been moved to…
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/
Dcreate_sine_model.ipynb1 …tadata":{"id":"86C-FMxpdZxv","colab_type":"text"},"source":["This Colab notebook has been moved to…
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Dcpu-jupyter.Dockerfile78 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
/external/tensorflow/.github/ISSUE_TEMPLATE/
D40-tflite-op-request.md22 the problem. If possible, please share a link to Colab/Jupyter/any notebook.
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/
Dtrain_micro_speech_model.ipynb35 …"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…
579notebook, you can follow the instructions as is, to deploy the model. Refer to the [`micro_speech/…
/external/flac/src/plugin_xmms/
Dconfigure.c101 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()

12345