Class DeprecatedTestSetExtensions
Deprecated TestSet extensions
Inherited Members
Namespace: Unity.Barracuda
Assembly: Unity.Barracuda.dll
Syntax
public static class DeprecatedTestSetExtensions
Methods
GetInputShape(TestSet, int)
Deprecated. Use GetInputShape version returning a TensorShape instead
Declaration
[Obsolete("Use GetInputShape version returning a TensorShape instead.", false)]
public static int[] GetInputShape(this TestSet self, int idx = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| TestSet | self |
|
| int | idx | input index |
Returns
| Type | Description |
|---|---|
| int[] | input shape as array |
GetOutputShape(TestSet, int)
Deprecated. Use GetOutputShape version returning a TensorShape instead
Declaration
[Obsolete("Use GetOutputShape version returning a TensorShape instead.", false)]
public static int[] GetOutputShape(this TestSet self, int idx = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| TestSet | self |
|
| int | idx | output index |
Returns
| Type | Description |
|---|---|
| int[] | shape as int array |