explicitly assign to dtype for tf.Variable code (#8629)
dtype is not the second parameter in tf.Variable, though the type is inferred correctly by the initial values.
Loading
Please sign in to comment
dtype is not the second parameter in tf.Variable, though the type is inferred correctly by the initial values.