HomeSort by relevance Sort by last modified time
    Searched defs:DEVICE_MEMORY (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/framework/
memory_types.cc 41 // to DEVICE_MEMORY except those args in host_memory_args. Removes
72 : DEVICE_MEMORY;
113 // Now that we know the size, fill with the default 'DEVICE_MEMORY'.
114 inp_mtypes->resize(GetTotal(inp_names), DEVICE_MEMORY);
115 out_mtypes->resize(GetTotal(out_names), DEVICE_MEMORY);
types.h 48 DEVICE_MEMORY = 0,
477 // DEVICE_MEMORY otherwise.
  /external/swiftshader/src/Vulkan/
VkObject.hpp 27 static constexpr VkAllocationCallbacks* DEVICE_MEMORY = nullptr;

Completed in 5989 milliseconds