Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: 모두

#include <math_ops.h>

텐서 차원에서 요소의 "논리 및"를 계산합니다.

요약

axis 지정된 치수를 따라 input 을 줄입니다. keep_dims 가 true가 아니면 텐서의 순위는 axis 각 항목에 대해 1 씩 감소합니다. keep_dims 가 true이면 축소 된 치수가 길이 1로 유지됩니다.

인수 :

  • 범위 : 범위 개체
  • 입력 : 줄일 텐서입니다.
  • 축 : 축소 할 치수입니다. [-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)

구조체

tensorflow :: ops :: All :: Attrs

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 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const 

공개 정적 함수

KeepDims

Attrs KeepDims(
  bool x
)