Skip to content

Commit e2ce1cd

Browse files
fchollettensorflower-gardener
authored andcommittedFeb 22, 2023
Add script to build pip package that only shows the public API.
The actual logic lives in keras.src. The V2 API is also available in keras.api._v2.keras and the V1 API in keras.api._v1.keras. PiperOrigin-RevId: 511550562
1 parent c74eeaa commit e2ce1cd

File tree

7 files changed

+611
-403
lines changed

7 files changed

+611
-403
lines changed
 

‎keras/api/golden/v2/tensorflow.keras.__internal__.utils.pbtxt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tf_module {
66
}
77
member_method {
88
name: "layer_test"
9-
argspec: "args=[\'self\'], varargs=args, keywords=kwargs, defaults=None"
9+
argspec: "args=[\'layer_cls\', \'kwargs\', \'input_shape\', \'input_dtype\', \'input_data\', \'expected_output\', \'expected_output_dtype\', \'expected_output_shape\', \'validate_training\', \'adapt_data\', \'custom_objects\', \'test_harness\', \'supports_masking\'], varargs=None, keywords=None, defaults=[\'None\', \'None\', \'None\', \'None\', \'None\', \'None\', \'None\', \'True\', \'None\', \'None\', \'None\', \'None\'], "
1010
}
1111
member_method {
1212
name: "register_symbolic_tensor_type"

0 commit comments

Comments
 (0)