Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A 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 …]
H A Ddumping_callback.py450 graph_id=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A 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
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Ddebug_event.pb.h2910 inline const std::string& DebugEvent::graph_id() const { in graph_id() function
2960 inline void DebugEvent::set_allocated_graph_id(std::string* graph_id) { in set_allocated_graph_id()
3758 inline const std::string& GraphOpCreation::graph_id() const { in graph_id() function
3789 inline void GraphOpCreation::set_allocated_graph_id(std::string* graph_id) { in set_allocated_graph_id()
4079 inline const std::string& DebuggedGraph::graph_id() const { in graph_id() function
4110 inline void DebuggedGraph::set_allocated_graph_id(std::string* graph_id) { in set_allocated_graph_id()
4517 inline const std::string& Execution::graph_id() const { in graph_id() function
4548 inline void Execution::set_allocated_graph_id(std::string* graph_id) { in set_allocated_graph_id()
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Dtf_optimizer.py30 graph_id=b'graph_to_optimize', argument
H A Dtf_optimizer_wrapper.cc66 bool strip_default_attributes) -> py::bytes { in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/core/summary/
H A 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
H A Dsummary_db_writer_test.cc304 int64_t graph_id = QueryInt("SELECT graph_id FROM Graphs"); in TEST_F() local
/aosp_15_r20/external/armnn/python/pyarmnn/examples/image_classification/
H A Dtflite_mobilenetv1_quantized.py32 net_id, graph_id, parser, runtime = eu.create_tflite_network(model_filename) variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddot_merger.cc276 auto graph_id = [&](HloInstruction* instr) { in MergeDots() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dop_builder.h231 int graph_id) in GraphBuilder()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dgraph.py302 graph_id=None, argument