Home
last modified time | relevance | path

Searched defs:graph_id (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto103 string graph_id = 11; field
176 string graph_id = 4; field
198 string graph_id = 1; field
243 string graph_id = 3; field
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_reader.py432 graph_id=None, argument
462 def graph_id(self): member in Execution
511 graph_id, argument
562 def graph_id(self): member in DebuggedGraph
663 graph_id, argument
682 def graph_id(self): member in GraphOpCreationDigest
747 graph_id): argument
767 def graph_id(self): member in GraphExecutionTraceDigest
819 def graph_id(self): member in GraphExecutionTrace
1089 def _lookup_op_type(self, graph_id, op_name): argument
[all …]
Ddumping_callback.py459 graph_id=None): argument
/external/tensorflow/tensorflow/python/grappler/
Dtf_optimizer.py30 graph_id=b'graph_to_optimize', argument
Dtf_optimizer_wrapper.cc67 bool strip_default_attributes) -> py::bytes { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer_test.cc304 int64 graph_id = QueryInt("SELECT graph_id FROM Graphs"); in TEST_F() local
Dsummary_db_writer.cc219 GraphDef* graph, uint64 now, int64 run_id, int64* graph_id) in Save()
232 int64 graph_id) in GraphWriter()
413 int64 graph_id; in SetGraph() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.h231 int graph_id) in GraphBuilder()