File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 516516 </ ul >
517517 </ div >
518518
519+ < div id ="predict " class ="property-title "> < a href ="https://github.com/tensorspace-team/tensorspace/blob/master/src/tsp-model/Sequential.js#L239 "> .add( layer )</ a > : void</ div >
520+ < div >
521+ < ul class ="list-content ">
522+ < li class ="panel-heading "> < i class ="material-icons "> filter_center_focus</ i >
523+ The < span class ="highlight-text "> add()</ span > method is used to append the provided TSP layer object into the TSP Sequential model.
524+ </ li >
525+ < li class ="panel-heading "> < i class ="material-icons "> filter_center_focus</ i >
526+ The provided layer is added to the last of the sequential list of the model.
527+ </ li >
528+ < li class ="panel-heading "> < i class ="material-icons "> filter_center_focus</ i >
529+ The provided layer instance will be updated based on the Sequential model configurations.
530+ </ li >
531+ </ ul >
532+ </ div >
533+
519534 < div class ="property-title "> < a href ="https://github.com/tensorspace-team/tensorspace/blob/master/src/tsp-model/AbstractModel.js#L241 "> .getAllLayers()</ a > : Layer[]</ div >
520535 < div >
521536 < ul class ="list-content ">
Original file line number Diff line number Diff line change 509509 </ ul >
510510 </ div >
511511
512+ < div id ="predict " class ="property-title "> < a href ="https://github.com/tensorspace-team/tensorspace/blob/master/src/tsp-model/Sequential.js#L239 "> .add( layer )</ a > : void</ div >
513+ < div >
514+ < ul class ="list-content ">
515+ < li class ="panel-heading "> < i class ="material-icons "> filter_center_focus</ i >
516+ < span class ="highlight-text "> add()</ span > 方法将所提供的网络层对象添加至顺序模型中。
517+ </ li >
518+ < li class ="panel-heading "> < i class ="material-icons "> filter_center_focus</ i >
519+ 所提供的网络层将被添加至顺序模型中的最后一位。顺序模型的网络层列表将被更新。
520+ </ li >
521+ < li class ="panel-heading "> < i class ="material-icons "> filter_center_focus</ i >
522+ 所提供的网络层实例将基于所添加的顺序模型参数进行适当更新。
523+ </ li >
524+ </ ul >
525+ </ div >
526+
512527 < div class ="property-title "> < a href ="https://github.com/tensorspace-team/tensorspace/blob/master/src/tsp-model/AbstractModel.js#L241 "> .getAllLayers()</ a > : Layer[]</ div >
513528 < div >
514529 < ul class ="list-content ">
You can’t perform that action at this time.
0 commit comments