Searched refs:BatchDataset (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_BatchDataset.pbtxt | 2 graph_op_name: "BatchDataset"
|
D | api_def_BatchDatasetV2.pbtxt | 4 name: "data.BatchDataset"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BatchDataset.pbtxt | 2 graph_op_name: "BatchDataset"
|
/external/tensorflow/tensorflow/python/distribute/ |
D | input_lib.py | 501 if isinstance(d, (dataset_ops.BatchDataset, batching._MapAndBatchDataset)): 517 (dataset_ops.BatchDataset, batching._MapAndBatchDataset)) 518 if isinstance(d, dataset_ops.BatchDataset):
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.cc | 6913 name: "BatchDataset/batch_size" in CreateImagenetDatasetFunctions() 6934 name: "BatchDataset" in CreateImagenetDatasetFunctions() 6935 op: "BatchDataset" in CreateImagenetDatasetFunctions() 6937 input: "BatchDataset/batch_size:output:0" in CreateImagenetDatasetFunctions() 6998 input: "BatchDataset:handle:0" in CreateImagenetDatasetFunctions() 8115 name: "BatchDataset/batch_size" in CreateMNISTDatasetFunctions() 8136 name: "BatchDataset" in CreateMNISTDatasetFunctions() 8137 op: "BatchDataset" in CreateMNISTDatasetFunctions() 8139 input: "BatchDataset/batch_size:output:0" in CreateMNISTDatasetFunctions() 8194 input: "BatchDataset:handle:0" in CreateMNISTDatasetFunctions()
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 869 return BatchDataset(self, batch_size, drop_remainder) 2758 class BatchDataset(UnaryDataset): class 2783 super(BatchDataset, self).__init__(input_dataset, variant_tensor)
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_utils.py | 1232 dataset_ops.BatchDataset,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 284 name: "BatchDataset"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 284 name: "BatchDataset"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 22662 func BatchDataset(scope *Scope, input_dataset tf.Output, batch_size tf.Output, output_types []tf.Da… func
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 8968 name: "BatchDataset" 8996 name: "BatchDataset"
|
D | ops_history.v1.pbtxt | 8968 name: "BatchDataset" 8996 name: "BatchDataset"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 3075 name: "BatchDataset"
|