19 lines
272 B
C#
19 lines
272 B
C#
|
// <auto-generated>
|
||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
// </auto-generated>
|
||
|
|
||
|
namespace nd4j.graph
|
||
|
{
|
||
|
|
||
|
public enum OutputMode : sbyte
|
||
|
{
|
||
|
IMPLICIT = 0,
|
||
|
EXPLICIT = 1,
|
||
|
EXPLICIT_AND_IMPLICIT = 2,
|
||
|
VARIABLE_SPACE = 3,
|
||
|
OPTIMIZED = 4,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|