public static class ParseExampleDatasetV2.Options
ParseExampleDatasetV2
のオプションの属性
パブリックメソッド
ParseExampleDatasetV2.Options | deterministic (文字列deterministic) |
ParseExampleDatasetV2.Options | raggedKeys (List <String> raggedKeys) |
継承されたメソッド
パブリックメソッド
public ParseExampleDatasetV2.Options deterministic (String deterministic)
パラメーター
決定論的 | 使用するopレベルの決定論を示す文字列。 Deterministicは、返される次の要素が使用できない場合にデータセットが要素を順不同で返すことを許可するかどうかを制御しますが、後の要素は使用できます。オプションは、「true」、「false」、および「default」です。 「デフォルト」は、決定論がtf.data.Options の `experimental_deterministic`パラメーターによって決定される必要があることを示します。 |
---|