11
2- MPS. encode! (commandBuffer:: MPSCommandBuffer , graph:: MPSGraph , feeds:: MPSGraphTensorDataDictionary , resultsDictionary:: MPSGraphTensorDataDictionary ) =  @inline  MPS. encode! (commandBuffer, graph, feeds, nil, resultsDictionary , MPSGraphExecutionDescriptor ())
3- function  MPS. encode! (commandBuffer:: MPSCommandBuffer , graph:: MPSGraph , feeds:: MPSGraphTensorDataDictionary , targetOperations,  resultsDictionary:: MPSGraphTensorDataDictionary , executionDescriptor)
2+ MPS. encode! (commandBuffer:: MPSCommandBuffer , graph:: MPSGraph , feeds:: MPSGraphTensorDataDictionary , resultsDictionary:: MPSGraphTensorDataDictionary ) =  @inline  MPS. encode! (commandBuffer, graph, feeds, resultsDictionary, nil , MPSGraphExecutionDescriptor ())
3+ function  MPS. encode! (commandBuffer:: MPSCommandBuffer , graph:: MPSGraph , feeds:: MPSGraphTensorDataDictionary , resultsDictionary:: MPSGraphTensorDataDictionary , targetOperations,  executionDescriptor:: MPSGraphExecutionDescriptor )
44    @objc  [graph:: id{MPSGraph}  encodeToCommandBuffer: commandBuffer:: id{MPSCommandBuffer} 
55                                                  feeds: feeds:: id{MPSGraphTensorDataDictionary} 
66                                       targetOperations: targetOperations:: id{Object} 
@@ -9,7 +9,7 @@ function MPS.encode!(commandBuffer::MPSCommandBuffer, graph::MPSGraph, feeds::MP
99    return  resultsDictionary
1010end 
1111
12- function  MPS. encode! (commandBuffer:: MPSCommandBuffer , graph:: MPSGraph , feeds:: MPSGraphTensorDataDictionary , targetTensors:: NSArray , targetOperations= nil, executionDescriptor= MPSGraphExecutionDescriptor ())
12+ function  MPS. encode! (commandBuffer:: MPSCommandBuffer , graph:: MPSGraph , feeds:: MPSGraphTensorDataDictionary , targetTensors:: NSArray , targetOperations= nil, executionDescriptor:: MPSGraphExecutionDescriptor = MPSGraphExecutionDescriptor ())
1313    obj =  @objc  [graph:: id{MPSGraph}  encodeToCommandBuffer: commandBuffer:: id{MPSCommandBuffer} 
1414                                                        feeds: feeds:: id{MPSGraphTensorDataDictionary} 
1515                                                targetTensors: targetTensors:: id{NSArray} 
0 commit comments