/external/tensorflow/tensorflow/python/eager/ |
D | cancellation.py | 30 self._impl = pywrap_tfe.TFE_NewCancellationManager() 35 return pywrap_tfe.TFE_CancellationManagerIsCancelled(self._impl) 39 pywrap_tfe.TFE_CancellationManagerStartCancel(self._impl)
|
D | execute.py | 115 cancellation_manager._impl,
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 57 …struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl); … 60 …struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType,Scalar,Rows,Cols,false> { … 62 …EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<typename plain_matrix_type_column_major<XprType>::type>::run(… 67 …EIGEN_CAT(EIGEN_CAT(internal::gl_,FUNC),_impl)<Derived>::run(p.derived()); … 73 …template< typename XprType> struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType, SCALAR, ROWS, COL… 81 …template< typename XprType> struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType, SCALAR, SIZE, 1, … 84 …template< typename XprType> struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType, SCALAR, 1, SIZE, … 209 …struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl); … 212 …struct EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<XprType,Scalar,Rows,Cols,false> { … 214 …EIGEN_CAT(EIGEN_CAT(gl_,FUNC),_impl)<typename plain_matrix_type_column_major<XprType>::type>::run(… [all …]
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | client.py | 344 self._impl = impl 345 self._impl.client = self 346 self._impl.rpcs = PendingRpcs() 353 Services(self._impl, channel, self.services)) 439 context = self._impl.rpcs.get_pending(rpc, status) 450 self._impl.handle_error(rpc, 458 self._impl.handle_response(rpc, 464 self._impl.handle_completion(rpc,
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | readers.py | 180 self._impl = _create_dataset_reader(creator_fn, filenames, 182 variant_tensor = self._impl._variant_tensor # pylint: disable=protected-access 345 self._impl = _create_dataset_reader(creator_fn, filenames, 347 variant_tensor = self._impl._variant_tensor # pylint: disable=protected-access 361 return self._impl._inputs() # pylint: disable=protected-access 501 self._impl = _create_dataset_reader(creator_fn, filenames, 503 variant_tensor = self._impl._variant_tensor # pylint: disable=protected-access
|
/external/bazelbuild-rules_android/rules/aar_import/ |
D | rule.bzl | 18 load(":impl.bzl", _impl = "impl") 23 implementation = _impl,
|
/external/bazelbuild-rules_android/rules/ |
D | android_tools_defaults_jar.bzl | 20 def _impl(ctx): 29 implementation = _impl,
|
D | android_sdk.bzl | 19 def _impl(ctx): 50 implementation = _impl,
|
/external/tensorflow/third_party/toolchains/preconfig/win/bazel_211/ |
D | armeabi_cc_toolchain_config.bzl | 23 def _impl(ctx): 79 implementation = _impl,
|
/external/tensorflow/third_party/toolchains/preconfig/win/tf_win_08062020/ |
D | armeabi_cc_toolchain_config.bzl | 23 def _impl(ctx): 79 implementation = _impl,
|
/external/pdfium/testing/fuzzers/ |
D | BUILD.gn | 108 deps += [ ":${fuzzer}_impl" ] 146 # In component builds, fuzzers are split into "_impl" and "_src" targets. 147 # The "_impl" target exports the fuzzer implementation and gets statically 153 impl_name = target_name + "_impl"
|
/external/tensorflow/tensorflow/python/framework/ |
D | errors.py | 22 from tensorflow.python.framework import errors_impl as _impl unknown
|
/external/rust/cxx/tools/bazel/ |
D | vendor.bzl | 5 def _impl(repository_ctx): 62 implementation = _impl,
|
/external/bazelbuild-rules_android/rules/android_library/ |
D | rule.bzl | 18 load(":impl.bzl", _impl = "impl") 46 implementation = _impl,
|
/external/bazelbuild-rules_android/toolchains/android/ |
D | toolchain.bzl | 159 def _impl(ctx): 165 implementation = _impl,
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | cuda-clang.patch | 5 @@ -1311,7 +1311,7 @@ def _impl(ctx):
|
/external/python/cpython3/Lib/ |
D | configparser.py | 1246 getter = functools.partial(self.get, _impl=getattr(parser, key)) 1292 _impl=None, **kwargs): argument 1301 if not _impl: 1302 _impl = self._parser.get 1303 return _impl(self._name, option, raw=raw, vars=vars, 1342 getter = functools.partial(proxy.get, _impl=func)
|
/external/zstd/lib/ |
D | BUCK | 30 ('decompress', '*_impl.h'),
|
/external/tensorflow/third_party/toolchains/embedded/arm-linux/ |
D | cc_config.bzl.tpl | 18 def _impl(ctx): 613 implementation = _impl,
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | build_config.bzl | 180 rules. If True, the `name` rule will be header-only, and an _impl rule 247 impl_name = name + "_impl" 421 name = cc_name + "_impl", 422 deps = [s + "_impl" for s in cc_deps] + ["@com_google_protobuf//:cc_wkt_protos"],
|
/external/tensorflow/tensorflow/ |
D | BUILD | 810 # single identity is required (e.g. registers) need to live in `*_impl` 813 # - An `*_impl` target has to be (transitively) included into 816 # - A target T1 can depend on `*_impl` target T2 only if: 820 # -> It's an `*_impl` target by itself
|
/external/eigen/Eigen/src/Core/ |
D | GlobalFunctions.h | 46 struct NAME##_impl<ArrayBase<Derived> > \
|
/external/tensorflow/third_party/toolchains/cpus/arm/ |
D | cc_config.bzl.tpl | 18 def _impl(ctx): 839 implementation = _impl,
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/ |
D | cc_toolchain_config.bzl | 69 def _impl(ctx): 1134 implementation = _impl,
|
/external/tensorflow/third_party/gpus/crosstool/ |
D | hipcc_cc_toolchain_config.bzl.tpl | 69 def _impl(ctx): 1134 implementation = _impl,
|