t3f icon indicating copy to clipboard operation
t3f copied to clipboard

Implement working with batches as a decorator

Open Bihaqo opened this issue 5 years ago • 0 comments

Something like

@support_batches
def matmul(a, b):
  ...
matmul(a, b)
matmul(batch_a, b)
matmul(batch_a, batch_b)

Bihaqo avatar Jan 09 '19 10:01 Bihaqo