[FRONT][TENSORFLOW]Convert Const to tvm.relay.const

If they are tvm.relay.const, we can use ConstantFold to remove some ops. Why are they converted to _expr.var? Is there any special reason?

I think at least we can convert some small Const, especially scalar, into tvm.relay.const. That won’t increase the size of the Relay module.