テンソルフロー::作戦::プレースホルダー

#include <array_ops.h>

計算に入力される値のプレースホルダー op。

まとめ

注意:この操作を実行するとエラーで失敗します。これは、常に供給される値を表現し、供給された値を実行時にチェックできるようにする属性を提供する方法を目的としています。

引数:

  • スコープ:スコープオブジェクト
  • dtype: テンソル内の要素のタイプ。

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

  • 形状: (オプション) テンソルの形状。形状の次元が 0 の場合、形状は拘束されません。

戻り値:

  • Output : フィード メカニズムを使用して置換する必要があるプレースホルダー テンソル。

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

Placeholder (const :: tensorflow::Scope & scope, DataType dtype)
Placeholder (const :: tensorflow::Scope & scope, DataType dtype, const Placeholder::Attrs & attrs)

パブリック属性

operation
output

公共機能

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

パブリック静的関数

Shape (PartialTensorShape x)

構造体

tensorflow:: ops:: Placeholder:: Attrs

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

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

プレースホルダー

 Placeholder(
  const ::tensorflow::Scope & scope,
  DataType dtype
)

プレースホルダー

 Placeholder(
  const ::tensorflow::Scope & scope,
  DataType dtype,
  const Placeholder::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

Attrs Shape(
  PartialTensorShape x
)