Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h311 const std::map<string, std::unique_ptr<TFGraphNode>>* nodes_map) { in TFGraphNode()
317 const std::map<string, std::unique_ptr<TFGraphNode>>* nodes_map) { in TFGraphNode()
382 const std::map<string, std::unique_ptr<TFGraphNode>>& nodes_map) { in ToProto()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dsubgraph_matcher.h20 std::unordered_map<const Node*, Node*> nodes_map; member
H A Dsubgraph_matcher.cpp30 std::unordered_map<const Node*, Node*> nodes_map() const { in nodes_map() function in torch::jit::__anon32ccba180111::SubgraphMatcher
/aosp_15_r20/external/perfetto/src/trace_processor/importers/memory_tracker/
H A Draw_process_memory_node.cc33 MemoryNodesMap&& nodes_map) in RawProcessMemoryNode()
/aosp_15_r20/external/pytorch/torch/fx/passes/utils/
H A Dmatcher_utils.py40 nodes_map: Dict[Node, Node] = field(default_factory=dict) variable in InternalMatch
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dmemory_tracker_snapshot_parser.cc103 RawProcessMemoryNode::MemoryNodesMap nodes_map; in ReadProtoSnapshot() local
/aosp_15_r20/external/pytorch/torch/_export/
H A Dutils.py536 def nodes_map(nodes: List[torch.fx.Node], node_call_back) -> List[torch.fx.Node]: function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dremapper.cc1081 std::map<string, int>* nodes_map, in VerifyConstants()