텐서플로우:: 작전:: 유클리드표준
#include <math_ops.h>텐서의 차원 전체에 걸쳐 요소의 유클리드 노름을 계산합니다.
요약
 axis 에 지정된 차원에 따라 input 줄입니다. keep_dims true가 아닌 이상, 텐서의 순위는 axis 의 각 항목에 대해 1씩 감소합니다. keep_dims true이면 축소된 치수가 길이 1로 유지됩니다.
인수:
- 범위: 범위 개체
- 입력: 줄일 텐서입니다.
-  axis: 축소할 치수입니다. [-rank(input), rank(input))범위 내에 있어야 합니다.
 선택적 속성( Attrs 참조):
- keep_dims: true인 경우 길이가 1인 축소된 치수를 유지합니다.
보고:
-  Output: 축소된 텐서.
| 생성자와 소멸자 | |
|---|---|
| EuclideanNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis) | |
| EuclideanNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis, const EuclideanNorm::Attrs & attrs) | 
| 공개 속성 | |
|---|---|
| operation | |
| output | |
| 공공 기능 | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
| 공개 정적 함수 | |
|---|---|
| KeepDims (bool x) | |
| 구조체 | |
|---|---|
| 텐서플로우:: ops:: EuclideanNorm:: Attrs | EuclideanNorm 에 대한 선택적 속성 설정자입니다. | 
공개 속성
작업
Operation operation
산출
::tensorflow::Output output
공공 기능
유클리드표준
EuclideanNorm( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input axis )
유클리드표준
EuclideanNorm( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input axis, const EuclideanNorm::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const
공개 정적 함수
KeepDims
Attrs KeepDims( bool x )