Skip to content

Commit 11a853b

Browse files
Alfie-Edwardsgeorgepaw
authored andcommitted
Adding Model subclasses to api docs
Summary: Adding ModelExtensions to the API docs in the same section as FunctionalExtensions and SequentialExtensions. TF2.5 Only Reviewers: #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, jamiep, jackh, #tensorflow, georgep Reviewed By: #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, #tensorflow, georgep Maniphest Tasks: T58378 Differential Revision: https://phabricator.sourcevertex.net/D63186
1 parent 829a009 commit 11a853b

File tree

1 file changed

+2
-2
lines changed
  • tensorflow/compiler/plugin/poplar/docs

1 file changed

+2
-2
lines changed

tensorflow/compiler/plugin/poplar/docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ Keras
156156
^^^^^
157157

158158
.. automodule:: tensorflow.python.ipu.keras.extensions
159-
:members: FunctionalExtension, PipelineStage, FunctionalLayerPipelineStageAssignment, SequentialExtension, SequentialLayerPipelineStageAssignment
160-
:imported-members: FunctionalExtension, PipelineStage, FunctionalLayerPipelineStageAssignment, SequentialExtension, SequentialLayerPipelineStageAssignment
159+
:members: FunctionalExtension, PipelineStage, FunctionalLayerPipelineStageAssignment, SequentialExtension, SequentialLayerPipelineStageAssignment, ModelExtension, ModelLayerPipelineStageAssignment
160+
:imported-members: FunctionalExtension, PipelineStage, FunctionalLayerPipelineStageAssignment, SequentialExtension, SequentialLayerPipelineStageAssignment, ModelExtension, ModelLayerPipelineStageAssignment
161161

162162
.. _keras-layers-api:
163163

0 commit comments

Comments
 (0)