Searched refs:ops_have_same_device (Results 1 – 1 of 1) sorted by relevance
64 auto ops_have_same_device = [](Operation* lhs, Operation* rhs) { in IsSupportedExecutorOp() local75 return ops_have_same_device(source, source.GetSink()); in IsSupportedExecutorOp()77 return ops_have_same_device(sink.GetSource(), sink); in IsSupportedExecutorOp()