![]() |
Size estimator.
tfma.size_estimator.SizeEstimator(
size_threshold: int,
size_fn: Callable[[Any], int]
)
Methods
clear
clear()
get_estimate
get_estimate() -> int
should_flush
should_flush() -> bool
update
update(
value: Any
)
Update current size based on the input value.