Ejemplo n.º 1
0
 public static Offset <tflite.GatherOptions> CreateGatherOptions(FlatBufferBuilder builder,
                                                                 int axis = 0)
 {
     builder.StartTable(1);
     GatherOptions.AddAxis(builder, axis);
     return(GatherOptions.EndGatherOptions(builder));
 }
Ejemplo n.º 2
0
 public static GatherOptions GetRootAsGatherOptions(ByteBuffer _bb, GatherOptions obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }