Tensorflow tf.math.square()
사용 버전: Python 3.7.6, Tensorflow 2.4.1
tf.math.square()은 제곱을 해주는 기능입니다.
괄호 안에는 배열과 name(이름)이 들어갑니다.
배열의 타입은 bfloat16, half, float32, float64, int8, int16, int32, int64, complex64, complex128 이어야 합니다.
name은 실행 시 구분하기 위한 옵션입니다.
텐서플로우 tf.math.square()을 알아보겠습니다.
tf.math.square()은 제곱을 해주는 기능입니다.
괄호 안에는 배열과 name(이름)이 들어갑니다.
배열의 타입은 bfloat16, half, float32, float64, int8, int16, int32, int64, complex64, complex128 이어야 합니다.
name은 실행 시 구분하기 위한 옵션입니다.
끝.
카테고리: Python, Tensorflow_python
댓글
댓글 쓰기
궁금한 점은 댓글 달아주세요.
Comment if you have any questions.