HomeSort by relevance Sort by last modified time
    Searched refs:tf_debug (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/tools/docs/
generate_1_0.py 26 from tensorflow.python import debug as tf_debug
46 # tf_debug is not imported with tf, it's a separate module altogether
47 doc_generator.set_py_modules([('tf', tf), ('tfdbg', tf_debug)])
build_docs_test.py 26 from tensorflow.python import debug as tf_debug
48 doc_generator.set_py_modules([('tf', tf), ('tfdbg', tf_debug)])
generate.py 26 from tensorflow.python import debug as tf_debug
50 # tf_debug is not imported with tf, it's a separate module altogether
51 doc_generator.set_py_modules([('tf', tf), ('tfdbg', tf_debug)])
  /external/tensorflow/tensorflow/python/debug/examples/
debug_fibonacci.py 27 from tensorflow.python import debug as tf_debug
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(
debug_errors.py 26 from tensorflow.python import debug as tf_debug
44 sess = tf_debug.LocalCLIDebugWrapperSession(sess, ui_type=FLAGS.ui_type)
debug_mnist.py 33 from tensorflow.python import debug as tf_debug
128 sess = tf_debug.LocalCLIDebugWrapperSession(sess, ui_type=FLAGS.ui_type)
130 sess = tf_debug.TensorBoardDebugWrapperSession(
debug_tflearn_iris.py 31 from tensorflow.python import debug as tf_debug
118 debug_hook = tf_debug.LocalCLIDebugHook(ui_type=FLAGS.ui_type,
121 debug_hook = tf_debug.TensorBoardDebugHook(FLAGS.tensorboard_debug_address)
  /external/tensorflow/tensorflow/python/tools/
saved_model_cli.py 235 overwrite_flag, tf_debug=False):
253 tf_debug: A boolean flag to use TensorFlow Debugger (TFDBG) to observe the
296 if tf_debug:
597 args.overwrite, tf_debug=args.tf_debug)
712 '--tf_debug',

Completed in 174 milliseconds