/external/tensorflow/tensorflow/python/debug/cli/ |
D | evaluator_test.py | 145 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument 159 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument 176 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument 189 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument 215 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument 231 def fake_get_tensors(node_name, output_slot, debug_op, device_name=None): argument
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | grpc_debug_server.py | 37 def _state_change(new_state, node_name, output_slot, debug_op): argument 390 …def request_watch(self, node_name, output_slot, debug_op, breakpoint=False): # pylint: disable=re… argument 419 def request_unwatch(self, node_name, output_slot, debug_op): argument
|
D | debug_data.py | 180 def _get_tensor_watch_key(node_name, output_slot, debug_op): argument 373 def debug_op(self): member in DebugTensorDatum 1464 debug_op, argument 1495 def get_tensors(self, node_name, output_slot, debug_op, device_name=None): argument 1530 debug_op, argument 1567 debug_op, argument
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_node_key.cc | 28 const int32_t output_slot, const string& debug_op) in DebugNodeKey()
|
D | debug_node_key.h | 44 const string debug_op; member
|
D | debug_service.proto | 40 string debug_op = 4; field
|
D | debug_graph_utils.cc | 109 for (const string& debug_op : watch.debug_ops()) { in InsertNodes() local 314 for (const string& debug_op : debug_ops) { in CreateCopyNode() local
|
D | debug_grpc_testlib.cc | 52 const string debug_op = name_items[2]; in SendEvents() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | debugger_state_interface.cc | 40 for (const string& debug_op : watch.debug_ops()) { in SummarizeDebugTensorWatches() local
|
/external/mesa3d/src/mesa/main/ |
D | atifragshader.c | 116 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() function
|