Home
last modified time | relevance | path

Searched refs:input_classes (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py3404 input_classes=None, argument
3445 if input_classes is None or input_shapes is None or input_types is None:
3450 input_types, input_shapes, input_classes)
3452 if not (input_classes is None and input_shapes is None and
3459 if not (dataset is None and input_classes is None and input_shapes is None