tensorflow :: ops :: InplaceAdd
#include <array_ops.h>
x의 지정된 행에 v를 더합니다.
요약
y = x를 계산합니다. y [i, :] + = v; y를 반환합니다.
인수 :
- 범위 : 범위 개체
- x : T 유형의
Tensor
. - i : 벡터.
x
가장 왼쪽 차원에 대한 인덱스입니다. - v : 유형 T의
Tensor
. i의 크기와 동일해야하는 첫 번째 차원을 제외하고 x와 동일한 차원 크기.
보고:
생성자와 소멸자 | |
---|---|
InplaceAdd (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
공공 기능
InplaceAdd
InplaceAdd( 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