텐서플로우:: 작전:: 모두

#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인 축소된 치수를 유지합니다.

보고:

별칭:

  • 모두 줄이기

생성자와 소멸자

All (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis)
All (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input axis, const All::Attrs & attrs)

공개 속성

operation
output

공공 기능

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

공개 정적 함수

KeepDims (bool x)

구조체

텐서플로우:: ops:: 모두:: 속성

All 에 대한 선택적 속성 설정자입니다.

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

모두

 All(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input axis
)

모두

 All(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::Input axis,
  const All::Attrs & attrs
)

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const 

공개 정적 함수

KeepDims

Attrs KeepDims(
  bool x
)