Skip to content

Commit

Permalink
Add script to build pip package that only shows the public API.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fchollet authored and tensorflower-gardener committed Feb 22, 2023
1 parent c74eeaa commit e2ce1cd
Show file tree
Hide file tree
Showing 7 changed files with 611 additions and 403 deletions.
Expand Up @@ -6,7 +6,7 @@ tf_module {
}
member_method {
name: "layer_test"
argspec: "args=[\'self\'], varargs=args, keywords=kwargs, defaults=None"
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\'], "
}
member_method {
name: "register_symbolic_tensor_type"
Expand Down

0 comments on commit e2ce1cd

Please sign in to comment.