예제 #1
0
 public static Offset <tflite.DepthToSpaceOptions> CreateDepthToSpaceOptions(FlatBufferBuilder builder,
                                                                             int block_size = 0)
 {
     builder.StartTable(1);
     DepthToSpaceOptions.AddBlockSize(builder, block_size);
     return(DepthToSpaceOptions.EndDepthToSpaceOptions(builder));
 }
예제 #2
0
 public static DepthToSpaceOptions GetRootAsDepthToSpaceOptions(ByteBuffer _bb, DepthToSpaceOptions obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }