Skip to content

Commit 137850e

Browse files
qlzh727tensorflower-gardener
authored andcommitted
Add BUILD file for keras/initializers package.
The keras:initializers target and related tests has been moved to the new build file. Also updating all the BUILD to pointing to the new location. PiperOrigin-RevId: 375140497
1 parent a438885 commit 137850e

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_model_optimization/python/core/quantization/keras/layers

1 file changed

+1
-1
lines changed

tensorflow_model_optimization/python/core/quantization/keras/layers/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ py_strict_library(
2828
# python/framework:for_generated_wrappers tensorflow dep2,
2929
# python/keras:activations tensorflow dep2,
3030
# python/keras:backend tensorflow dep2,
31-
# python/keras:initializers tensorflow dep2,
31+
# python/keras/initializers tensorflow dep2,
3232
# python/keras/layers tensorflow dep2,
3333
# python/keras/layers:convolutional tensorflow dep2,
3434
# python/keras/layers/normalization:batch_normalization_v1 tensorflow dep2,

0 commit comments

Comments
 (0)