does anyone know how you can pass a dependency (an...
# ask-community
j
does anyone know how you can pass a dependency (another op) into a configuration of a reusable op? for example
x = configured(reusable_op, name='x')({"whatever_is_configured_in_the_reusable_op":'some_arg')
how can i set an op above this one without changing the reusable op?