HomeSort by relevance Sort by last modified time
    Searched refs:filter_with_legacy_function (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/data/kernel_tests/
filter_with_legacy_function_test.py 15 """Tests for `tf.data.Dataset.filter_with_legacy_function()`."""
29 return input_dataset.filter_with_legacy_function(predicate)
  /external/tensorflow/tensorflow/python/data/ops/
dataset_ops.py 1725 def filter_with_legacy_function(self, predicate): member in class:DatasetV1
    [all...]

Completed in 55 milliseconds