new_builder, depthconv2d_option.DepthMultiplier())
tflite.DepthwiseConv2DOptions.DepthwiseConv2DOptionsAddFusedActivationFunction(
new_builder, depthconv2d_option.FusedActivationFunction())
+ tflite.DepthwiseConv2DOptions.DepthwiseConv2DOptionsAddDilationWFactor(
+ new_builder, depthconv2d_option.DilationWFactor())
+ tflite.DepthwiseConv2DOptions.DepthwiseConv2DOptionsAddDilationHFactor(
+ new_builder, depthconv2d_option.DilationHFactor())
return tflite.DepthwiseConv2DOptions.DepthwiseConv2DOptionsEnd(new_builder)
# ConcatEmbeddingsOptions: not supported
# PowOptions: not supported
# ArgMinOptions: not supported
# FakeQuantOptions: not supported
+ # PackOptions: not supported
+ # LogicalOrOptions: not supported
+ # OneHotOptions: not supported
+ # LogicalAndOptions: not supported
+ # LogicalNotOptions: not supported
+ # UnpackOptions: not supported
+ # FloorDivOptions: not supported
+ # SquareOptions: not supported
+ # ZerosLikeOptions: not supported
+ # FillOptions: not supported
# Cannot handle builtin option type yet
print("Cannot handle this option yet")