Searched refs:new_memory (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | api.h | 128 explicit VulkanTexture(VkDeviceMemory new_memory) : memory(new_memory) {} in VulkanTexture() 140 explicit VulkanMemory(VkDeviceMemory new_memory) : memory(new_memory) {} in VulkanMemory()
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | models.py | 590 new_memory = memory[:, :, num_new_frames:] 591 new_memory = tf.concat([new_memory, activations_time], 2) 592 tf.compat.v1.assign(memory, new_memory) 593 activations_time = new_memory
|
/external/crosvm/acpi_tables/src/ |
D | aml.rs | 491 pub fn new_memory(cacheable: AddressSpaceCachable, read_write: bool, min: T, max: T) -> Self { in new_memory() method 1451 &AddressSpace::new_memory( in test_resource_template() 1457 &AddressSpace::new_memory( in test_resource_template() 1479 &ResourceTemplate::new(vec![&AddressSpace::new_memory( in test_resource_template()
|
/external/clang/test/Analysis/ |
D | malloc.c | 1691 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local 1692 if (new_memory != 0) { in testReallocEscaped() 1693 *memory = new_memory; in testReallocEscaped()
|
/external/llvm-project/clang/test/Analysis/ |
D | malloc.c | 1697 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local 1698 if (new_memory != 0) { in testReallocEscaped() 1699 *memory = new_memory; in testReallocEscaped()
|
/external/libchrome/base/metrics/ |
D | field_trial_unittest.cc | 1224 void* new_memory = field_trial_list.field_trial_allocator_->shared_memory(); in TEST() local 1226 EXPECT_EQ(memory, new_memory); in TEST()
|