Skip to content

Commit

Permalink
Expand Java definition extraction for TensorEncoderDef and InputSelec…
Browse files Browse the repository at this point in the history
…torDef (#71)

* Expand java extractor capability for InputSelectorDef and TensorEncoderDef

* Format file

---------

Co-authored-by: Steve Lee <[email protected]>
  • Loading branch information
weichunstevelee and Steve Lee authored Jul 11, 2023
1 parent 41c4374 commit e9dd379
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@ object JavaSourceEntityExtractor {

// TODO there needs to be some way to configure this
val generators: Set[String] =
Set("InputTransformDef", "FeatureEncoderDef", "DataTransformDef")
Set(
"InputTransformDef",
"FeatureEncoderDef",
"DataTransformDef",
"TensorEncoderDef",
"InputSelectorDef"
)

val topLevelDefsTypes: SortedSet[Entity] =
compUnit
Expand Down

0 comments on commit e9dd379

Please sign in to comment.