Class ModelDataset.Options
java.lang.Object
org.tensorflow.op.data.ModelDataset.Options
- Enclosing class:
ModelDataset
Optional attributes for
ModelDataset-
Method Summary
Modifier and TypeMethodDescriptionSets the algorithm option.Sets the cpuBudget option.Sets the ramBudget option.
-
Method Details
-
algorithm
Sets the algorithm option.- Parameters:
algorithm- the algorithm option- Returns:
- this Options instance.
-
cpuBudget
Sets the cpuBudget option.- Parameters:
cpuBudget- the cpuBudget option- Returns:
- this Options instance.
-
ramBudget
Sets the ramBudget option.- Parameters:
ramBudget- the ramBudget option- Returns:
- this Options instance.
-