Contents

init(commandQueue:)

Initialize a compute stream which will encode its work to the provided command queue.

Declaration

init(commandQueue: any MTLCommandQueue)

Parameters

Discussion

You can use this to encode inferences to your own metal queue.