* docs to sphinx * Update GPU.md * Update CPU.md * Update AUTO.md * Update performance_int8_vs_fp32.md * update * update md * updates * disable doc ci * disable ci * fix index.rst Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com>
5 lines
127 B
Python
5 lines
127 B
Python
class Section:
|
|
def __init__(self, name: str, notebooks: list):
|
|
self.name = name
|
|
self.notebooks = notebooks
|