Home
last modified time | relevance | path

Searched refs:tf_debug (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/debug/examples/
Ddebug_fibonacci.py27 from tensorflow.python import debug as tf_debug unknown
52 sess = tf_debug.LocalCLIDebugWrapperSession(sess)
57 sess.add_tensor_filter("has_inf_or_nan", tf_debug.has_inf_or_nan)
60 sess = tf_debug.TensorBoardDebugWrapperSession(
Ddebug_keras.py27 from tensorflow.python import debug as tf_debug unknown
44 sess = tf_debug.LocalCLIDebugWrapperSession(sess, ui_type=FLAGS.ui_type)
47 sess = tf_debug.TensorBoardDebugWrapperSession(
Ddebug_tflearn_iris.py29 from tensorflow.python import debug as tf_debug unknown
124 hooks.append(tf_debug.LocalCLIDebugHook(ui_type=FLAGS.ui_type,
127 hooks.append(tf_debug.TensorBoardDebugHook(FLAGS.tensorboard_debug_address))
Ddebug_mnist.py33 from tensorflow.python import debug as tf_debug unknown
128 sess = tf_debug.LocalCLIDebugWrapperSession(sess, ui_type=FLAGS.ui_type)
130 sess = tf_debug.TensorBoardDebugWrapperSession(
Ddebug_errors.py26 from tensorflow.python import debug as tf_debug unknown
44 sess = tf_debug.LocalCLIDebugWrapperSession(sess, ui_type=FLAGS.ui_type)
/external/tensorflow/tensorflow/tools/docs/
Dgenerate.py26 from tensorflow.python import debug as tf_debug unknown
47 doc_generator.set_py_modules([('tf', tf), ('tfdbg', tf_debug)])
Dbuild_docs_test.py25 from tensorflow.python import debug as tf_debug unknown
45 doc_generator.set_py_modules([('tf', tf), ('tfdbg', tf_debug)])
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py270 tf_debug=False): argument
341 if tf_debug:
643 init_tpu=args.init_tpu, tf_debug=args.tf_debug)
/external/tensorflow/
DRELEASE.md909 for clients to call `.add_tensor_filter(tf_debug.has_inf_or_nan)` anymore.