Home
last modified time | relevance | path

Searched full:platform (Results 1 – 25 of 11581) sorted by relevance

12345678910>>...464

/external/tensorflow/tensorflow/tsl/platform/default/
DBUILD1 # Tensorflow default + linux implementations of tensorflow/core/platform libraries.
5 load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
9 "//tensorflow/core/platform:__pkg__",
26 hdrs = ["//tensorflow/core/platform:context.h"],
33 deps = ["//tensorflow/core/platform"],
50 hdrs = ["//tensorflow/core/platform:cuda_libdevice_path.h"],
58 "//tensorflow/core/platform:logging",
59 "//tensorflow/core/platform:path",
60 "//tensorflow/core/platform:types",
79 "//tensorflow/core/platform:env.cc",
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_local_manifests/crates/
Ddefs.bzl40 # on the host platform.
367 "aarch64-apple-darwin": ["@rules_rust//rust/platform:aarch64-apple-darwin"],
368 "aarch64-apple-ios": ["@rules_rust//rust/platform:aarch64-apple-ios"],
369 "aarch64-apple-ios-sim": ["@rules_rust//rust/platform:aarch64-apple-ios-sim"],
370 "aarch64-fuchsia": ["@rules_rust//rust/platform:aarch64-fuchsia"],
371 "aarch64-linux-android": ["@rules_rust//rust/platform:aarch64-linux-android"],
373 "aarch64-pc-windows-msvc": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc"],
374 "aarch64-unknown-linux-gnu": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu"],
375 "aarch64-unknown-nixos-gnu": ["@rules_rust//rust/platform:aarch64-unknown-nixos-gnu"],
376 "aarch64-unknown-nto-qnx710": ["@rules_rust//rust/platform:aarch64-unknown-nto-qnx710"],
[all …]
/external/tensorflow/tensorflow/tsl/platform/windows/
DBUILD3 # Tensorflow windows-specific implementations of tensorflow/core/platform libraries.
9 "//tensorflow/core/platform:rules_cc.bzl",
15 "//tensorflow/core/platform:__pkg__",
25 "//tensorflow/core/platform:env.cc",
26 "//tensorflow/core/platform:file_system.cc",
27 "//tensorflow/core/platform:file_system_helper.cc",
28 "//tensorflow/core/platform:ram_file_system.h",
29 "//tensorflow/core/platform:threadpool.cc",
32 "//tensorflow/core/platform:env.h",
33 "//tensorflow/core/platform:file_system.h",
[all …]
/external/autotest/metadata/tests/
Dplatform.star13 'platform/AccurateTime',
18 'platform/ActivateDate',
23 'platform/AesThroughput',
28 'platform/BootLockbox',
33 'platform/BootLockboxServer',
38 'platform/BootPerf',
43 'platform/CheckErrorsInLog',
48 'platform/ChromeCgroups',
53 'platform/CleanShutdown',
58 'platform/CloseOpenLid',
[all …]
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dmulti_platform_manager.cc29 #include "tensorflow/core/platform/errors.h"
36 port::Status RegisterPlatform(std::unique_ptr<Platform> platform)
39 port::StatusOr<Platform*> PlatformWithName(absl::string_view target)
42 port::StatusOr<Platform*> PlatformWithId(const Platform::Id& id)
45 port::StatusOr<Platform*> PlatformWithName(absl::string_view target,
49 port::StatusOr<Platform*> PlatformWithId(const Platform::Id& id,
53 port::StatusOr<Platform*> InitializePlatformWithName(
57 port::StatusOr<Platform*> InitializePlatformWithId(
58 const Platform::Id& id, const std::map<std::string, std::string>& options)
61 port::StatusOr<std::vector<Platform*>> PlatformsWithFilter(
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_local_pkgs/crates/
Ddefs.bzl40 # on the host platform.
368 "aarch64-apple-darwin": ["@rules_rust//rust/platform:aarch64-apple-darwin"],
369 "aarch64-apple-ios": ["@rules_rust//rust/platform:aarch64-apple-ios"],
370 "aarch64-apple-ios-sim": ["@rules_rust//rust/platform:aarch64-apple-ios-sim"],
371 "aarch64-fuchsia": ["@rules_rust//rust/platform:aarch64-fuchsia"],
372 "aarch64-linux-android": ["@rules_rust//rust/platform:aarch64-linux-android"],
374 "aarch64-pc-windows-msvc": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc"],
375 "aarch64-unknown-linux-gnu": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu"],
376 "aarch64-unknown-nixos-gnu": ["@rules_rust//rust/platform:aarch64-unknown-nixos-gnu"],
377 "aarch64-unknown-nto-qnx710": ["@rules_rust//rust/platform:aarch64-unknown-nto-qnx710"],
[all …]
/external/tensorflow/tensorflow/core/platform/
Dbuild_test.cc16 #include "tensorflow/core/platform/abi.h"
17 #include "tensorflow/core/platform/byte_order.h"
18 #include "tensorflow/core/platform/cord.h"
19 #include "tensorflow/core/platform/cpu_feature_guard.h"
20 #include "tensorflow/core/platform/cpu_info.h"
21 #include "tensorflow/core/platform/demangle.h"
22 #include "tensorflow/core/platform/denormal.h"
23 #include "tensorflow/core/platform/dynamic_annotations.h"
24 #include "tensorflow/core/platform/env_time.h"
25 #include "tensorflow/core/platform/file_statistics.h"
[all …]
/external/bazelbuild-rules_rust/crate_universe/3rdparty/crates/
DBUILD.libc-0.2.149.bazel36 "@rules_rust//rust/platform:aarch64-apple-darwin": [
39 "@rules_rust//rust/platform:aarch64-apple-ios": [
42 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
45 "@rules_rust//rust/platform:aarch64-fuchsia": [
48 "@rules_rust//rust/platform:aarch64-linux-android": [
51 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
54 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
57 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
60 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
63 "@rules_rust//rust/platform:armv7-linux-androideabi": [
[all …]
DBUILD.errno-0.3.1.bazel32 "@rules_rust//rust/platform:aarch64-apple-darwin": [
35 "@rules_rust//rust/platform:aarch64-apple-ios": [
38 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
41 "@rules_rust//rust/platform:aarch64-fuchsia": [
44 "@rules_rust//rust/platform:aarch64-linux-android": [
47 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
50 "@rules_rust//rust/platform:armv7-linux-androideabi": [
53 "@rules_rust//rust/platform:i686-apple-darwin": [
56 "@rules_rust//rust/platform:i686-linux-android": [
59 "@rules_rust//rust/platform:i686-unknown-freebsd": [
[all …]
DBUILD.bitflags-2.4.1.bazel32 "@rules_rust//rust/platform:aarch64-apple-darwin": [
35 "@rules_rust//rust/platform:aarch64-apple-ios": [
38 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
41 "@rules_rust//rust/platform:aarch64-fuchsia": [
44 "@rules_rust//rust/platform:aarch64-linux-android": [
47 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
50 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
53 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
56 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
59 "@rules_rust//rust/platform:armv7-linux-androideabi": [
[all …]
DBUILD.gix-sec-0.10.0.bazel44 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
45 "@rules_rust//rust/platform:aarch64-apple-ios": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
47 "@rules_rust//rust/platform:aarch64-fuchsia": [],
48 "@rules_rust//rust/platform:aarch64-linux-android": [],
49 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
50 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
51 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
52 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
53 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
[all …]
DBUILD.filetime-0.2.22.bazel44 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
45 "@rules_rust//rust/platform:aarch64-apple-ios": [],
46 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
47 "@rules_rust//rust/platform:aarch64-fuchsia": [],
48 "@rules_rust//rust/platform:aarch64-linux-android": [],
49 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
50 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
51 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
52 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
53 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
[all …]
/external/bazelbuild-rules_rust/proto/prost/private/3rdparty/crates/
DBUILD.libc-0.2.146.bazel36 "@rules_rust//rust/platform:aarch64-apple-darwin": [
39 "@rules_rust//rust/platform:aarch64-apple-ios": [
42 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
45 "@rules_rust//rust/platform:aarch64-fuchsia": [
48 "@rules_rust//rust/platform:aarch64-linux-android": [
51 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
54 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
57 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
60 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
63 "@rules_rust//rust/platform:armv7-linux-androideabi": [
[all …]
DBUILD.protoc-gen-prost-0.2.2.bazel48 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
49 "@rules_rust//rust/platform:aarch64-apple-ios": [],
50 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
51 "@rules_rust//rust/platform:aarch64-fuchsia": [],
52 "@rules_rust//rust/platform:aarch64-linux-android": [],
53 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
54 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
55 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
56 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
57 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
[all …]
DBUILD.protoc-gen-tonic-0.2.2.bazel48 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
49 "@rules_rust//rust/platform:aarch64-apple-ios": [],
50 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
51 "@rules_rust//rust/platform:aarch64-fuchsia": [],
52 "@rules_rust//rust/platform:aarch64-linux-android": [],
53 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
54 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
55 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
56 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
57 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
[all …]
/external/bazelbuild-rules_rust/proto/protobuf/3rdparty/crates/
DBUILD.protobuf-codegen-2.8.2.bazel48 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
49 "@rules_rust//rust/platform:aarch64-apple-ios": [],
50 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
51 "@rules_rust//rust/platform:aarch64-fuchsia": [],
52 "@rules_rust//rust/platform:aarch64-linux-android": [],
53 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
54 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
55 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
56 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
57 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
[all …]
DBUILD.log-0.4.17.bazel33 "@rules_rust//rust/platform:aarch64-apple-darwin": [
36 "@rules_rust//rust/platform:aarch64-apple-ios": [
39 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
42 "@rules_rust//rust/platform:aarch64-fuchsia": [
45 "@rules_rust//rust/platform:aarch64-linux-android": [
48 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
51 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
54 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
57 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
60 "@rules_rust//rust/platform:armv7-linux-androideabi": [
[all …]
DBUILD.grpc-compiler-0.6.2.bazel48 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
49 "@rules_rust//rust/platform:aarch64-apple-ios": [],
50 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
51 "@rules_rust//rust/platform:aarch64-fuchsia": [],
52 "@rules_rust//rust/platform:aarch64-linux-android": [],
53 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
54 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
55 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
56 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
57 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
[all …]
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_op.h24 #include "tensorflow/core/platform/errors.h"
140 #define MLIR_FUNCTION(tf_op, platform, input_type, output_type) \ argument
141 _mlir_ciface_##tf_op##_##platform##_##input_type##_##output_type
143 #define MLIR_OP(tf_op, platform, input_type, output_type) \ argument
144 Mlir##tf_op##platform##input_type##output_type##Op
148 #define REGISTER_ALIASED_KERNEL(tf_op, mlir_op, platform, input_type, \ argument
152 .Device(DEVICE_##platform) \
155 MLIR_OP(mlir_op, platform, input_type, output_type));
157 #define REGISTER_KERNEL(tf_op, platform, input_type, output_type, \ argument
159 REGISTER_ALIASED_KERNEL(tf_op, tf_op, platform, input_type, output_type, \
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_local_manifests/crates/libc-0.2.153/
DBUILD.bazel36 "@rules_rust//rust/platform:aarch64-apple-darwin": [
39 "@rules_rust//rust/platform:aarch64-apple-ios": [
42 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
45 "@rules_rust//rust/platform:aarch64-fuchsia": [
48 "@rules_rust//rust/platform:aarch64-linux-android": [
51 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
54 "@rules_rust//rust/platform:armv7-linux-androideabi": [
57 "@rules_rust//rust/platform:i686-apple-darwin": [
60 "@rules_rust//rust/platform:i686-linux-android": [
63 "@rules_rust//rust/platform:i686-unknown-freebsd": [
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_remote_manifests/crates/
DBUILD.libc-0.2.153.bazel36 "@rules_rust//rust/platform:aarch64-apple-darwin": [
39 "@rules_rust//rust/platform:aarch64-apple-ios": [
42 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
45 "@rules_rust//rust/platform:aarch64-fuchsia": [
48 "@rules_rust//rust/platform:aarch64-linux-android": [
51 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
54 "@rules_rust//rust/platform:armv7-linux-androideabi": [
57 "@rules_rust//rust/platform:i686-apple-darwin": [
60 "@rules_rust//rust/platform:i686-linux-android": [
63 "@rules_rust//rust/platform:i686-unknown-freebsd": [
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_manifests/crates/
DBUILD.libc-0.2.153.bazel36 "@rules_rust//rust/platform:aarch64-apple-darwin": [
39 "@rules_rust//rust/platform:aarch64-apple-ios": [
42 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [
45 "@rules_rust//rust/platform:aarch64-fuchsia": [
48 "@rules_rust//rust/platform:aarch64-linux-android": [
51 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
54 "@rules_rust//rust/platform:armv7-linux-androideabi": [
57 "@rules_rust//rust/platform:i686-apple-darwin": [
60 "@rules_rust//rust/platform:i686-linux-android": [
63 "@rules_rust//rust/platform:i686-unknown-freebsd": [
[all …]
/external/ms-tpm-20-ref/TPMCmd/Simulator/
Dsimulator.vcxproj6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
26 <Platform>x64</Platform>
30 <Platform>Win32</Platform>
34 <Platform>x64</Platform>
38 <Platform>Win32</Platform>
42 <Platform>x64</Platform>
[all …]
/external/bazelbuild-rules_rust/bindgen/3rdparty/crates/
DBUILD.io-lifetimes-1.0.11.bazel51 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
52 "@rules_rust//rust/platform:aarch64-apple-ios": [],
53 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
54 "@rules_rust//rust/platform:aarch64-fuchsia": [],
55 "@rules_rust//rust/platform:aarch64-linux-android": [],
56 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
57 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
58 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
59 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
60 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/
DBUILD.socket2-0.4.10.bazel47 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
48 "@rules_rust//rust/platform:aarch64-apple-ios": [],
49 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
50 "@rules_rust//rust/platform:aarch64-fuchsia": [],
51 "@rules_rust//rust/platform:aarch64-linux-android": [],
52 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
53 "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
54 "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
55 "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
56 "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
[all …]

12345678910>>...464