Home
last modified time | relevance | path

Searched defs:snodes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/
H A Dtest_fully_shard_compile.py37 def _is_fallback_op_in_snodes(snodes, op): argument
185 def _is_fwd_graph(self, snodes): argument
201 def _check_fsdp_ops_in_snodes(snodes, is_fwd_graph, expect=True): argument
231 snodes, name_to_buf, name_to_fused_node, orig_fn argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node_show.cc140 std::vector<ShowNode> snodes; in ReInit() local
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_compute_comm_reordering.py48 def create_grouped_node_for_allreduce_and_its_deps(snodes): argument