Home
last modified time | relevance | path

Searched refs:smart_open (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/tools/test_generator/
Dslicing.py54 from test_generator import smart_open
163 with smart_open(model) as model_file:
170 with smart_open(example) as example_file:
Dvts_generator.py48 from test_generator import smart_open
244 with smart_open(model) as model_file:
246 with smart_open(example) as example_file:
Dtest_generator.py35 def smart_open(filename=None): function
734 with smart_open(model) as model_file:
768 with smart_open(example) as example_file: