op

fun op(operation: Operation, inputs: List<GraphValue<*>>, id: String = "", attributes: Map<String, Any?> = emptyMap()): List<GraphValue<*>>(source)

Generic operation hook that lets callers wire custom Operation instances.