示例#1
0
 public void SetTensorDecl(ComputeFunc.TensorDecl tensorDecl, TensorShape shape, Int64 dataOffset)
 {
     func.SetTensorDecl(tensorDecl, shape, dataOffset);
 }
示例#2
0
 public void SetTensor(ComputeFunc.TensorDecl tensorDecl, int dataPropId, TensorShape shape, ComputeBuffer buffer, Int64 dataOffset = 0)
 {
     func.SetTensor(tensorDecl, dataPropId, shape, buffer, dataOffset);
 }