Skip to content

Commit 233602c

Browse files
zkaoudiCalvinKirsnovatechflow
authored
Fix on icon name (#104)
* tensorflow blogpost * Update add-an-operator.md added the process of expanding the api when adding a new operator * Update add-an-operator.md * Update installation.md Added the mvn install command line * adding javadocs * adding javadocs * release documentation * Update how-to-make-a-release.md * latest release download * adding contributors * Update docusaurus.config.ts Added the complete attribution * javadocs per version * fixed broken link * fixed broken link * Add Javadocs creation instructions Added instructions for creating and uploading Javadocs after a release. * Update javadocs upload instructions for clarity * update * Update team.md to reflect changes in contributors * fix svg name for extensibility feature --------- Co-authored-by: Calvin Kirs <kirs@apache.org> Co-authored-by: Alexander Alten <alo.alt@me.com>
1 parent 53ca908 commit 233602c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/components/HomepageFeatures/index.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ const FeatureList: FeatureItem[] = [
3232
Svg: require('@site/static/img/svg/speed.svg').default,
3333
description: (
3434
<>
35-
Let the optimizer choose the best platform combination for each task based on cost models
35+
Let the optimizer choose the best platform combination for each task based on cost models to improve performance
36+
</>
37+
),
38+
},
39+
{
40+
title: 'Extensible architecture',
41+
Svg: require('@site/static/img/svg/extensibility.svg').default,
42+
description: (
43+
<>
44+
Need a new platform or operator? Extend Wayang easily with few lines of code
3645
</>
3746
),
3847
},

0 commit comments

Comments
 (0)