Searched refs:fork_graph_context (Results 1 – 1 of 1) sorted by relevance
41 auto fork_graph_context = fork_graph->inputs().at(0); in inlineForkedClosure() local42 AT_ASSERT(fork_graph_context->uses().size() == 1); in inlineForkedClosure()43 auto fork_graph_unpack = fork_graph_context->uses().at(0).user; in inlineForkedClosure()