What is the correct way to make a copy of a Tensorflow tensor? In regular Python, assignment of non-primitives (b = a) creates a reference to the same object, s
b = a