텐서플로우:: 작전:: 내부 업데이트
#include <array_ops.h>
지정된 행 'i'를 값 'v'로 업데이트합니다.
요약
x[i, :] = v; return x
.
원래 이 함수는 가변적이지만 컴파일을 위해 이 작업을 x
복사본에서 생성/작동하도록 만듭니다.
인수:
- 범위: 범위 개체
- x:
T
유형의 텐서. - 나: 벡터입니다.
x
의 가장 왼쪽 차원에 대한 인덱스입니다. - v: T 유형의
Tensor
. i의 크기와 동일해야 하는 첫 번째 차원을 제외하고 x와 동일한 차원 크기입니다.
보고:
생성자와 소멸자 | |
---|---|
InplaceUpdate (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
공공 기능
내부 업데이트
InplaceUpdate( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input i, ::tensorflow::Input v )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const