HomeSort by relevance Sort by last modified time
    Searched defs:new_func (Results 1 - 6 of 6) 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 182 def new_func(*args, **kwargs): # pylint: disable=missing-docstring function in function:deprecated_alias
187 if new_func not in _PRINTED_WARNING:
189 _PRINTED_WARNING[new_func] = True
195 func_or_class, new_func, 'deprecated',
238 def new_func(*args, **kwargs): # pylint: disable=missing-docstring function in function:deprecated.deprecated_wrapper
252 func, new_func, 'deprecated',
399 def new_func(*args, **kwargs): function in function:deprecated_args.deprecated_wrapper
433 return tf_decorator.make_decorator(func, new_func, 'deprecated',
482 def new_func(*args, **kwargs): function in function:deprecated_arg_values.deprecated_wrapper
498 return tf_decorator.make_decorator(func, new_func, 'deprecated'
    [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 59 def new_func(*args, **dargs): function in function:deprecated
63 new_func.__name__ = func.__name__
64 new_func.__doc__ = func.__doc__
65 new_func.__dict__.update(func.__dict__)
66 return new_func
    [all...]

Completed in 129 milliseconds