텐서플로우:: 작전:: 내부 업데이트

#include <array_ops.h>

v 의 값으로 지정된 행을 업데이트합니다.

요약

x[i, :] = v; return x .

인수:

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

보고:

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

생성자와 소멸자

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