temnick's picture
Initial content
f724cf3
raw
history blame
1.08 kB
{
"file_format_version": "1.0.0",
"layer": {
"name": "VK_LAYER_ML_Tensor_Emulation",
"type": "INSTANCE",
"library_path": ".\\VkLayer_Tensor.dll",
"api_version": "1.3.0",
"implementation_version": "1",
"description": "ML Tensor Emulation Layer",
"functions": {
"vkGetInstanceProcAddr": "tensorGetInstanceProcAddr",
"vkGetDeviceProcAddr": "tensorGetDeviceProcAddr"
},
"device_extensions": [
{
"name": "VK_ARM_tensors",
"spec_version": "1",
"entrypoints": [
"vkCreateTensorARM",
"vkDestroyTensorARM",
"vkCreateTensorViewARM",
"vkDestroyTensorViewARM",
"vkGetTensorMemoryRequirementsARM",
"vkBindTensorMemoryARM",
"vkGetDeviceTensorMemoryRequirementsARM",
"vkCmdCopyTensorARM"
]
}
]
}
}