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

tensorflow :: ops :: 범위

#include <math_ops.h>

일련의 숫자를 만듭니다.

요약

이 작업은 시작에서 start 하여 limit 포함하지 않는 delta 증분까지 확장되는 일련의 숫자를 만듭니다.

예를 들면 :

# 'start' is 3
# 'limit' is 18
# 'delta' is 3
tf.range(start, limit, delta) ==> [3, 6, 9, 12, 15]

인수 :

  • 범위 : 범위 개체
  • 시작 : 0-D (스칼라). 시퀀스의 첫 번째 항목입니다.
  • 제한 : 0-D (스칼라). 시퀀스 상한, 배타적.
  • 델타 : 0-D (스칼라). 선택 과목. 기본값은 1입니다. 증가하는 숫자 start .

보고:

생성자와 소멸자

Range (const :: tensorflow::Scope & scope, :: tensorflow::Input start, :: tensorflow::Input limit, :: tensorflow::Input delta)

공용 속성

operation
output

공공 기능

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

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

범위

 Range(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input start,
  ::tensorflow::Input limit,
  ::tensorflow::Input delta
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const