텐서플로우:: 작전:: 바이어스추가Grad
#include <nn_ops.h>
"bias" 텐서의 "BiasAdd"에 대한 역방향 연산입니다.
요약
out_backprop의 모든 값을 기능 차원에 누적합니다. NHWC 데이터 형식의 경우 기능 차원이 마지막입니다. NCHW 데이터 형식의 경우 기능 차원은 마지막에서 세 번째입니다.
인수:
선택적 속성( Attrs
참조):
- data_format: 입력 및 출력 데이터의 데이터 형식을 지정합니다. 기본 형식 "NHWC"를 사용하면 바이어스 텐서는 값 텐서의 마지막 차원에 추가됩니다. 또는 형식은 [batch, in_channels, in_height, in_width]의 데이터 저장 순서인 "NCHW"일 수 있습니다. 텐서는 마지막에서 세 번째 차원인 "in_channels"에 추가됩니다.
보고:
-
Output
:out_backprop
의 기능 차원 크기를 갖는 1-D.
생성자와 소멸자 | |
---|---|
BiasAddGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input out_backprop) | |
BiasAddGrad (const :: tensorflow::Scope & scope, :: tensorflow::Input out_backprop, const BiasAddGrad::Attrs & attrs) |
공개 속성 | |
---|---|
operation | |
output |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 정적 함수 | |
---|---|
DataFormat (StringPiece x) |
구조체 | |
---|---|
tensorflow:: ops:: BiasAddGrad:: Attrs | BiasAddGrad 에 대한 선택적 속성 설정자입니다. |
공개 속성
작업
Operation operation
산출
::tensorflow::Output output
공공 기능
바이어스추가Grad
BiasAddGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input out_backprop )
바이어스추가Grad
BiasAddGrad( const ::tensorflow::Scope & scope, ::tensorflow::Input out_backprop, const BiasAddGrad::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자::텐서플로우::입력
operator::tensorflow::Input() const
연산자::텐서플로우::출력
operator::tensorflow::Output() const
공개 정적 함수
데이터형식
Attrs DataFormat( StringPiece x )