• J
    Allow fully dynamic batch/event overrides. · 2522285c
    Joshua V. Dillon 提交于
    Previously it was assumed overrides would be statically on or off (either way the override itself could have been non-static). This cl allows for fully dynamic specification of batch_shape and/or event_shape override, ie, we no longer require that the decision to override shape be known during graph construction.
    Change: 143576091
    2522285c
transformed_distribution.py 23.1 KB