Commit 082d8843 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

Fixes a race condition in TensorForest tree traversal code resulting in...

Fixes a race condition in TensorForest tree traversal code resulting in use-after-free of input dense/sparse tensors.
The race occurs when multiple TreePredictionsV4Op kernels are invoked simultaneously resulting in data_set_.set_input_tensors() being invoked concurrently with tree traversal code accessing the current tensors.

PiperOrigin-RevId: 170497611
parent 5dacf51a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment