no_alloc property

  1. @Bool()
bool no_alloc
getter/setter pair

don't allocate memory for the tensor data

Implementation

@ffi.Bool()
external bool no_alloc;