Skip to main content

tensors_connect

Function tensors_connect 

Source
pub fn tensors_connect(
    producer: &KernelPattern,
    consumer: &KernelPattern,
) -> bool
Expand description

Returns true if any output tensor name of producer matches any input tensor name of consumer, indicating data flows between them.