텐서플로우:: 작전:: 버킷화

#include <math_ops.h>

'경계'를 기준으로 '입력'을 버킷화합니다.

요약

예를 들어, 입력이 경계 = [0, 10, 100]인 경우 입력 = [[-5, 10000] [150, 10] [5, 100]]

그러면 출력이 출력됩니다 = [[0, 3] [3, 2] [1, 3]]

인수:

  • 범위: 범위 개체
  • 입력: Tensor모든 형태에는 int 또는 float 유형이 포함됩니다.
  • 경계: 정렬된 부동 소수점 목록은 버킷의 경계를 제공합니다.

보고:

  • Output : '입력'과 동일한 모양이며 입력의 각 값이 버킷 인덱스로 대체됩니다.

(numpy) np.digitize와 동일합니다.

생성자와 소멸자

Bucketize (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< float > & boundaries)

공개 속성

operation
output

공공 기능

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

공개 속성

작업

Operation operation

산출

::tensorflow::Output output

공공 기능

버킷화

 Bucketize(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const gtl::ArraySlice< float > & boundaries
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const