テンソルフロー::作戦::文字列分割::属性

#include <string_ops.h>

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

まとめ

パブリック属性

skip_empty_ = true
bool

公共機能

SkipEmpty (bool x)
TF_MUST_USE_RESULT Attrs
bool

パブリック属性

スキップ_空_

bool tensorflow::ops::StringSplit::Attrs::skip_empty_ = true

公共機能

空をスキップ

TF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplit::Attrs::SkipEmpty(
  bool x
)

bool

Trueの場合、結果から空の文字列をスキップします。

デフォルトは true