You are here: Start » DLInvoke.ConvertImageArrayToTensor
Converts an array of images with the same format to a NHWC tensor.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.DL.Cpu.dll |
Syntax
C++
C#
public static void ConvertImageArrayToTensor ( List<Avl.Image> inImageArray, Avl.Tensor outTensor )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageArray | System.Collections.Generic.List<Avl.Image> | |||
![]() | outTensor | Avl.Tensor |