Searched refs:MakeFromByteSize (Results 1 – 6 of 6) sorted by relevance
141 static DeviceMemory<ElemT> MakeFromByteSize(void *opaque, uint64 bytes) { in MakeFromByteSize() function
767 return DeviceMemory<T>::MakeFromByteSize(opaque, bytes); in AllocateArray()835 DeviceMemory<T> result = DeviceMemory<T>::MakeFromByteSize(opaque, sizeof(T)); in AllocateZeroed()
294 return DeviceMemory<T>::MakeFromByteSize( in AsDeviceMemory()301 return DeviceMemory<T>::MakeFromByteSize( in AsDeviceMemory()308 return DeviceMemory<U>::MakeFromByteSize( in CastDeviceMemory()385 return DeviceMemory<uint8>::MakeFromByteSize( in AllocateBytes()429 auto memory_uint8 = DeviceMemory<uint8>::MakeFromByteSize( in AllocateBytes()
273 DeviceMemoryBytes::MakeFromByteSize(nullptr, 0));279 DeviceMemoryBytes::MakeFromByteSize(
3628 a[i] = DeviceMemory<float>::MakeFromByteSize( in DoMatMul()3636 c[i] = DeviceMemory<float>::MakeFromByteSize( in DoMatMul()
3388 a[i] = DeviceMemory<float>::MakeFromByteSize( in DoMatMul()3396 c[i] = DeviceMemory<float>::MakeFromByteSize( in DoMatMul()