テンソルフロー::作戦:: JpegShape の抽出

#include <image_ops.h>

JPEG エンコードされた画像の形状情報を抽出します。

まとめ

この操作は画像ヘッダーのみを解析するため、 DecodeJpegよりもはるかに高速です。

引数:

  • スコープ:スコープオブジェクト
  • 内容: 0-D。 JPEG エンコードされた画像。

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

  • Output_type: (オプション) 操作の出力タイプ (int32 または int64)。デフォルトは int32 です。

戻り値:

  • Output : 1-D。 [高さ、幅、チャンネル] 形式の画像形状。

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

ExtractJpegShape (const :: tensorflow::Scope & scope, :: tensorflow::Input contents)
ExtractJpegShape (const :: tensorflow::Scope & scope, :: tensorflow::Input contents, const ExtractJpegShape::Attrs & attrs)

パブリック属性

image_shape
operation

公共機能

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

パブリック静的関数

OutputType (DataType x)

構造体

tensorflow:: ops:: ExtractJpegShape:: Attrs

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

パブリック属性

画像の形状

::tensorflow::Output image_shape

手術

Operation operation

公共機能

JpegShape の抽出

 ExtractJpegShape(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input contents
)

JpegShape の抽出

 ExtractJpegShape(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input contents,
  const ExtractJpegShape::Attrs & attrs
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const 

パブリック静的関数

出力タイプ

Attrs OutputType(
  DataType x
)