tensorflow :: ops :: BroadcastDynamicShape
#include <array_ops.h>
ブロードキャストでs0ops1の形状を返します。
概要
形状を表すテンソルs0
とs1
与えられると、ブロードキャストされた形状であるr0
計算しr0
。 s0
、 s1
、 r0
はすべて整数ベクトルです。
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
:r0テンソル。
コンストラクタとデストラクタ | |
---|---|
BroadcastDynamicShape (const :: tensorflow::Scope & scope, :: tensorflow::Input s0, :: tensorflow::Input s1) |
パブリック属性 | |
---|---|
operation | |
r0 |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
r0
::tensorflow::Output r0
公の行事
BroadcastDynamicShape
BroadcastDynamicShape( const ::tensorflow::Scope & scope, ::tensorflow::Input s0, ::tensorflow::Input s1 )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const