Coverage for mlprodict/npy/_cache/__init__.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1"""
2@file
3@brief Cache documentation for OnnxOps.
5.. versionadded:: 0.9
6"""
7import os
10def cache_folder():
11 """
12 Returns this folder.
13 """
14 return os.path.abspath(os.path.dirname(__file__))