tensorflow :: ops :: RealDiv
#include <math_ops.h>
実数型の場合、要素ごとにx / yを返します。
概要
x
とy
が実数の場合、これは浮動小数点除算を返します。
注: Div
はブロードキャストをサポートしています。放送の詳細はこちら
引数:
- スコープ:スコープオブジェクト
戻り値:
-
Output
:zテンソル。
コンストラクタとデストラクタ | |
---|---|
RealDiv (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input y) |
パブリック属性 | |
---|---|
operation | |
z |
公の行事 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック属性
操作
Operation operation
z
::tensorflow::Output z
公の行事
RealDiv
RealDiv( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input y )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const