* 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
102 B
Python
5 lines
102 B
Python
class Notebook:
|
|
def __init__(self, name, path):
|
|
self.name = name
|
|
self.path = path
|