テンソルフロー::作戦::勾配を防ぐ

#include <array_ops.h>

グラデーションが要求された場合にエラーをトリガーするアイデンティティ演算。

まとめ

グラフ内で実行されると、この演算は入力テンソルをそのまま出力します。

勾配を計算する演算を構築する場合、この関数には勾配を登録する必要がないため、TensorFlow 勾配システムはこの演算の勾配を検索しようとするとエラーを返します。この操作は、いくつかの特殊なケースで、微妙なバグが実装されていないグラデーションを黙って返すのを防ぐために存在します。

引数:

  • スコープ:スコープオブジェクト
  • 入力: 任意のテンソル。

オプションの属性 ( Attrsを参照):

  • メッセージ: 誰かがこの操作を区別しようとすると、エラーとして出力されます。

戻り値:

  • Output : 同じ入力テンソル。

コンストラクターとデストラクター

PreventGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input input)
PreventGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const PreventGradient::Attrs & attrs)

パブリック属性

operation
output

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック静的関数

Message (StringPiece x)

構造体

tensorflow:: ops:: PreventGradient:: Attrs

PreventGradientのオプションの属性セッター。

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

勾配を防ぐ

 PreventGradient(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

勾配を防ぐ

 PreventGradient(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  const PreventGradient::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

メッセージ

Attrs Message(
  StringPiece x
)