텐서플로우:: 작전:: InplaceSub
#include <array_ops.h> x 의 지정된 행에서 v 뺍니다.
요약
y = x를 계산합니다. y[i, :] -= v; y를 반환합니다.
인수:
- 범위: 범위 개체
- x: T 유형의
Tensor. - 나: 벡터입니다.
x의 가장 왼쪽 차원에 대한 인덱스입니다. - v: T 유형의
Tensor. i의 크기와 동일해야 하는 첫 번째 차원을 제외하고 x와 동일한 차원 크기입니다.
보고:
생성자와 소멸자 | |
|---|---|
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
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const