Fix use-after-free in `TensorViewLayout::get_shape()` (#174)
* isolate graph building / execution scope in some unit tests (this triggered the user-after-free which was also observed from TF) * Change descriptor::layout::TensorViewLayout to store a shared pointer to the TensorViewType rather than a reference to the TensorView
Showing
Please
register
or
sign in
to comment