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

tensorflow :: ops :: InplaceSub

#include <array_ops.h>

vx 지정된 행으로 뺍니다.

요약

y = x를 계산합니다. y [i, :]-= v; y를 반환합니다.

인수 :

  • 범위 : 범위 개체
  • x : T 유형의 Tensor .
  • i : 벡터. x 가장 왼쪽 차원에 대한 인덱스입니다.
  • v : 유형 T의 Tensor . i의 크기와 동일해야하는 첫 번째 차원을 제외하고 x와 동일한 차원 크기.

보고:

  • Output : T 유형의 Tensor . x 의 별칭. i 중복이있는 경우 y 의 내용은 정의되지 않습니다.

생성자와 소멸자

InplaceSub (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input i, :: tensorflow::Input v)

공용 속성

operation
y

공공 기능

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

공용 속성

조작

Operation operation

와이

::tensorflow::Output y

공공 기능

InplaceSub

 InplaceSub(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input i,
  ::tensorflow::Input v
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const