Searched refs:passthru_node (Results 1 – 1 of 1) sorted by relevance
54 const Value* output, Node** passthru_node) { in NewPassthroughNode() argument55 *passthru_node = graph->NewNode(); in NewPassthroughNode()57 RETURN_IF_ERROR(graph->SetProducer((*passthru_node)->id, output->id)); in NewPassthroughNode()60 RETURN_IF_ERROR(graph->AddConsumer((*passthru_node)->id, copy_output->id)); in NewPassthroughNode()