[NUI] If the view had focus when it was unparented, the focus is cleared. (#4654)
[platform/core/csapi/tizenfx.git] / src / Tizen.MachineLearning.Train /
2022-10-04 Hyunil Park[MachineLearning.Train] Remove dot at the end of enum...
2022-08-23 hyunil park[MachineLearning.Train] Add feature to doxygen
2022-08-23 hyunil park[MachineLearning.Train] Add exception to doxygen
2022-08-23 hyunil park[MachineLearning.Train] Remove CheckException in Dispos...
2022-08-23 hyunil park[MachineLearning.Train] Modify comment for class and...
2022-08-23 Hyunil[MachineLearning.Train] Modify hasOwnership default...
2022-08-23 Hyunil[MachineLearning.Train] Modify remarks of AddLayer...
2022-08-23 Hyunil[MachineLearning.Train] Remove SetHandle and Modify...
2022-08-23 Hyunil[MachineLearning.Train] Modify remarks of Layer class...
2022-08-23 Hyunil[MachineLearning.Train] Modify return type of GetSummar...
2022-08-23 Hyunil[MachineLearing.Train] Use ArgumentNullException
2022-08-23 Hyunil[MachineLearning.Train] Add comment for property format
2022-08-23 Hyunil[MachineLearning.Train] Add TensorsInfo method to Model...
2022-08-23 Hyunil[MachineLearning.Train] Modify getLayer method to retur...
2022-08-23 Hyunil[MachineLearning.Train] Add SetDataset method to Model...
2022-08-23 Hyunil[MachineLearning.Train] Add SetOptimizer method to...
2022-08-23 Hyunil[MachineLearning.Train] Add SetProperty method to Datas...
2022-08-23 Hyunil[MachineLearning.Train] Add initial Dataset class
2022-08-23 Hyunil[MachineLearning.Train] Add SetProperty method to Optim...
2022-08-23 Hyunil[MachineLearning.Train] Add initial Optimizer class
2022-08-23 Hyunil[MachineLearning.Train] Add GetLayer to Model class
2022-08-23 Hyunil[MachineLearning.Train] Add AddLayer to Model class
2022-08-23 Hyunil[MachineLearning.Train] Add SetProperty method to Layer...
2022-08-23 Hyunil[MachineLearning.Train] Change variable notation and...
2022-08-23 Hyunil[MachineLearning.Train] Add initial Layer class
2022-08-23 Hyunil[MachineLearning.Train] Add Load method to Model class
2022-08-23 Hyunil[MachineLearning.Train] Add Save method to Model class
2022-08-23 Hyunil[MachineLearning.Train] Add GetSummaryUtil method to...
2022-08-23 Hyunil[MachineLearning.Train] Add run method to Model class
2022-08-23 Hyunil[MachineLearning.Train] Add Compile method to Model...
2022-08-23 Hyunil[MachineLearning.Train] Add Model constructor overloain...
2022-08-23 Hyunil[MachineLearning.Train] Add Tizen.MachineLearing.Train...