Internal Changes
PiperOrigin-RevId: 542387813
This commit is contained in:
parent
895c685df6
commit
c86d80a031
|
@ -80,6 +80,14 @@ py_test(
|
|||
deps = [":loss_functions"],
|
||||
)
|
||||
|
||||
######################################################################
|
||||
# Public target of the MediaPipe Model Maker Quantization Config.
|
||||
|
||||
# Quantization Config is used to export a quantized model. Please refer
|
||||
# to the specific task documentations such as:
|
||||
# https://developers.google.com/mediapipe/solutions/vision/image_classifier/customize
|
||||
# for usage information.
|
||||
######################################################################
|
||||
py_library(
|
||||
name = "metrics",
|
||||
srcs = ["metrics.py"],
|
||||
|
@ -95,6 +103,7 @@ py_library(
|
|||
name = "quantization",
|
||||
srcs = ["quantization.py"],
|
||||
srcs_version = "PY3",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["//mediapipe/model_maker/python/core/data:dataset"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user