HomeSort by relevance Sort by last modified time
    Searched defs:new_func (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/python/util/
keyword_args.py 46 def new_func(*args, **kwargs): function in function:keyword_args_only
52 return new_func
deprecation.py 227 def new_func(*args, **kwargs): # pylint: disable=missing-docstring function in function:deprecated_alias
232 if new_func not in _PRINTED_WARNING:
234 _PRINTED_WARNING[new_func] = True
240 func_or_class, new_func, 'deprecated',
312 def new_func(*args, **kwargs): # pylint: disable=missing-docstring function in function:deprecated.deprecated_wrapper
326 func, new_func, 'deprecated',
474 def new_func(*args, **kwargs): function in function:deprecated_args.deprecated_wrapper
511 return tf_decorator.make_decorator(func, new_func, 'deprecated', doc)
559 def new_func(*args, **kwargs): function in function:deprecated_arg_values.deprecated_wrapper
578 return tf_decorator.make_decorator(func, new_func, 'deprecated', doc
    [all...]
  /external/tensorflow/tensorflow/contrib/framework/python/framework/
experimental.py 59 def new_func(*args, **kwargs): function in function:experimental
65 new_func.__doc__ = _add_experimental_function_notice_to_docstring(
67 return new_func
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_solaris.h 25 new_func(void *funcarg) function
50 if (thr_create(0, 0, new_func, funcarg,
  /external/python/cpython2/Python/
thread_solaris.h 25 new_func(void *funcarg) function
50 if (thr_create(0, 0, new_func, funcarg,
  /external/autotest/client/common_lib/
utils.py 64 def new_func(*args, **dargs): function in function:deprecated
68 new_func.__name__ = func.__name__
69 new_func.__doc__ = func.__doc__
70 new_func.__dict__.update(func.__dict__)
71 return new_func
    [all...]
  /external/libchrome/third_party/jinja2/
compiler.py 64 def new_func(self, node, frame, **kwargs): function in function:optimizeconst
71 return update_wrapper(new_func, f)
    [all...]

Completed in 614 milliseconds