Home
last modified time | relevance | path

Searched refs:DebugOutput (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddebug_output.c101 GLboolean DebugOutput; member
621 if (!debug->DebugOutput) in _mesa_debug_is_message_enabled()
748 debug->DebugOutput = (val != 0); in _mesa_set_debug_state_int()
778 val = debug->DebugOutput; in _mesa_get_debug_state_int()
1288 debug->DebugOutput = GL_TRUE; in _mesa_init_debug_output()
/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dprediction_ops_test.py1307 example_debug_outputs = boosted_trees_pb2.DebugOutput()
1405 example_debug_outputs = boosted_trees_pb2.DebugOutput()
1547 example_debug_outputs = boosted_trees_pb2.DebugOutput()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dboosted_trees.proto156 // DebugOutput contains outputs useful for debugging/model interpretation, at
160 message DebugOutput { message
Dprediction_ops.cc339 boosted_trees::DebugOutput example_debug_info; in Compute()