Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dcache_dataset_serialization_test.py42 def make_dataset_fn(self, is_memory): argument
43 if is_memory:
59 combinations.combine(is_memory=[True, False])))
60 def testCheckpointBeforeOneEpoch(self, is_memory): argument
61 ds_fn = self.make_dataset_fn(is_memory)
79 combinations.combine(is_memory=[True, False])))
80 def testCheckpointBeforeOneEpochThenRunFewSteps(self, is_memory): argument
81 ds_fn = self.make_dataset_fn(is_memory)
99 combinations.combine(is_memory=[True, False])))
100 def testCheckpointAfterOneEpoch(self, is_memory): argument
[all …]
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp666 bool is_memory = true; in GetReturnValueObjectImpl() local
694 is_memory = false; in GetReturnValueObjectImpl()
712 is_memory = true; in GetReturnValueObjectImpl()
750 is_memory = true; in GetReturnValueObjectImpl()
801 is_memory = true; in GetReturnValueObjectImpl()
839 if (!is_memory) { in GetReturnValueObjectImpl()
854 if (is_memory) { in GetReturnValueObjectImpl()
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABISysV_x86_64.cpp637 bool is_memory = true; in GetReturnValueObjectImpl() local
688 is_memory = false; in GetReturnValueObjectImpl()
731 is_memory = true; in GetReturnValueObjectImpl()
782 is_memory = true; in GetReturnValueObjectImpl()
822 if (!is_memory) { in GetReturnValueObjectImpl()
837 if (is_memory) { in GetReturnValueObjectImpl()
DABIWindows_x86_64.cpp635 bool is_memory = *bit_width > max_register_value_bit_width || in GetReturnValueObjectImpl() local
639 if (!is_memory && in GetReturnValueObjectImpl()
704 if (!is_memory) { in GetReturnValueObjectImpl()
721 if (is_memory) { in GetReturnValueObjectImpl()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout1148 int is_memory;