Home
last modified time | relevance | path

Searched defs:is_memory (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dcache_test.py446 def make_dataset_fn(self, is_memory): argument
464 def testCheckpointBeforeOneEpoch(self, is_memory): argument
484 def testCheckpointBeforeOneEpochThenRunFewSteps(self, is_memory): argument
504 def testCheckpointAfterOneEpoch(self, is_memory): argument
524 def testCheckpointAfterOneEpochThenRunFewSteps(self, is_memory): argument
542 def testCheckpointBeforeOneEpochButRunCompleteEpoch(self, is_memory): argument
565 def testCheckpointUnusedWriterIterator(self, is_memory): argument
579 def testCheckpointUnusedMidwayWriterIterator(self, is_memory): argument
603 def testUnusedCheckpointError(self, is_memory): argument
625 def testIgnoreCheckpointIfCacheWritten(self, is_memory): argument
/external/crosvm/devices/src/pci/
Dpci_configuration.rs723 pub fn is_memory(&self) -> bool { in is_memory() method