tf-rs
tf-rs copied to clipboard
Assignment operations don't have deterministic behaviour
Operations with variable tensors like assign_add don't behave in a deterministic way as should be expected. I.e adding to the variable scalar tensor a = [1] may result in something like a = [-3].