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

tensorflow :: ops :: SparseSegmentMean

#include <math_ops.h>

텐서의 희소 세그먼트를 따라 평균을 계산합니다.

요약

사용 예는 tf.sparse.segment_sum 을 참조하세요.

SegmentMeanSegmentMean 하지만 segment_idsdata 의 첫 번째 차원보다 낮은 순위를 가질 수 있으며 indices 지정된 차원 0의 하위 집합을 선택합니다.

인수 :

  • 범위 : 범위 개체
  • 인덱스 : 1-D 텐서. segment_ids 와 순위가 동일합니다.
  • segment_ids : 1 차원 텐서. 값은 정렬되어야하며 반복 될 수 있습니다.

보고:

  • Output : 세그먼트 수인 크기가 k 인 차원 0을 제외하고 데이터와 모양이 동일합니다.

생성자와 소멸자

SparseSegmentMean (const :: tensorflow::Scope & scope, :: tensorflow::Input data, :: tensorflow::Input indices, :: tensorflow::Input segment_ids)

공용 속성

operation
output

공공 기능

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

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

SparseSegmentMean

 SparseSegmentMean(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input data,
  ::tensorflow::Input indices,
  ::tensorflow::Input segment_ids
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const