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