Searched defs:is_memory (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/ |
H A D | cache_test.py | 429 def make_dataset_fn(self, is_memory): argument 447 def testCheckpointBeforeOneEpoch(self, is_memory): argument 467 def testCheckpointBeforeOneEpochThenRunFewSteps(self, is_memory): argument 487 def testCheckpointAfterOneEpoch(self, is_memory): argument 507 def testCheckpointAfterOneEpochThenRunFewSteps(self, is_memory): argument 525 def testCheckpointBeforeOneEpochButRunCompleteEpoch(self, is_memory): argument 548 def testCheckpointUnusedWriterIterator(self, is_memory): argument 562 def testCheckpointUnusedMidwayWriterIterator(self, is_memory): argument 586 def testUnusedCheckpointError(self, is_memory): argument 608 def testIgnoreCheckpointIfCacheWritten(self, is_memory): argument
|
/aosp_15_r20/external/crosvm/devices/src/pci/ |
H A D | pci_configuration.rs | 1024 pub fn is_memory(&self) -> bool { in is_memory() method
|