テンソルフロー::作戦::参照選択

#include <control_flow_ops.h>

inputsindex番目の要素をoutputに転送します。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • Index: 選択される入力を決定するスカラー。
  • inputs: ref tensor のリスト。そのうちの 1 つがoutputに転送されます。

戻り値:

  • Output : 転送されたテンソル。

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

RefSelect (const :: tensorflow::Scope & scope, :: tensorflow::Input index, :: tensorflow::InputList inputs)

パブリック属性

operation
output

公共機能

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

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

参照選択

 RefSelect(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input index,
  ::tensorflow::InputList inputs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const