Home
last modified time | relevance | path

Searched defs:debug_op (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Devaluator_test.py149 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
163 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
180 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
193 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
219 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
235 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
/external/tensorflow/tensorflow/python/debug/lib/
Dgrpc_debug_server.py41 def _state_change(new_state, node_name, output_slot, debug_op): argument
391 def request_watch(self, node_name, output_slot, debug_op, breakpoint=False): argument
420 def request_unwatch(self, node_name, output_slot, debug_op): argument
Ddebug_data.py185 def _get_tensor_watch_key(node_name, output_slot, debug_op): argument
378 def debug_op(self): member in DebugTensorDatum
1468 debug_op, argument
1499 def get_tensors(self, node_name, output_slot, debug_op, device_name=None): argument
1534 debug_op, argument
1571 debug_op, argument
/external/tensorflow/tensorflow/core/debug/
Ddebug_node_key.cc27 const int32 output_slot, const string& debug_op) in DebugNodeKey()
Ddebug_node_key.h44 const string debug_op; member
Ddebug_service.proto40 string debug_op = 4; field
Ddebug_grpc_testlib.cc52 const string debug_op = name_items[2]; in SendEvents() local
Ddebug_graph_utils.cc82 for (const string& debug_op : watch.debug_ops()) { in InsertNodes() local
281 for (const string& debug_op : debug_ops) { in CreateCopyNode() local
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.cc40 for (const string& debug_op : watch.debug_ops()) { in SummarizeDebugTensorWatches() local
/external/mesa3d/src/mesa/main/
Datifragshader.c116 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() function