クラス |
---|
tensorflow:: ops:: 中止 | 呼び出されたときに例外を発生させてプロセスを中止します。 |
tensorflow:: ops:: Abs | テンソルの絶対値を計算します。 |
tensorflow:: ops:: AccumulateNV2 | テンソルのリストの要素ごとの合計を返します。 |
tensorflow:: ops:: AccumulatorApplyGradient | 指定されたアキュムレータに勾配を適用します。 |
tensorflow:: ops:: AccumulatorNumAccumulated | 指定されたアキュムレータに集約された勾配の数を返します。 |
tensorflow:: ops:: AccumulatorSetGlobalStep | アキュムレータを global_step の新しい値で更新します。 |
tensorflow:: ops:: AccumulatorTakeGradient | 指定されたConditionalAccumulatorの平均勾配を抽出します。 |
tensorflow::ops::Acos | x の acos を要素ごとに計算します。 |
tensorflow:: ops:: Acosh | x の逆双曲線余弦を要素ごとに計算します。 |
tensorflow::ops:: 追加 | x + y を要素ごとに返します。 |
tensorflow:: ops:: AddManySparseToTensorsMap | N -minibatch SparseTensor をSparseTensorsMap に追加し、 N 個のハンドルを返します。 |
tensorflow::ops::AddN | すべての入力テンソルを要素ごとに追加します。 |
tensorflow:: ops:: AddSparseToTensorsMap | SparseTensor をSparseTensorsMap に追加すると、そのハンドルが返されます。 |
tensorflow::ops::AddV2 | x + y を要素ごとに返します。 |
tensorflow:: ops:: AdjustContrast | 1 つまたは複数の画像のコントラストを調整します。 |
tensorflow:: ops:: AdjustHue | 1 つまたは複数の画像の色相を調整します。 |
tensorflow:: ops:: AdjustSaturation | 1 つまたは複数の画像の彩度を調整します。 |
tensorflow:: ops:: すべて | テンソルの次元全体で要素の「論理積」を計算します。 |
tensorflow:: ops:: AllCandidateSampler | 学習されたユニグラム分布を使用して候補サンプリングのラベルを生成します。 |
tensorflow:: ops:: 角度 | 複素数の引数を返します。 |
tensorflow:: ops:: 任意 | テンソルの次元にわたる要素の「論理和」を計算します。 |
tensorflow::ops::ApplyAdadelta | adadelta スキームに従って「*var」を更新します。 |
tensorflow::ops::ApplyAdagrad | adagrad スキームに従って「*var」を更新します。 |
tensorflow::ops::ApplyAdagradDA | 近位の adagrad スキームに従って「*var」を更新します。 |
tensorflow::ops::ApplyAdam | Adam アルゴリズムに従って「*var」を更新します。 |
tensorflow::ops::ApplyAddSign | AddSign の更新に従って「*var」を更新します。 |
tensorflow:: ops::ApplyCenteredRMSProp | 中心の RMSProp アルゴリズムに従って「*var」を更新します。 |
tensorflow::ops::ApplyFtrl | Ftrl-proximal スキームに従って「*var」を更新します。 |
tensorflow::ops::ApplyFtrlV2 | Ftrl-proximal スキームに従って「*var」を更新します。 |
tensorflow::ops::ApplyGradientDescent | '*var' から 'alpha' * 'delta' を減算して更新します。 |
tensorflow::ops::ApplyMomentum | 運動量スキームに従って「*var」を更新します。 |
tensorflow::ops::ApplyPowerSign | AddSign の更新に従って「*var」を更新します。 |
tensorflow:: ops:: applyProximalAdagrad | Adagrad 学習率の FOBOS に従って「*var」と「*accum」を更新します。 |
tensorflow:: ops::ApplyProximalGradientDescent | 「*var」を固定学習率の FOBOS アルゴリズムとして更新します。 |
tensorflow::ops::ApplyRMSProp | RMSProp アルゴリズムに従って「*var」を更新します。 |
tensorflow:: ops:: AverageEqual | abs(xy) < 許容誤差の要素ごとの真理値を返します。 |
tensorflow:: ops:: ArgMax | テンソルの次元全体で最大値を持つインデックスを返します。 |
tensorflow:: ops:: ArgMin | テンソルの次元全体で最小値を持つインデックスを返します。 |
tensorflow:: ops:: AsString | 指定されたテンソルの各エントリを文字列に変換します。 |
tensorflow:: ops:: Asin | x の三角関数の逆サインを要素ごとに計算します。 |
tensorflow:: ops:: Asinh | x の逆双曲線正弦を要素ごとに計算します。 |
tensorflow::ops::アサート | 指定された条件が true であることをアサートします。 |
tensorflow:: ops:: 割り当て | 「value」を代入して「ref」を更新します。 |
tensorflow:: ops:: AssignAdd | 「value」を追加して「ref」を更新します。 |
tensorflow:: ops:: AssignSub | 'ref' から 'value' を減算して更新します。 |
tensorflow:: ops:: Atan | x の三角関数逆正接を要素ごとに計算します。 |
tensorflow:: ops:: Atan2 | 引数の符号を考慮して、要素ごとにy/x の逆正接を計算します。 |
tensorflow:: ops:: アタン | x の逆双曲線正接を要素ごとに計算します。 |
tensorflow:: ops:: AvgPool | 入力に対して平均プーリングを実行します。 |
tensorflow:: ops:: AvgPool3D | 入力に対して 3D 平均プーリングを実行します。 |
tensorflow:: ops:: AvgPool3DGrad | 平均プーリング関数の勾配を計算します。 |
tensorflow:: ops:: バリア | 異なるグラフ実行にわたって持続するバリアを定義します。 |
tensorflow:: ops:: BarrierClose | 指定されたバリアを閉じます。 |
tensorflow:: ops:: BarrierIncompleteSize | 指定されたバリア内の不完全な要素の数を計算します。 |
tensorflow:: ops:: BarrierInsertMany | 各キーについて、指定されたコンポーネントにそれぞれの値を割り当てます。 |
tensorflow:: ops:: BarrierReadySize | 指定されたバリア内の完全な要素の数を計算します。 |
tensorflow:: ops:: BarrierTakeMany | バリアから指定された数の完了した要素を取得します。 |
tensorflow:: ops:: BatchMatMul | 2 つのテンソルのスライスをバッチで乗算します。 |
tensorflow:: ops:: BatchMatMulV2 | 2 つのテンソルのスライスをバッチで乗算します。 |
tensorflow:: ops:: BatchToSpace | T 型の 4 次元テンソルのBatchToSpace。 |
tensorflow:: ops:: BatchToSpaceND | T 型の ND テンソルのBatchToSpace。 |
tensorflow:: ops:: BesselI0e | x のベッセル i0e 関数を要素ごとに計算します。 |
tensorflow:: ops:: BesselI1e | x のベッセル i1e 関数を要素ごとに計算します。 |
tensorflow:: ops:: Betainc | 正規化された不完全ベータ積分を計算する \(I_x(a, b)\)。 |
tensorflow:: ops:: BiasAdd | value にbias を追加します。 |
tensorflow:: ops:: BiasAddGrad | 「バイアス」テンソルに対する「BiasAdd」の逆方向操作。 |
tensorflow:: ops:: ビンカウント | 整数配列内の各値の出現数をカウントします。 |
tensorflow:: ops:: ビットキャスト | データをコピーせずに、ある型から別の型にテンソルをビットキャストします。 |
tensorflow:: ops:: BroadcastDynamicShape | s0 op s1 の形状をブロードキャストで返します。 |
tensorflow:: ops:: BroadcastTo | 互換性のある形状の配列をブロードキャストします。 |
tensorflow:: ops:: バケット化 | 「境界」に基づいて「入力」をバケット化します。 |
tensorflow::ops::キャスト | SrcT 型の x を DstT の y にキャストします。 |
tensorflow:: ops:: Ceil | x 以上の要素ごとの最小の整数を返します。 |
tensorflow:: ops:: CheckNumerics | テンソルの NaN 値と Inf 値をチェックします。 |
tensorflow:: ops:: ClipByValue | テンソル値を指定された最小値と最大値にクリップします。 |
tensorflow:: ops:: CombinedNonMaxSuppression | スコアの降順で境界ボックスのサブセットを貪欲に選択します。 |
tensorflow:: ops:: CompareAndBitpack | input の値をthreshold と比較し、結果のビットをuint8 にパックします。 |
tensorflow:: ops:: 複合体 | 2 つの実数を複素数に変換します。 |
tensorflow:: ops:: ComplexAbs | テンソルの複素絶対値を計算します。 |
tensorflow:: ops:: ComputeAccidentalHits | true_labels に一致する、sampled_candidates 内の位置の ID を計算します。 |
tensorflow:: ops:: Concat | テンソルを 1 次元に沿って連結します。 |
tensorflow:: ops:: ConditionalAccumulator | 勾配を集約するための条件付きアキュムレータ。 |
tensorflow:: ops:: Conj | 複素数の複素共役を返します。 |
tensorflow:: ops:: ConjugateTranspose | 順列に従って x の次元をシャッフルし、結果を共役させます。 |
tensorflow:: ops:: ControlTrigger | 何もしません。 |
tensorflow:: ops:: Conv2D | 4 次元input とfilter テンソルを指定して 2 次元畳み込みを計算します。 |
tensorflow:: ops:: Conv2DBackpropFilter | フィルターに関する畳み込みの勾配を計算します。 |
tensorflow:: ops:: Conv2DBackpropInput | 入力に対する畳み込みの勾配を計算します。 |
tensorflow:: ops:: Conv3D | 5 次元input とfilter テンソルを指定して 3 次元畳み込みを計算します。 |
tensorflow:: ops:: Conv3DBackpropFilterV2 | フィルターに関する 3-D 畳み込みの勾配を計算します。 |
tensorflow:: ops:: Conv3DBackpropInputV2 | 入力に対する 3-D 畳み込みの勾配を計算します。 |
tensorflow:: ops:: Cos | x の cos を要素ごとに計算します。 |
tensorflow:: ops:: コッシュ | x の双曲線余弦を要素ごとに計算します。 |
tensorflow:: ops:: CountUpTo | 「limit」に達するまで「ref」をインクリメントします。 |
tensorflow:: ops:: CropAndResize | 入力画像テンソルからクロップを抽出し、サイズを変更します。 |
tensorflow:: ops:: CropAndResizeGradBoxes | 入力ボックスのテンソルに対する Crop_and_resize オペレーションの勾配を計算します。 |
tensorflow:: ops:: CropAndResizeGradImage | 入力イメージ テンソルに対する Crop_and_resize オペレーションの勾配を計算します。 |
tensorflow::ops::クロス | ペアごとの外積を計算します。 |
tensorflow:: ops:: Cumprod | テンソルx の累積積をaxis に沿って計算します。 |
tensorflow:: ops:: 合計 | テンソルx の累積和をaxis に沿って計算します。 |
tensorflow:: ops:: DataFormatDimMap | 指定された宛先データ形式でディメンション インデックスを返します。 |
tensorflow:: ops:: DataFormatVecPermute | 指定された宛先データ形式で並べ替えられたベクトル/テンソルを返します。 |
tensorflow:: ops:: DebugGradientIdentity | 勾配デバッグ用のID演算。 |
tensorflow:: ops:: DebugGradientRefIdentity | 勾配デバッグ用のID演算。 |
tensorflow:: ops:: DecodeAndCropJpeg | JPEG エンコードされたイメージを uint8 テンソルにデコードしてトリミングします。 |
tensorflow:: ops:: DecodeBase64 | Web セーフな Base64 エンコード文字列をデコードします。 |
tensorflow:: ops:: DecodeBmp | BMP でエンコードされたイメージの最初のフレームを uint8 テンソルにデコードします。 |
tensorflow:: ops:: DecodeCSV | CSV レコードをテンソルに変換します。 |
tensorflow:: ops:: DecodeCompressed | 文字列を解凍します。 |
tensorflow:: ops:: DecodeGif | GIF エンコードされた画像のフレームを uint8 テンソルにデコードします。 |
tensorflow:: ops:: DecodeJSONExample | JSON エンコードされたサンプル レコードをバイナリ プロトコル バッファ文字列に変換します。 |
tensorflow:: ops:: DecodeJpeg | JPEG エンコードされたイメージを uint8 テンソルにデコードします。 |
tensorflow:: ops:: DecodePaddedRaw | 文字列のバイトを数値のベクトルとして再解釈します。 |
tensorflow:: ops:: DecodePng | PNG エンコードされたイメージを uint8 または uint16 テンソルにデコードします。 |
tensorflow:: ops:: DecodeRaw | 文字列のバイトを数値のベクトルとして再解釈します。 |
tensorflow:: ops:: DeepCopy | x のコピーを作成します。 |
tensorflow:: ops:: DeleteSessionTensor | セッション内のハンドルで指定されたテンソルを削除します。 |
tensorflow:: ops:: DepthToSpace | T 型のテンソルのDepthToSpace。 |
tensorflow:: ops:: DepthwiseConv2dNative | 4 次元input とfilter テンソルを指定して 2 次元の深さ方向の畳み込みを計算します。 |
tensorflow:: ops:: DepthwiseConv2dNativeBackpropFilter | フィルターに関する深さ方向の畳み込みの勾配を計算します。 |
tensorflow:: ops:: DepthwiseConv2dNativeBackpropInput | 入力に対する深さ方向の畳み込みの勾配を計算します。 |
tensorflow:: ops:: 逆量子化 | 「入力」テンソルを float または bfloat16 Tensorに逆量子化します。 |
tensorflow:: ops:: DeserializeManySparse | シリアル化されたミニバッチからSparseTensors 逆シリアル化し、連結します。 |
tensorflow:: ops:: DeserializeSparse | SparseTensor オブジェクトを逆シリアル化します。 |
tensorflow:: ops:: DestroyTemporaryVariable | 一時変数を破棄し、その最終値を返します。 |
tensorflow:: ops:: 診断 | 指定された対角値を持つ対角テンソルを返します。 |
tensorflow:: ops:: DiagPart | テンソルの対角部分を返します。 |
tensorflow:: ops:: ディガンマ | Lgammaの導関数である Psi (Lgamma の絶対値の対数) を計算します。 |
tensorflow:: ops:: Dilation2D | 4 次元input および 3 次元filter テンソルのグレースケール拡張を計算します。 |
tensorflow:: ops:: Dilation2DBackpropFilter | フィルターに関する形態学的 2 次元膨張の勾配を計算します。 |
tensorflow:: ops:: Dilation2DBackpropInput | 入力に対する形態学的 2 次元膨張の勾配を計算します。 |
tensorflow::ops:: Div | x / y を要素ごとに返します。 |
tensorflow:: ops:: DivNoNan | 分母がゼロの場合は 0 を返します。 |
tensorflow:: ops:: DrawBoundingBoxes | 画像のバッチ上に境界ボックスを描画します。 |
tensorflow:: ops:: DrawBoundingBoxesV2 | 画像のバッチ上に境界ボックスを描画します。 |
tensorflow:: ops:: DynamicPartition | partitions のインデックスを使用して、 data num_partitions テンソルに分割します。 |
tensorflow:: ops:: DynamicStitch | data テンソルの値を単一のテンソルにインターリーブします。 |
tensorflow:: ops:: EditDistance | (おそらく正規化された) レーベンシュタイン編集距離を計算します。 |
tensorflow:: ops:: Elu | 指数線形を計算します: < 0 の場合はexp(features) - 1 、それ以外の場合はfeatures 。 |
tensorflow:: ops:: 空 | 指定された形状のテンソルを作成します。 |
tensorflow:: ops:: EncodeBase64 | 文字列を Web セーフな Base64 形式にエンコードします。 |
tensorflow:: ops:: EncodeJpeg | 画像を JPEG エンコードします。 |
tensorflow:: ops:: EncodeJpegVariableQuality | JPEG は、提供された圧縮品質で入力画像をエンコードします。 |
tensorflow:: ops:: EncodePng | 画像を PNG エンコードします。 |
tensorflow:: ops:: EnsureShape | テンソルの形状が予想される形状と一致することを確認します。 |
tensorflow:: ops:: 等しい | (x == y) の真理値を要素ごとに返します。 |
tensorflow::ops::Erf | x のガウス誤差関数を要素ごとに計算します。 |
tensorflow:: ops:: Erfc | x の相補誤差関数を要素ごとに計算します。 |
tensorflow:: ops:: Erfinv | TODO: ドキュメントを追加します。 |
tensorflow:: ops:: ユークリッドノルム | テンソルの次元にわたる要素のユークリッド ノルムを計算します。 |
tensorflow::ops::Exp | x の指数を要素ごとに計算します。 |
tensorflow:: ops:: ExpandDims | テンソルのシェイプに 1 の次元を挿入します。 |
tensorflow:: ops:: Expm1 | exp(x) - 1 要素ごとに計算します。 |
tensorflow:: ops:: ExtractGlimpse | 入力テンソルから垣間見える部分を抽出します。 |
tensorflow:: ops:: ExtractImagePatches | images からpatches を抽出し、「深度」出力次元に配置します。 |
tensorflow:: ops:: ExtractJpegShape | JPEG エンコードされた画像の形状情報を抽出します。 |
tensorflow:: ops:: Extract VolumePatches | input からpatches を抽出し、「深度」出力次元に配置します。 |
tensorflow:: ops:: FIFOQueue | 先入れ先出しの順序で要素を生成するキュー。 |
tensorflow::ops::事実 | 階乗に関する事実を出力します。 |
tensorflow:: ops:: FakeQuantWithMinMaxArgs | 「入力」テンソルを疑似量子化し、同じ型の「出力」テンソルに float 型を入力します。 |
tensorflow:: ops:: FakeQuantWithMinMaxArgsGradient | FakeQuantWithMinMaxArgs操作の勾配を計算します。 |
tensorflow:: ops:: FakeQuantWithMinMaxVars | グローバル float スカラーmin を介して float 型の「入力」テンソルを疑似量子化します。 |
tensorflow:: ops:: FakeQuantWithMinMaxVarsGradient | FakeQuantWithMinMaxVars操作の勾配を計算します。 |
tensorflow:: ops:: FakeQuantWithMinMaxVarsPerChannel | float 型およびいずれかの形状の「入力」テンソルを疑似量子化します: [d] ,。 |
tensorflow:: ops:: FakeQuantWithMinMaxVarsPerChannelGradient | FakeQuantWithMinMaxVarsPerChannel操作の勾配を計算します。 |
tensorflow::ops:: 塗りつぶし | スカラー値で満たされたテンソルを作成します。 |
tensorflow:: ops:: フィンガープリント | フィンガープリント値を生成します。 |
tensorflow::ops::FixedLengthRecordReader | ファイルから固定長レコードを出力するリーダー。 |
tensorflow::ops::FixedUnigramCandidateSampler | 学習されたユニグラム分布を使用して候補サンプリングのラベルを生成します。 |
tensorflow:: ops:: フロア | x 以下の要素ごとの最大の整数を返します。 |
tensorflow:: ops:: FloorDiv | x // y を要素ごとに返します。 |
tensorflow:: ops:: FloorMod | 要素ごとの除算の余りを返します。 |
tensorflow:: ops:: FractionalAvgPool | 入力に対して部分平均プーリングを実行します。 |
tensorflow:: ops:: FractionalMaxPool | 入力に対してフラクショナル最大プーリングを実行します。 |
tensorflow:: ops:: FusedBatchNorm | バッチ正規化。 |
tensorflow:: ops:: FusedBatchNormGrad | バッチ正規化のための勾配。 |
tensorflow:: ops:: FusedBatchNormGradV2 | バッチ正規化のための勾配。 |
tensorflow:: ops:: FusedBatchNormGradV3 | バッチ正規化のための勾配。 |
tensorflow:: ops:: FusedBatchNormV2 | バッチ正規化。 |
tensorflow:: ops:: FusedBatchNormV3 | バッチ正規化。 |
tensorflow:: ops:: FusedPadConv2D | 畳み込み中に前処理としてパディングを実行します。 |
tensorflow:: ops:: FusedResizeAndPadConv2D | 畳み込み中に前処理としてサイズ変更とパディングを実行します。 |
tensorflow:: ops:: 収集 | indices に従ってparams からスライスを収集します。
|
tensorflow:: ops:: GatherNd | params からのスライスを、 indices で指定された形状を持つTensorに集めます。 |
tensorflow:: ops:: GatherV2 | indices に従ってparams axis axis からスライスを収集します。 |
tensorflow:: ops:: GetSessionHandle | 入力テンソルを現在のセッションの状態に保存します。 |
tensorflow:: ops:: GetSessionHandleV2 | 入力テンソルを現在のセッションの状態に保存します。 |
tensorflow:: ops:: GetSessionTensor | ハンドルで指定されたテンソルの値を取得します。 |
tensorflow:: ops:: より大きい | (x > y) の真理値を要素ごとに返します。 |
tensorflow:: ops:: GreaterEqual | (x >= y) の真理値を要素ごとに返します。 |
tensorflow:: ops:: WarrantyConst | 入力テンソルが定数であることを TF ランタイムに保証します。 |
tensorflow:: ops:: HSVToRGB | 1 つ以上の画像を HSV から RGB に変換します。 |
tensorflow:: ops:: HistogramFixedWidth | 値のヒストグラムを返します。 |
tensorflow:: ops:: ヒストグラム概要 | ヒストグラムを含むSummary プロトコル バッファを出力します。 |
tensorflow:: ops:: アイデンティティ | 入力テンソルまたは値と同じ形状と内容を持つテンソルを返します。 |
tensorflow:: ops:: IdentityN | 入力と同じ形状と内容を持つテンソルのリストを返します。 |
tensorflow:: ops:: IdentityReader | キューに入れられた作業をキーと値の両方として出力するリーダー。 |
tensorflow:: ops:: Igamma | 下位の正規化された不完全ガンマ関数P(a, x) を計算します。 |
tensorflow:: ops:: Igammac | 上部の正規化された不完全ガンマ関数Q(a, x) を計算します。 |
tensorflow::ops::Imag | 複素数の虚数部を返します。 |
tensorflow:: ops:: ImmutableConst | メモリ領域から不変のテンソルを返します。 |
tensorflow:: ops:: InTopK | ターゲットが上位K 予測に含まれるかどうかを示します。 |
tensorflow:: ops:: InTopKV2 | ターゲットが上位K 予測に含まれるかどうかを示します。 |
tensorflow:: ops:: InplaceAdd | x の指定された行に v を追加します。 |
tensorflow:: ops:: InplaceSub | v をx の指定された行に減算します。 |
tensorflow:: ops:: InplaceUpdate | 指定された行をv の値で更新します。 |
tensorflow:: ops:: Inv | x の逆数を要素ごとに計算します。 |
tensorflow:: ops:: InvertPermutation | テンソルの逆順列を計算します。 |
tensorflow:: ops:: IsFinite | x のどの要素が有限であるかを返します。 |
tensorflow:: ops:: IsInf | x のどの要素が Inf であるかを返します。 |
tensorflow:: ops:: IsNan | x のどの要素が NaN であるかを返します。 |
tensorflow:: ops:: IsVariableInitialized | テンソルが初期化されているかどうかを確認します。 |
tensorflow:: ops:: L2Loss | L2 損失。 |
tensorflow:: ops:: LMDBReader | LMDB ファイルからレコードを出力するリーダー。 |
tensorflow::ops::LRN | ローカル応答の正規化。 |
tensorflow:: ops:: LearnedUnigramCandidateSampler | 学習されたユニグラム分布を使用して候補サンプリングのラベルを生成します。 |
tensorflow:: ops:: レス | (x < y) の真理値を要素ごとに返します。 |
tensorflow:: ops:: LessEqual | (x <= y) の真理値を要素ごとに返します。 |
tensorflow:: ops:: Lガンマ | Gamma(x) の絶対値の対数を要素ごとに計算します。
|
tensorflow:: ops:: LinSpace | 一定の間隔で値を生成します。 |
tensorflow:: ops:: ログ | x の自然対数を要素ごとに計算します。 |
tensorflow:: ops:: Log1p | (1 + x) の自然対数を要素ごとに計算します。 |
tensorflow:: ops:: LogSoftmax | ソフトマックスのアクティブ化のログを計算します。 |
tensorflow:: ops:: LogUniformCandidateSampler | 対数一様分布を使用して候補サンプリングのラベルを生成します。 |
tensorflow:: ops:: LogicalAnd | x AND y の真理値を要素ごとに返します。 |
tensorflow:: ops:: LogicalNot | NOT x の真理値を要素ごとに返します。 |
tensorflow:: ops:: LogicalOr | x OR y の真理値を要素ごとに返します。 |
tensorflow:: ops:: LoopCond | 入力を出力に転送します。 |
tensorflow:: ops:: MapClear | Op は、基になるコンテナー内のすべての要素を削除します。 |
tensorflow:: ops:: MapIncompleteSize | Op は、基になるコンテナー内の不完全な要素の数を返します。 |
tensorflow:: ops:: MapPeek | Op は、指定されたキーの値を調べます。 |
tensorflow:: ops:: MapSize | Op は、基になるコンテナ内の要素の数を返します。 |
tensorflow:: ops:: MapStage | ハッシュテーブルのように動作する、基礎となるコンテナー内のステージ(キー、値)。 |
tensorflow:: ops:: MapUnstage | Op は、キーに関連付けられた値を削除して返します。 |
tensorflow:: ops:: MapUnstageNoKey | Op はランダムな (キー、値) を削除して返します。 |
tensorflow:: ops:: MatMul | 行列「a」と行列「b」を掛けます。 |
tensorflow:: ops:: MatchingFiles | 1 つ以上のグロブ パターンに一致するファイルのセットを返します。 |
tensorflow:: ops:: MatrixBandPart | 最も内側の各行列の中心バンドの外側のすべてを設定するテンソルをコピーします。 |
tensorflow:: ops:: MatrixDiag | 指定されたバッチ対角値を持つバッチ対角テンソルを返します。 |
tensorflow:: ops:: MatrixDiagPart | バッチ化されたテンソルのバッチ化された対角部分を返します。 |
tensorflow:: ops:: MatrixDiagPartV2 | バッチ化されたテンソルのバッチ化された対角部分を返します。 |
tensorflow:: ops:: MatrixDiagPartV3 | バッチ化されたテンソルのバッチ化された対角部分を返します。 |
tensorflow:: ops:: MatrixDiagV2 | 指定されたバッチ対角値を持つバッチ対角テンソルを返します。 |
tensorflow:: ops:: MatrixDiagV3 | 指定されたバッチ対角値を持つバッチ対角テンソルを返します。 |
tensorflow:: ops:: MatrixSetDiag | 新しいバッチ化された対角値を含むバッチ化された行列テンソルを返します。 |
tensorflow:: ops:: MatrixSetDiagV2 | 新しいバッチ化された対角値を含むバッチ化された行列テンソルを返します。 |
tensorflow:: ops:: MatrixSetDiagV3 | 新しいバッチ化された対角値を含むバッチ化された行列テンソルを返します。 |
tensorflow::ops::Max | テンソルの次元全体の要素の最大値を計算します。 |
tensorflow:: ops:: MaxPool | 入力に対して最大プーリングを実行します。 |
tensorflow:: ops:: MaxPool3D | 入力に対して 3D 最大プーリングを実行します。 |
tensorflow:: ops:: MaxPool3DGrad | 最大プーリング関数の勾配を計算します。 |
tensorflow:: ops:: MaxPool3DGradGrad | maxpooling 関数の 2 次勾配を計算します。 |
tensorflow:: ops:: MaxPoolGradGrad | maxpooling 関数の 2 次勾配を計算します。 |
tensorflow:: ops:: MaxPoolGradGradV2 | maxpooling 関数の 2 次勾配を計算します。 |
tensorflow:: ops:: MaxPoolGradGradWithArgmax | maxpooling 関数の 2 次勾配を計算します。 |
tensorflow:: ops:: MaxPoolGradV2 | maxpooling 関数の勾配を計算します。 |
tensorflow:: ops:: MaxPoolV2 | 入力に対して最大プーリングを実行します。 |
tensorflow:: ops:: MaxPoolWithArgmax | 入力に対して最大プーリングを実行し、最大値とインデックスの両方を出力します。 |
tensorflow:: ops:: 最大値 | x と y の最大値を返します (すなわち、 |
tensorflow:: ops:: 平均 | テンソルの次元全体の要素の平均を計算します。 |
tensorflow:: ops:: マージ | 利用可能なテンソルの値をinputs からoutput に転送します。 |
tensorflow:: ops:: Mergeまとめ | 概要を結合します。 |
tensorflow:: ops:: MergeV2Checkpoints | V2 形式固有: シャードされたチェックポイントのメタデータ ファイルをマージします。 |
tensorflow::ops:: 最小値 | テンソルの次元全体で要素の最小値を計算します。 |
tensorflow:: ops:: 最小値 | x と y の最小値を返します (すなわち、 |
tensorflow:: ops:: MirrorPad | テンソルをミラーリングされた値でパディングします。 |
tensorflow::ops:: Mod | 要素ごとの除算の余りを返します。 |
tensorflow:: ops:: MulNoNan | x * y を要素ごとに返します。 |
tensorflow:: ops:: 多項式 | 多項分布からサンプルを抽出します。 |
tensorflow::ops::乗算 | x * y を要素ごとに返します。 |
tensorflow:: ops:: Ndtri | TODO: ドキュメントを追加します。 |
tensorflow:: ops:: 否定 | 負の数値を要素ごとに計算します。 |
tensorflow:: ops:: NextAfter | x1 の次に表現可能な値をx2 の方向に要素ごとに返します。 |
tensorflow:: ops:: NextIteration | 入力を次の反復で使用できるようにします。 |
tensorflow:: ops:: NoOp | 何もしません。 |
tensorflow:: ops:: NonMaxSuppression | スコアの降順で境界ボックスのサブセットを貪欲に選択します。 |
tensorflow:: ops:: NonMaxSuppressionV2 | スコアの降順で境界ボックスのサブセットを貪欲に選択します。 |
tensorflow:: ops:: NonMaxSuppressionV3 | スコアの降順で境界ボックスのサブセットを貪欲に選択します。 |
tensorflow:: ops:: NonMaxSuppressionV4 | スコアの降順で境界ボックスのサブセットを貪欲に選択します。 |
tensorflow:: ops:: NonMaxSuppressionV5 | スコアの降順で境界ボックスのサブセットを貪欲に選択します。 |
tensorflow:: ops:: NonMaxSuppressionWithOverlaps | スコアの降順で境界ボックスのサブセットを貪欲に選択します。 |
tensorflow:: ops:: NotEqual | (x != y) の真理値を要素ごとに返します。 |
tensorflow:: ops:: NthElement | 最後の次元のn 次統計量の値を検索します。 |
tensorflow:: ops:: OneHot | ワンホットテンソルを返します。 |
tensorflow:: ops:: OnesLike | x と同じ形状と型を持つ 1 のテンソルを返します。 |
tensorflow:: ops:: OrderedMapClear | Op は、基になるコンテナー内のすべての要素を削除します。 |
tensorflow:: ops:: OrderedMapIncompleteSize | Op は、基になるコンテナー内の不完全な要素の数を返します。 |
tensorflow:: ops:: OrderedMapPeek | Op は、指定されたキーの値を調べます。 |
tensorflow:: ops:: OrderedMapSize | Op は、基になるコンテナ内の要素の数を返します。 |
tensorflow:: ops:: OrderedMapStage | 順序付けされたように動作する、基礎となるコンテナー内のステージ(キー、値)。 |
tensorflow:: ops:: OrderedMapUnstage | Op は、キーに関連付けられた値を削除して返します。 |
tensorflow:: ops:: OrderedMapUnstageNoKey | Op は、最小の (key, value) 要素を削除して返します。 |
tensorflow::ops::パッド | テンソルをゼロで埋めます。 |
tensorflow:: ops:: PadV2 | テンソルをパディングします。 |
tensorflow:: ops:: PaddingFIFOQueue | 先入れ先出しの順序で要素を生成するキュー。 |
tensorflow:: ops:: ParallelConcat | N 個のテンソルのリストを最初の次元に沿って連結します。 |
tensorflow:: ops:: ParallelDynamicStitch | data テンソルの値を単一のテンソルにインターリーブします。 |
tensorflow:: ops:: ParameterizedTruncatedNormal | 正規分布からランダムな値を出力します。 |
tensorflow:: ops:: ParseExample | Brain.Example プロト (文字列として) のベクトルを型付きテンソルに変換します。 |
tensorflow:: ops:: ParseExampleV2 | tf.Example プロト (文字列として) のベクトルを型付きテンソルに変換します。 |
tensorflow:: ops:: ParseSequenceExample | Brain.SequenceExample プロト (文字列として) のベクトルを型付きテンソルに変換します。 |
tensorflow:: ops:: ParseSequenceExampleV2 | tf.io.SequenceExample プロト (文字列として) のベクトルを型付きテンソルに変換します。 |
tensorflow:: ops:: ParseSingleExample | tf.Example プロト (文字列として) を型付きテンソルに変換します。 |
tensorflow:: ops:: ParseSingleSequenceExample | スカラー Brain.SequenceExample プロト (文字列として) を型付きテンソルに変換します。 |
tensorflow:: ops:: ParseTensor | シリアル化された tensorflow.TensorProto プロトをTensorに変換します。 |
tensorflow:: ops:: プレースホルダー | 計算に入力される値のプレースホルダー op。 |
tensorflow:: ops:: PlaceholderWithDefault | 出力が供給されない場合にinput を通過するプレースホルダー op。 |
tensorflow:: ops:: ポリガンマ | ポリガンマ関数を計算する \(^{(n)}(x)\)。 |
tensorflow:: ops:: Pow | ある値の別の値に対する累乗を計算します。 |
tensorflow:: ops:: PreventGradient | グラデーションが要求された場合にエラーをトリガーするアイデンティティ演算。 |
tensorflow:: ops:: 印刷 | テンソルのリストを出力します。 |
tensorflow:: ops:: PrintV2 | 文字列スカラーを出力します。 |
tensorflow:: ops:: PriorityQueue | 最初のコンポーネント値でソートされた要素を生成するキュー。 |
tensorflow:: ops:: 製品 | テンソルの次元にわたる要素の積を計算します。 |
tensorflow:: ops:: QuantizeAndDequantizeV2 | テンソルを量子化してから逆量子化します。 |
tensorflow:: ops:: QuantizeAndDequantizeV3 | テンソルを量子化してから逆量子化します。 |
tensorflow:: ops:: QuantizeDownAndShrinkRange | を使用して、量子化された「入力」テンソルを低精度の「出力」に変換します。 |
tensorflow:: ops:: QuantizeV2 | float 型の '入力' テンソルを 'T' 型の '出力' テンソルに量子化します。 |
tensorflow:: ops:: QuantizedAdd | 量子化されたバッファーを処理して、要素ごとに x + y を返します。 |
tensorflow:: ops:: QuantizedAvgPool | 量子化された型の入力テンソルの平均プールを生成します。 |
tensorflow:: ops:: QuantizedBatchNormWithGlobalNormalization | 量子化されたバッチ正規化。 |
tensorflow:: ops:: QuantizedBiasAdd | 量子化型のTensor 'input' にTensor 'bias' を追加します。 |
tensorflow:: ops:: QuantizedConcat | 量子化されたテンソルを 1 次元に沿って連結します。 |
tensorflow:: ops:: QuantizedConv2D | 量子化された 4D 入力とフィルター テンソルを指定して 2D 畳み込みを計算します。 |
tensorflow:: ops:: QuantizedInstanceNorm | 量子化されたインスタンスの正規化。 |
tensorflow:: ops:: QuantizedMatMul | a と行列b の量子化行列乗算を実行します。 |
tensorflow:: ops:: QuantizedMaxPool | 量子化型の入力テンソルの最大プールを生成します。 |
tensorflow:: ops:: QuantizedMul | 量子化されたバッファーを処理して、要素ごとに x * y を返します。 |
tensorflow:: ops:: QuantizedRelu | 量子化整流線形を計算: max(features, 0) |
tensorflow:: ops:: QuantizedRelu6 | 量子化整流線形 6 を計算します: min(max(features, 0), 6) |
tensorflow:: ops:: QuantizedReluX | 量子化された整流線形 X を計算します: min(max(features, 0), max_value) |
tensorflow:: ops:: QuantizedResizeBilinear | 量子化された双線形補間を使用して、量子化されたimages サイズを適切なsize に変更します。 |
tensorflow:: ops:: QueueClose | 指定されたキューを閉じます。 |
tensorflow:: ops:: QueueDequeue | 指定されたキューから 1 つ以上のテンソルのタプルをデキューします。 |
tensorflow:: ops:: QueueDequeueMany | 指定されたキューから 1 つ以上のテンソルのn タプルをデキューします。 |
tensorflow:: ops:: QueueDequeueUpTo | 指定されたキューから 1 つ以上のテンソルのn タプルをデキューします。 |
tensorflow:: ops:: QueueEnqueue | 1 つ以上のテンソルのタプルを指定されたキューにエンキューします。 |
tensorflow:: ops:: QueueEnqueueMany | 1 つ以上のテンソルの 0 個以上のタプルを指定されたキューにエンキューします。 |
tensorflow:: ops:: QueueIsClosed | キューが閉じられている場合は true を返します。 |
tensorflow:: ops:: QueueIsClosedV2 | キューが閉じられている場合は true を返します。 |
tensorflow:: ops:: QueueSize | 指定されたキュー内の要素の数を計算します。 |
tensorflow:: ops:: RGBToHSV | 1 つ以上の画像を RGB から HSV に変換します。 |
tensorflow:: ops:: RandomGamma | アルファで記述されたガンマ分布からランダムな値を出力します。 |
tensorflow:: ops:: RandomNormal | 正規分布からランダムな値を出力します。 |
tensorflow:: ops:: RandomPoissonV2 | レートで記述されたポアソン分布からランダムな値を出力します。 |
tensorflow:: ops:: RandomShuffle | テンソルを最初の次元に沿ってランダムにシャッフルします。 |
tensorflow:: ops:: RandomShuffleQueue | 要素の順序をランダム化するキュー。 |
tensorflow:: ops:: RandomUniform | 一様分布からランダムな値を出力します。 |
tensorflow:: ops:: RandomUniformInt | 一様分布からランダムな整数を出力します。 |
tensorflow:: ops:: 範囲 | 一連の数値を作成します。 |
tensorflow:: ops:: ReadFile | 入力ファイル名の内容全体を読み取り、出力します。 |
tensorflow:: ops:: ReaderNumRecordsProduced | この Reader が生成したレコードの数を返します。 |
tensorflow:: ops:: ReaderNumWorkUnitsCompleted | この Reader が処理を完了したワークユニットの数を返します。 |
tensorflow:: ops:: ReaderRead | Reader によって生成された次のレコード (キーと値のペア) を返します。 |
tensorflow:: ops:: ReaderReadUpTo | Reader によって生成された最大num_records (キー、値) ペアを返します。 |
tensorflow:: ops:: ReaderReset | リーダーを初期のクリーンな状態に戻します。 |
tensorflow:: ops:: ReaderRestoreState | リーダーを以前に保存した状態に復元します。 |
tensorflow:: ops:: ReaderSerializeState | Reader の状態をエンコードする文字列テンソルを生成します。 |
tensorflow:: ops:: 実数 | 複素数の実部を返します。 |
tensorflow:: ops:: RealDiv | 実数型の場合は要素ごとに x / y を返します。 |
tensorflow:: ops:: 逆数 | x の逆数を要素ごとに計算します。 |
tensorflow:: ops:: RecordInput | ランダム化されたレコードを発行します。 |
tensorflow:: ops:: ReduceJoin | 指定された次元にわたって文字列テンソルを結合します。 |
tensorflow:: ops:: RefNextIteration | 入力を次の反復で利用できるようにします。 |
tensorflow:: ops:: RefSelect | inputs のindex の要素をoutput に転送します。 |
tensorflow:: ops:: RefSwitch | REFテンソルdata pred によって決定された出力ポートに転送します。 |
Tensorflow :: ops :: regexfullmatch | 入力が正規表現パターンと一致するかどうかを確認します。 |
Tensorflow :: ops :: regexReplace | input のpattern 正規表現の一致を、 rewrite に提供された置換文字列に置き換えます。 |
Tensorflow :: ops :: relu | 修正線形を計算する: max(features, 0) 。 |
Tensorflow :: ops :: relu6 | 整流された線形6: min(max(features, 0), 6) を計算します。 |
Tensorflow :: ops :: requantizationrange | 量子化されたテンソルに存在する実際の値をカバーする範囲を計算します。 |
Tensorflow :: ops :: requantize | 量子化されたinput テンソルを低精度のoutput に変換します。 |
Tensorflow :: ops :: Resizearea | 面積補間を使用してsize にimages をサイズ変更します。 |
Tensorflow :: ops :: resizebicubic | 2頭の補間を使用して、 size にimages をサイズ変更します。 |
Tensorflow :: ops :: resizeBilinear | 双線形補間を使用してsize にimages をサイズ変更します。 |
Tensorflow :: ops :: Resizenearestneighbor | 最近隣接する補間を使用してsize にimages をサイズ変更します。 |
Tensorflow :: ops :: resourceapplyadadelta | Adadeltaスキームに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplyadagrad | Adagradスキームに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplyadagradda | 近位のアダグラードスキームに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplyadam | Adam アルゴリズムに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplyadamwithamsgrad | Adam アルゴリズムに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplyaddsign | AddSignアップデートに従って「*var」を更新します。 |
tensorflow :: ops :: resourceapplycenteredrmsprop | 中心RMSPropアルゴリズムに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplyftrl | ftrl-proximalスキームに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplyftrlv2 | ftrl-proximalスキームに従って「*var」を更新します。 |
tensorflow :: ops :: resourceapplygradientdescent | 「Alpha」 *「Delta」を差し引くことにより、「 * var」を更新します。 |
Tensorflow :: ops :: resourceapplykerasmomentum | Momentum Schemeに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplymomentum | Momentum Schemeに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplypowersign | AddSignアップデートに従って「*var」を更新します。 |
Tensorflow :: ops :: resourceapplypromaladagrad | Adagrad学習率を備えたFOBOSによると、「*var」と「*蓄積」を更新します。 |
Tensorflow :: ops :: resourceapplypromalgradientdescent | 固定学習率のFOBOSアルゴリズムとして「*var」を更新します。 |
Tensorflow :: ops :: resourceapplyrmsprop | rmspropアルゴリズムに従って「*var」を更新します。 |
Tensorflow :: ops :: resourcecountupto | 「リソース」が「リソース」が「制限」に達するまで指定された増分変数。 |
Tensorflow :: ops :: resourcescatterndadd | 変数内の個々の値またはスライスにまばらな追加を適用します。 |
Tensorflow :: ops :: resourcescatterndsub | 変数内の個々の値またはスライスにスパース減算を適用します。 |
tensorflow :: ops :: resourcescatterndupdate | 特定の値内の個々の値またはスライスにまばらなupdates 適用します。 |
Tensorflow :: ops :: resourcesparseapplyadadelta | var: Variable() から取得する必要があります。 |
Tensorflow :: ops :: resourcesparseapplyadagrad | Adagradスキームに従って、「*var」および「*ascum」の関連するエントリを更新します。 |
Tensorflow :: ops :: resourcesparseapplyadagradda | 近位のAdagradスキームに従って、「*var」および「*Accum」のエントリを更新します。 |
Tensorflow :: ops :: resourcesparseapplycenteredrmsprop | 中心RMSPropアルゴリズムに従って「*var」を更新します。 |
Tensorflow :: ops :: resourcesparseapplyftrl | Ftrl-proximal スキームに従って、「*var」内の関連エントリを更新します。 |
Tensorflow :: ops :: resourcesparseapplyftrlv2 | Ftrl-proximal スキームに従って、「*var」内の関連エントリを更新します。 |
Tensorflow :: ops :: resourcesparseapplykerasmomentum | Momentum Schemeに従って、「*var」および「*Accum」の関連するエントリを更新します。 |
Tensorflow :: ops :: resourcesparseapplymomentum | Momentum Schemeに従って、「*var」および「*Accum」の関連するエントリを更新します。 |
Tensorflow :: ops :: resourcesparseapplypromaladagrad | FOBOS アルゴリズムに従って、'*var' および '*accum' 内のスパース更新エントリ。 |
Tensorflow :: ops :: resourcesparseapplypromalgradientdescent | 固定学習率を持つFOBOSアルゴリズムとしてのスパースアップデート '*var'。 |
tensorflow :: ops :: resourcesparseapplyrmsprop | rmspropアルゴリズムに従って「*var」を更新します。 |
Tensorflow :: ops :: restore | チェックポイントファイルからテンソルを復元します。 |
Tensorflow :: ops :: restoreslice | チェックポイントファイルからテンソルを復元します。 |
Tensorflow :: ops :: restorev2 | V2チェックポイントからテンソルを復元します。 |
Tensorflow :: ops :: rint | xに最も近い要素ごとの整数を返します。 |
Tensorflow :: ops :: round | テンソルの値を、要素ごとに最も近い整数に丸めます。 |
Tensorflow :: ops :: rsqrt | x要素の平方根の相互に計算します。 |
Tensorflow :: ops :: sampledistortedboundingbox | 画像用にランダムに歪んだ単一の歪んだ境界ボックスを生成します。 |
tensorflow :: ops :: sampledistortedboundingboxv2 | 画像用にランダムに歪んだ単一の歪んだ境界ボックスを生成します。 |
tensorflow :: ops :: save | 入力テンソルをディスクに保存します。 |
Tensorflow :: ops :: saveslices | 入力テンソルスライスをディスクに保存します。 |
Tensorflow :: ops :: savev2 | V2チェックポイント形式でテンソルを保存します。 |
Tensorflow :: ops :: scalarsummary | スカラー値を持つSummary プロトコルバッファーを出力します。 |
Tensorflow :: ops :: scaleandtranslate | TODO:ドキュメントを追加します。 |
Tensorflow :: ops :: scatteradd | スパースアップデートを変数参照に追加します。 |
Tensorflow :: ops :: scatterdiv | スパースアップデートによって変数参照を分割します。 |
Tensorflow :: ops :: Scattermax | max 操作を使用して、スパースアップデートを変数参照に削減します。 |
Tensorflow :: ops :: Scattermin | min 操作を使用して、スパースな更新を変数参照に減らします。 |
Tensorflow :: ops :: scattermul | スパースアップデートを変数参照に掛けます。 |
Tensorflow :: ops :: Scatterndadd | 変数内の個々の値またはスライスにまばらな追加を適用します。 |
Tensorflow :: ops :: Scatterndsub | 変数内の個々の値またはスライスにスパース減算を適用します。 |
Tensorflow :: ops :: scatterndupdate | 特定の値内の個々の値またはスライスにまばらなupdates 適用します。 |
Tensorflow :: ops :: ScatterSub | スパースアップデートを変数参照に減算します。 |
Tensorflow :: ops :: scatterUpdate | スパース更新を変数参照に適用します。 |
Tensorflow :: ops :: segmentmax | テンソルのセグメントに沿った最大値を計算します。 |
Tensorflow :: ops :: segmentmean | テンソルのセグメントに沿った平均を計算します。 |
Tensorflow :: ops :: segmentmin | テンソルのセグメントに沿った最小値を計算します。 |
Tensorflow :: ops :: segmentProd | テンソルのセグメントに沿って製品を計算します。 |
Tensorflow :: ops :: segmentsum | テンソルのセグメントに沿った合計を計算します。 |
Tensorflow :: ops :: selectv2 | TODO:ドキュメントを追加します。 |
Tensorflow :: ops :: selu | スケーリングされた指数線形を計算: scale * alpha * (exp(features) - 1) |
Tensorflow :: ops :: serializemanysparse | N -minibatch SparseTensor [N, 3] Tensor オブジェクトにシリアル化します。 |
Tensorflow :: ops :: serializesparse | [3] Tensor オブジェクトにSparseTensor シリアル化します。 |
Tensorflow :: ops :: serializetensor | テンソルをシリアル化されたテンソルプロトプロトに変換します。 |
Tensorflow :: ops :: setdiff1d | 数字または文字列の2つのリストの違いを計算します。 |
Tensorflow :: ops :: shardedfilename | シャードされたファイル名を生成します。 |
Tensorflow :: ops :: shardedfilespec | すべてのシャードファイル名に一致するグローブパターンを生成します。 |
Tensorflow :: ops :: sigmoid | x の要素の微細症を計算します。 |
Tensorflow :: ops :: sign | 数字の兆候の要素ごとの表示を返します。 |
Tensorflow :: ops :: sin | Xの正弦号を要素ごとに計算します。 |
Tensorflow :: ops :: sinh | X Xの双曲線サインを要素ごとに計算します。 |
Tensorflow :: ops :: softmax | SoftMaxのアクティベーションを計算します。 |
Tensorflow :: ops :: softmaxcrossentropywithlogits | Backpropagateにソフトマックスクロスエントロピーコストと勾配を計算します。 |
Tensorflow :: ops :: softplus | softplusを計算: log(exp(features) + 1) 。 |
Tensorflow :: ops :: softSign | SoftSignを計算: features / (abs(features) + 1) 。 |
Tensorflow :: ops :: SparseaccumulatorApplygradient | 特定のアキュムレータにスパース勾配を適用します。 |
Tensorflow :: ops :: sparseaccumulatortakegradient | SparseconditionAlaccumulatorで平均スパース勾配を抽出します。 |
Tensorflow :: ops :: Sparseadd | 2つのSparseTensor オブジェクトを追加して、別のSparseTensor を生成します。 |
Tensorflow :: ops :: sparseaddgrad | Sparseadd opの勾配演算子。 |
Tensorflow :: ops :: Sparseapplyadadelta | var: Variable() から取得する必要があります。 |
Tensorflow :: ops :: Sparseapplyadagrad | Adagradスキームに従って、「*var」および「*ascum」の関連するエントリを更新します。 |
Tensorflow :: ops :: Sparseapplyadagradda | 近位のAdagradスキームに従って、「*var」および「*Accum」のエントリを更新します。 |
Tensorflow :: ops :: sparseapplycenteredrmsprop | 中心RMSPropアルゴリズムに従って「*var」を更新します。 |
Tensorflow :: ops :: Sparseapplyftrl | Ftrl-proximal スキームに従って、「*var」内の関連エントリを更新します。 |
Tensorflow :: ops :: sparseapplyftrlv2 | Ftrl-proximal スキームに従って、「*var」内の関連エントリを更新します。 |
Tensorflow :: ops :: sparseapplymomentum | Momentum Schemeに従って、「*var」および「*Accum」の関連するエントリを更新します。 |
Tensorflow :: ops :: Sparseapplypromaladagrad | FOBOS アルゴリズムに従って、'*var' および '*accum' 内のスパース更新エントリ。 |
Tensorflow :: ops :: sparseapplypromixalgradientdescent | 固定学習率を持つFOBOSアルゴリズムとしてのスパースアップデート '*var'。 |
Tensorflow :: ops :: sparseapplyrmsprop | rmspropアルゴリズムに従って「*var」を更新します。 |
Tensorflow :: ops :: sparseconcat | 指定された寸法に沿ってSparseTensor のリストを連結します。 |
Tensorflow :: ops :: sparseconditionalaccumulator | まばらな勾配を集約するための条件付きアキュムレータ。 |
Tensorflow :: ops :: sparsecross | まばらで密なテンソルのリストからまばらなクロスを生成します。 |
Tensorflow :: ops :: Sparsedensecwiseadd | これらの特別なルールを使用して、SparsetEnsorと密なテンソルを加算します。 |
Tensorflow :: ops :: Sparsedensecwisediv | コンポーネントごとに、スパーセンサーを密なテンソルで分割します。 |
Tensorflow :: ops :: Sparsedensecwisemul | コンポーネントごとに、スパーセンサーに密なテンソルを掛けます。 |
Tensorflow :: ops :: Sparsefillemptyrows | 入力2-D SparseTensor の空の行をデフォルト値で埋めます。 |
Tensorflow :: ops :: Sparsefillemptyrowsgrad | SparseFillemptyrowsの勾配。 |
Tensorflow :: ops :: Sparsematmul | マトリックス「A」をマトリックス「B」で掛けます。 |
Tensorflow :: ops :: Sparsereducemax | Sparsetensorの寸法にわたって要素の最大を計算します。 |
Tensorflow :: ops :: Sparsereducemaxsparse | Sparsetensorの寸法にわたって要素の最大を計算します。 |
Tensorflow :: ops :: Sparsereducesum | Sparsetensorの寸法にわたる要素の合計を計算します。 |
Tensorflow :: ops :: Sparsereducesumsparse | Sparsetensorの寸法にわたる要素の合計を計算します。 |
Tensorflow :: ops :: sparsereorder | SparsetEnsorを標準的なrow-major注文に再測定します。 |
Tensorflow :: ops :: Sparsereshape | SparsetEnsorを形成して、新しい密な形状の値を表します。 |
Tensorflow :: ops :: Sparsesegmentmean | テンソルのまばらなセグメントに沿った平均を計算します。 |
Tensorflow :: ops :: Sparsesegemmeangrad | Sparsesementmeanの勾配を計算します。 |
Tensorflow :: ops :: sparsesegegmeanwithnumsegments | テンソルのまばらなセグメントに沿った平均を計算します。 |
Tensorflow :: ops :: sparsesegmentsqrtn | テンソルのスパースセグメントに沿って合計をNのSQRTで割ったものを計算します。 |
Tensorflow :: ops :: sparsesegmentsqrtngrad | SparsegmentsQrtnの勾配を計算します。 |
tensorflow :: ops :: sparsesegmentsqrtnwithnumsegments | テンソルのスパースセグメントに沿って合計をNのSQRTで割ったものを計算します。 |
Tensorflow :: ops :: Sparsesegmentsum | テンソルのまばらなセグメントに沿って合計を計算します。 |
Tensorflow :: ops :: sparsegmentsumwithnumsegments | テンソルのまばらなセグメントに沿って合計を計算します。 |
Tensorflow :: ops :: Sparseslice | start とsize に基づいてSparseTensor スライスします。 |
Tensorflow :: ops :: sparseslicegrad | Sparseslice Opの勾配演算子。 |
Tensorflow :: ops :: sparsesoftmax | SoftMaxをバッチ付きND SparseTensor に適用します。 |
Tensorflow :: ops :: sparseftmaxcrossentropywithlogits | Backpropagateにソフトマックスクロスエントロピーコストと勾配を計算します。 |
Tensorflow :: ops :: sparsesparsemaximum | 2つのSparsetensorの要素ごとの最大値を返します。 |
Tensorflow :: ops :: sparsesparseminimum | 2つのSparsetEnsorの要素ごとの分を返します。 |
Tensorflow :: ops :: Sparsesplit | SparseTensor を1つの次元に沿ってnum_split テンソルに分割します。 |
Tensorflow :: ops :: sparsetensordenseadd | SparseTensor と密なTensor を加算し、密なTensor 生成します。 |
Tensorflow :: ops :: sparsetensordensematmul | (ランク2の) sparsetensor (a "" a "が密なマトリックス" B "を掛けます。 |
Tensorflow :: ops :: sqrt | x要素の平方根を計算します。 |
Tensorflow :: ops :: Square | Xの正方形を計算します。要素ごとに。 |
Tensorflow :: ops :: squaredifference | returns(x -y)(x -y)要素ごとに。 |
Tensorflow :: ops :: stack | N ランクのR のリストを1つのランク(R+1) テンソルに詰めます。 |
Tensorflow :: ops :: stage | 軽量のエンキューと同様のステージ値。 |
Tensorflow :: ops :: stageclear | OPは、基礎となる容器内のすべての要素を削除します。 |
Tensorflow :: ops :: stagepeek | 指定されたインデックスの値でOPを覗きます。 |
Tensorflow :: ops :: stagesize | OPは、基礎となる容器内の要素の数を返します。 |
Tensorflow :: ops :: Stringformat | テンソルのリストを使用して、文字列テンプレートをフォーマットします。 |
Tensorflow :: ops :: StringJoin | 指定されたリストの文字列を文字列テンソルの1つのテンソルに結合します。 |
Tensorflow :: ops :: stringlength | input の文字列長。 |
Tensorflow :: ops :: Stringlower | すべての大文字をそれぞれの小文字の交換に変換します。 |
Tensorflow :: ops :: Stringngrams | ぼろぼろの文字列データからngramsを作成します。 |
Tensorflow :: ops :: stringsplit | delimiter に基づいてSparseTensor にinput の要素を分割します。 |
Tensorflow :: ops :: stringsplitv2 | sep に基づいてSparseTensor にsource の要素を分割します。 |
Tensorflow :: ops :: stringstrip | テンソルからのリードおよびトレーリングホワイトスペースをストリップします。 |
Tensorflow :: ops :: Stringtohashbucket | 入力テンソル内の各文字列を多数のバケットでハッシュmodに変換します。 |
tensorflow :: ops :: stringtohashbucketfast | 入力テンソル内の各文字列を多数のバケットでハッシュmodに変換します。 |
Tensorflow :: ops :: Stringtohashbucketstrong | 入力テンソル内の各文字列を多数のバケットでハッシュmodに変換します。 |
Tensorflow :: ops :: Stringtonumber | 入力テンソル内の各文字列を指定された数値タイプに変換します。 |
Tensorflow :: ops :: stringupper | すべての小文字をそれぞれの大文字の交換に変換します。 |
Tensorflow :: ops :: substr | 文字列のTensor からサブストリングを返します。 |
Tensorflow :: ops :: Subtract | x -y要素ごとに返します。 |
Tensorflow :: ops :: sum | テンソルの寸法にわたる要素の合計を計算します。 |
Tensorflow :: ops :: switch | pred によって決定された出力ポートにdata を転送します。 |
Tensorflow :: ops :: tfrecordreader | Tensorflow Recordsファイルからレコードを出力する読者。 |
Tensorflow :: ops :: takemanysparsefromtensorsmap | スパース表現を密なテンソルに変換します。 |
Tensorflow :: ops :: tan | Xの要素ごとにTANを計算します。 |
Tensorflow :: Ops :: Tanh | x の双曲線接線を計算します。 |
Tensorflow :: ops :: comportarvariable | 変異する可能性のあるテンソルを返しますが、単一のステップ内でのみ持続します。 |
Tensorflow :: ops :: tensorarray | 指定されたサイズのテンソルの配列。 |
Tensorflow :: ops :: tensorarrayclose | リソースコンテナからテンソラレイを削除します。 |
Tensorflow :: ops :: tensorarrayconcat | テンソラレイの要素を価値のvalue に連結します。 |
Tensorflow :: ops :: tensorarraygather | テンソラレイから出力value に特定の要素を収集します。 |
Tensorflow :: ops :: tensorarraygrad | 指定されたハンドルに値の勾配を保存するためのテンソラレイを作成します。 |
tensorflow :: ops :: tensorarraygradwithshape | 指定されたハンドルに複数の勾配を保存するためのテンソラレイを作成します。 |
tensorflow :: ops :: tensorarrayread | テンソラレイから出力value に要素を読んでください。 |
Tensorflow :: ops :: tensorarrayscatter | 入力値からデータを特定のテンソラレイ要素に分散させます。 |
Tensorflow :: ops :: tensorraysize | テンソラレイの現在のサイズを取得します。 |
Tensorflow :: ops :: tensorarraysplit | データを入力値からテンソラレイ要素に分割します。 |
Tensorflow :: ops :: tensorarraywrite | 要素をtensor_arrayに押し込みます。 |
Tensorflow :: ops :: tensorsummary | テンソルでSummary プロトコルバッファーを出力します。 |
Tensorflow :: ops :: tensorsummaryv2 | テンソルとプラギンごとのデータを使用して、 Summary プロトコルバッファーを出力します。 |
Tensorflow :: ops :: textlinereader | 区切られたファイルの行を出力する読者 ' '。 |
Tensorflow :: Ops :: Timestamp | エポック以来の時間を数秒で提供します。 |
Tensorflow :: ops :: topk | 最後の次元のk 最大要素の値とインデックスを見つけます。 |
Tensorflow :: ops :: truncatediv | 整数タイプのX / Y要素ごとに返品します。 |
Tensorflow :: ops :: truncatemod | 要素ごとの分割の残りを返します。 |
Tensorflow :: ops :: truncatednormal | 切り捨てられた正規分布からランダム値を出力します。 |
Tensorflow :: ops :: unicodeScript | Unicode Integerコードポイントの特定のテンソルのスクリプトコードを決定します。 |
Tensorflow :: ops :: unicodetranscode | ソースエンコードから宛先エンコードに入力テキストをトランスコードします。 |
Tensorflow :: ops :: uniledcandidateSampler | 均一な分布で候補サンプリングのラベルを生成します。 |
Tensorflow :: ops :: unsortedsegmentjoin | segment_ids に基づいてinputs の要素に結合します。 |
Tensorflow :: ops :: unsortedsegmentmax | テンソルのセグメントに沿った最大値を計算します。 |
Tensorflow :: ops :: unsortedsegmentmin | テンソルのセグメントに沿った最小値を計算します。 |
Tensorflow :: ops :: unsortedsegmentprod | テンソルのセグメントに沿って製品を計算します。 |
Tensorflow :: ops :: unstedsegmentsum | テンソルのセグメントに沿った合計を計算します。 |
Tensorflow :: ops :: unstage | OPは軽量のデクエに似ています。 |
Tensorflow :: ops :: variable | ステップ全体で持続するテンソルの形で状態を保持します。 |
Tensorflow :: ops :: where | 再シェープOPに従って、量子化されたテンソルを再形成します。 |
Tensorflow :: ops :: where3 | condition に応じて、 x またはy から要素を選択します。 |
Tensorflow :: ops :: wholefilereader | ファイルの内容全体を値として出力するリーダー。 |
tensorflow :: ops :: writefile | 入力ファイル名でファイルにコンテンツを書き込みます。 |
Tensorflow :: ops :: xdivy | x == 0の場合は0、それ以外の場合はx / y、elementwiseを返します。 |
Tensorflow :: ops :: xlog1py | x == 0の場合は0、x * log1p(y)それ以外の場合は、elementwiseを返します。 |
Tensorflow :: ops :: xlogy | x == 0の場合は0、x * log(y)それ以外の場合はelementWiseを返します。 |
Tensorflow :: ops :: zeroslike | xと同じ形状とタイプのゼロのテンソルを返します。 |
Tensorflow :: ops :: Zeta | Hurwitz Zeta関数を計算します \((x, q)\)。 |