TensorInt16Bit.CreateFromBuffer(Int64[], IBuffer) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建具有给定 形状 的 16 位有符号整数张量对象,并使用 缓冲区中的基础缓冲区 进行后续计算。
public:
static TensorInt16Bit ^ CreateFromBuffer(Platform::Array <long long> ^ shape, IBuffer ^ buffer);
static TensorInt16Bit CreateFromBuffer(winrt::array_view <long> const& shape, IBuffer const& buffer);
public static TensorInt16Bit CreateFromBuffer(long[] shape, IBuffer buffer);
function createFromBuffer(shape, buffer)
Public Shared Function CreateFromBuffer (shape As Long(), buffer As IBuffer) As TensorInt16Bit
参数
- shape
-
Int64[]
long long[]
long[]
缓冲区的大小。
- buffer
- IBuffer
在评估期间使用的缓冲区。
返回
一个 16 位有符号整数张量对象,该对象由缓冲区引用提供的 IBuffer缓冲区提供支持。
Windows 要求
设备系列 |
Windows 10, version 1903 (在 10.0.18362.0 中引入)
|
API contract |
Windows.AI.MachineLearning.MachineLearningContract (在 v2.0 中引入)
|
注解
创建此对象期间不会执行任何副本,并且引擎直接使用 缓冲区中的基础缓冲区。
在非 CPU 设备上运行时,将复制到视频内存。