You are here: Start » DLInvoke.ConvertTensorToImageArray
Converts a NHWC tensor to an array of images.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.DL.Cpu.dll |
Syntax
C++
C#
public static void ConvertTensorToImageArray ( Fil.Tensor inTensor, List<Fil.Image> outImageArray )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inTensor | Fil.Tensor | |||
![]() | outImageArray | System.Collections.Generic.List<Fil.Image> |


