Home
last modified time | relevance | path

Searched refs:new_memory (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dapi.h128 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/
Dmodels.py590 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/
Daml.rs491 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/
Dmalloc.c1691 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/
Dmalloc.c1697 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/
Dfield_trial_unittest.cc1224 void* new_memory = field_trial_list.field_trial_allocator_->shared_memory(); in TEST() local
1226 EXPECT_EQ(memory, new_memory); in TEST()