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