HomeSort by relevance Sort by last modified time
    Searched refs:decorated (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-14.d 7 # Checking that a bsr to a non-PLT-decorated nonvisible function
  /external/tensorflow/tensorflow/python/util/
tf_decorator_test.py 64 """Test Decorated Function Docstring."""
70 """Test Decorated Class."""
159 decorated = tf_decorator.make_decorator(test_function, test_wrapper)
160 decorator = getattr(decorated, '_tf_decorator')
164 decorated = tf_decorator.make_decorator(test_function, test_wrapper)
165 wrapped_attr = getattr(decorated, '__wrapped__')
169 decorated = tf_decorator.make_decorator(test_function, test_wrapper,
171 decorator = getattr(decorated, '_tf_decorator')
175 decorated = tf_decorator.make_decorator(
177 decorator = getattr(decorated, '_tf_decorator'
    [all...]
  /external/tensorflow/tensorflow/contrib/cmake/tools/
create_def_file.py 131 # We compare on undname but use the decorated name from candidates.
135 decorated = candidates[idx]
136 if decorated in taken:
154 def_fp.write("\t" + decorated + "\n")
156 def_fp.write("\t" + decorated + " DATA\n")
157 taken.add(decorated)
  /external/tensorflow/tensorflow/contrib/batching/python/ops/
batch_ops.py 63 """Batches the computation done by the decorated function.
80 Assumes that all arguments of the decorated function are Tensors which will
83 SparseTensor is not supported. The return value of the decorated function
103 The decorated function will return the unbatched computation output Tensors.
106 def decorated(*args): function in function:batch_function.decorator
110 raise ValueError("All arguments to functions decorated with "
136 return decorated
  /external/tensorflow/tensorflow/python/eager/
custom_gradient.py 40 f: function to be decorated.
43 decorated function.
46 def decorated(*args, **kwargs): function in function:custom_gradient
47 """Decorated function with custom gradient."""
91 return tf_decorator.make_decorator(f, decorated)
backprop.py 534 def decorated(*args, **kwds): function in function:gradients_function
535 """Computes the gradient of the decorated function."""
540 return decorated
630 def decorated(*args, **kwds): function in function:val_and_grad_function
631 """Computes the value and gradient of the decorated function."""
639 return decorated
674 def decorated(*args, **kwds): function in function:make_vjp
675 """Computes the value and gradient of the decorated function."""
708 return decorated
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
graminit.h 8 #define decorated 261 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
graminit.h 8 #define decorated 261 macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
symbol.py 18 decorated = 261 variable
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
class_definition.py 30 elif (statement.type == symbol.decorated and
function_definition.py 30 elif (statement.type == symbol.decorated and
  /external/python/cpython2/Include/
graminit.h 8 #define decorated 261 macro
  /external/python/cpython2/Lib/
symbol.py 18 decorated = 261 variable
  /external/python/cpython3/Include/
graminit.h 8 #define decorated 261 macro
  /external/python/cpython3/Lib/
symbol.py 18 decorated = 261 variable
  /frameworks/rs/tests/lldb/tests/harness/
decorators.py 78 This implementation simply adds the `.wimpy` attribute to the decorated function
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 8 #define decorated 261 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 18 decorated = 261 variable
  /system/extras/perfprofd/scripts/
sorted_collection.py 28 decorated = sorted((key(item), item) for item in iterable)
29 self._keys = [k for k, item in decorated]
30 self._items = [item for k, item in decorated]

Completed in 6680 milliseconds

1 2 3 4 5