Home
last modified time | relevance | path

Searched defs:target_node_id (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dmemory_tables_py.h1254 static constexpr uint32_t target_node_id = 3; member
1261 using target_node_id = TypedColumn<MemorySnapshotNodeTable::Id>; member
1276 MemorySnapshotNodeTable::Id target_node_id; member
1319 ColumnType::target_node_id::type target_node_id() const { in target_node_id() function
1373 ColumnType::target_node_id::type target_node_id() const { in target_node_id() function
1571 const TypedColumn<MemorySnapshotNodeTable::Id>& target_node_id() const { in target_node_id() function
/aosp_15_r20/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/
H A D_edge.py20 target_node_id: str = dataclasses.field( variable in Edge