Open jizhang02 opened 2 years ago
Hello, to whom may be concerned: During coding, I found that function _tensor_shape is useless. One can just write tensor.shape instead of calling _tensor_shape The Tensorflow version that I use is 2.7.0
_tensor_shape
tensor.shape
Hello, to whom may be concerned: During coding, I found that function
_tensor_shape
is useless. One can just writetensor.shape
instead of calling_tensor_shape
The Tensorflow version that I use is 2.7.0