Home
last modified time | relevance | path

Searched defs:graph_op_creation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer.py86 def WriteGraphOpCreation(self, graph_op_creation): argument
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto89 GraphOpCreation graph_op_creation = 7; field
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc215 GraphOpCreation* graph_op_creation) { in WriteGraphOpCreation()
Ddebug_events_writer_test.cc390 GraphOpCreation* graph_op_creation = new GraphOpCreation(); in TEST_F() local