Home
last modified time | relevance | path

Searched refs:ui_type (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dui_factory.py26 def get_ui(ui_type, argument
54 if ui_type and (ui_type not in available_ui_types):
55 raise ValueError("Invalid ui_type: '%s'" % ui_type)
59 if not ui_type or ui_type == "curses":
62 elif ui_type == "readline":
67 available_ui_types.remove(ui_type)
Doffline_analyzer.py45 ui_type=FLAGS.ui_type)
Dprofile_analyzer_cli.py770 ui_type="curses", argument
790 cli = ui_factory.get_ui(ui_type, on_ui_exit=on_ui_exit)
Danalyzer_cli.py1587 ui_type="curses", argument
1613 cli = ui_factory.get_ui(ui_type, on_ui_exit=on_ui_exit, config=config)
/external/tensorflow/tensorflow/python/debug/examples/
Dexamples_test.sh64 cat << EOF | ${DEBUG_FIBONACCI_BIN} --tensor_size=2 --ui_type=readline
69 cat << EOF | ${DEBUG_ERRORS_BIN} --error=no_error --ui_type=readline
74 cat << EOF | ${DEBUG_ERRORS_BIN} --error=uninitialized_variable --debug --ui_type=readline
80 cat << EOF | ${DEBUG_MNIST_BIN} --debug --max_steps=1 --fake_data --ui_type=readline
90 …_IRIS_BIN} --debug --fake_data --train_steps=2 --dump_root="${CUSTOM_DUMP_ROOT}" --ui_type=readline
102 cat << EOF | ${DEBUG_KERAS_BIN} --debug --ui_type=readline
Ddebug_errors.py44 sess = tf_debug.LocalCLIDebugWrapperSession(sess, ui_type=FLAGS.ui_type)
Ddebug_keras.py44 sess = tf_debug.LocalCLIDebugWrapperSession(sess, ui_type=FLAGS.ui_type)
Ddebug_tflearn_iris.py124 hooks.append(tf_debug.LocalCLIDebugHook(ui_type=FLAGS.ui_type,
Ddebug_mnist.py128 sess = tf_debug.LocalCLIDebugWrapperSession(sess, ui_type=FLAGS.ui_type)
/external/libxaac/decoder/drc_src/
Dimpd_drc_api.c553 *pui_value = p_obj_drc->p_mem_info[i_idx].ui_type; in impd_drc_mem_api()
592 p_mem_info->ui_type = IA_MEMTYPE_PERSIST; in impd_drc_fill_mem_tables()
606 p_mem_info->ui_type = IA_MEMTYPE_INPUT; in impd_drc_fill_mem_tables()
620 p_mem_info->ui_type = IA_MEMTYPE_OUTPUT; in impd_drc_fill_mem_tables()
632 p_mem_info->ui_type = IA_MEMTYPE_SCRATCH; in impd_drc_fill_mem_tables()
Dimpd_memory_standards.h31 UWORD32 ui_type; /* type of memory */ member
/external/tensorflow/tensorflow/python/debug/wrappers/
Dhooks.py40 def __init__(self, ui_type="curses", dump_root=None, thread_name_filter=None): argument
55 self._ui_type = ui_type
89 ui_type=self._ui_type,
Dlocal_cli_wrapper.py54 ui_type="curses", argument
125 self._ui_type = ui_type
421 debug_dump, self._tensor_filters, ui_type=self._ui_type,
451 py_graph, run_metadata, ui_type=self._ui_type,
/external/libxaac/decoder/
Dixheaacd_memory_standards.h30 UWORD32 ui_type; /* type of memory */ member
Dixheaacd_api.c1112 p_mem_info_aac->ui_type = IA_MEMTYPE_PERSIST; in ixheaacd_fill_aac_mem_tables()
1163 p_mem_info_aac->ui_type = IA_MEMTYPE_SCRATCH; in ixheaacd_fill_aac_mem_tables()
1172 p_mem_info_aac->ui_type = IA_MEMTYPE_INPUT; in ixheaacd_fill_aac_mem_tables()
1179 p_mem_info_aac->ui_type = IA_MEMTYPE_OUTPUT; in ixheaacd_fill_aac_mem_tables()
/external/libxaac/test/
Dixheaacd_main.c1063 int ui_size, ui_alignment, ui_type; in ixheaacd_main_process() local
1080 IA_API_CMD_GET_MEM_INFO_TYPE, i, &ui_type); in ixheaacd_main_process()
1115 if (ui_type == IA_MEMTYPE_INPUT) { in ixheaacd_main_process()
1119 if (ui_type == IA_MEMTYPE_OUTPUT) { in ixheaacd_main_process()
1377 WORD32 ui_size, ui_alignment, ui_type; in ixheaacd_main_process() local
1395 IA_API_CMD_GET_MEM_INFO_TYPE, i, &ui_type); in ixheaacd_main_process()