Home
last modified time | relevance | path

Searched defs:graph_id (Results 1 – 10 of 10) 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.py426 graph_id=None, argument
456 def graph_id(self): member in Execution
505 graph_id, argument
556 def graph_id(self): member in DebuggedGraph
657 graph_id, argument
676 def graph_id(self): member in GraphOpCreationDigest
741 graph_id): argument
761 def graph_id(self): member in GraphExecutionTraceDigest
812 def graph_id(self): member in GraphExecutionTrace
1082 def _lookup_op_type(self, graph_id, op_name): argument
[all …]
Ddumping_callback.py450 graph_id=None): argument
/external/tensorflow/tensorflow/python/grappler/
Dtf_optimizer.py30 graph_id=b'graph_to_optimize', argument
Dtf_optimizer_wrapper.cc66 bool strip_default_attributes) -> py::bytes { in PYBIND11_MODULE()
/external/armnn/python/pyarmnn/examples/image_classification/
Dtflite_mobilenetv1_quantized.py32 net_id, graph_id, parser, runtime = eu.create_tflite_network(model_filename) variable
/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_merger.cc276 auto graph_id = [&](HloInstruction* instr) { in MergeDots() local
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer_test.cc304 int64_t graph_id = QueryInt("SELECT graph_id FROM Graphs"); in TEST_F() local
Dsummary_db_writer.cc220 int64_t* graph_id) in Save()
233 int64_t graph_id) in GraphWriter()
414 int64_t graph_id; in SetGraph() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dop_builder.h231 int graph_id) in GraphBuilder()