Class TensorExtensions
Provides extension methods for tensors.
Inherited Members
Namespace: Unity.Sentis
Syntax
public static class TensorExtensions
Methods
PrintDataPart(Tensor, Int32, String)
Logs tensor data to the Console window.
Declaration
public static void PrintDataPart(this Tensor X, int size, string msg = "")
Parameters
Type | Name | Description |
---|---|---|
Tensor | X | |
Int32 | size | The number of elements to limit the data to. |
String | msg |