Home
last modified time | relevance | path

Searched defs:options_class (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/
Dtextfsm.py218 def __init__(self, fsm=None, max_name_len=48, options_class=None): argument
533 def __init__(self, template, options_class=_DEFAULT_OPTIONS): argument
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_generator.cc389 Type options_class = Type::Class("Options"); in RenderOptionsClass() local