Home
last modified time | relevance | path

Searched refs:_impl (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/python/eager/
Dcancellation.py30 self._impl = pywrap_tfe.TFE_NewCancellationManager()
35 return pywrap_tfe.TFE_CancellationManagerIsCancelled(self._impl)
39 pywrap_tfe.TFE_CancellationManagerStartCancel(self._impl)
Dexecute.py115 cancellation_manager._impl,
/external/eigen/unsupported/Eigen/
DOpenGLSupport57 …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/
Dclient.py344 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/
Dreaders.py180 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/
Drule.bzl18 load(":impl.bzl", _impl = "impl")
23 implementation = _impl,
/external/bazelbuild-rules_android/rules/
Dandroid_tools_defaults_jar.bzl20 def _impl(ctx):
29 implementation = _impl,
Dandroid_sdk.bzl19 def _impl(ctx):
50 implementation = _impl,
/external/tensorflow/third_party/toolchains/preconfig/win/bazel_211/
Darmeabi_cc_toolchain_config.bzl23 def _impl(ctx):
79 implementation = _impl,
/external/tensorflow/third_party/toolchains/preconfig/win/tf_win_08062020/
Darmeabi_cc_toolchain_config.bzl23 def _impl(ctx):
79 implementation = _impl,
/external/pdfium/testing/fuzzers/
DBUILD.gn108 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/
Derrors.py22 from tensorflow.python.framework import errors_impl as _impl unknown
/external/rust/cxx/tools/bazel/
Dvendor.bzl5 def _impl(repository_ctx):
62 implementation = _impl,
/external/bazelbuild-rules_android/rules/android_library/
Drule.bzl18 load(":impl.bzl", _impl = "impl")
46 implementation = _impl,
/external/bazelbuild-rules_android/toolchains/android/
Dtoolchain.bzl159 def _impl(ctx):
165 implementation = _impl,
/external/tensorflow/tensorflow/tools/ci_build/
Dcuda-clang.patch5 @@ -1311,7 +1311,7 @@ def _impl(ctx):
/external/python/cpython3/Lib/
Dconfigparser.py1246 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/
DBUCK30 ('decompress', '*_impl.h'),
/external/tensorflow/third_party/toolchains/embedded/arm-linux/
Dcc_config.bzl.tpl18 def _impl(ctx):
613 implementation = _impl,
/external/tensorflow/tensorflow/core/platform/default/
Dbuild_config.bzl180 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/
DBUILD810 # 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/
DGlobalFunctions.h46 struct NAME##_impl<ArrayBase<Derived> > \
/external/tensorflow/third_party/toolchains/cpus/arm/
Dcc_config.bzl.tpl18 def _impl(ctx):
839 implementation = _impl,
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/
Dcc_toolchain_config.bzl69 def _impl(ctx):
1134 implementation = _impl,
/external/tensorflow/third_party/gpus/crosstool/
Dhipcc_cc_toolchain_config.bzl.tpl69 def _impl(ctx):
1134 implementation = _impl,

12