Creates a tensor from a given scalar.
auto t = makeTF_Tensor(0); scope (exit) TF_DeleteTensor(t); assert(TF_TensorType(t) == TF_INT32);
See Implementation
Creates a tensor from a given scalar.