How can tensorflow do basic math with integer data larger than 32 bits?
问题 What's the best way to do simple math using int64, BigInt or even float64 values with tensors? I mention that I want to do simple math to say that I don't think that backing the tensor with a String will do the trick (though I'm open to anything at this point). By simple math, I mean add, subtract, multiply, divide and compare. I'm a tensorflow newbie, using version 1.1.2 of tensorflow for javascript in Chrome. Here's an example of Math.PI yielding an incorrect tensor value: Math.PI; // 3