• Adam Procter's avatar
    Fix use-after-free in `TensorViewLayout::get_shape()` (#174) · 5cb33878
    Adam Procter authored
    * 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
    5cb33878
Name
Last commit
Last update
..
CMakeLists.txt Loading commit data...
build_graph.cpp Loading commit data...
eigen.cpp Loading commit data...
element_type.cpp Loading commit data...
execute.cpp Loading commit data...
input_output_assign.cpp Loading commit data...
main.cpp Loading commit data...
mkldnn.cpp Loading commit data...
ngraph.cpp Loading commit data...
op.cpp Loading commit data...
pass_liveness.cpp Loading commit data...
pass_manager.cpp Loading commit data...
pass_memory_layout.cpp Loading commit data...
shape.cpp Loading commit data...
tensor.cpp Loading commit data...
test_tools.cpp Loading commit data...
test_tools.hpp Loading commit data...
topological_sort.cpp Loading commit data...
type_prop.cpp Loading commit data...
util.cpp Loading commit data...
uuid.cpp Loading commit data...