| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | process_function_library_runtime.h | 7 http://www.apache.org/licenses/LICENSE-2.0 20 // clang-format off 22 #include "tensorflow/core/platform/platform.h" 23 // clang-format on 27 #include "tensorflow/core/common_runtime/composite_device.h" 28 #include "tensorflow/core/common_runtime/device_mgr.h" 29 #include "tensorflow/core/common_runtime/device_set.h" 30 #include "tensorflow/core/framework/function.h" 31 #include "tensorflow/core/framework/types.h" 32 #include "tensorflow/core/lib/core/status.h" [all …]
|
| D | lower_function_call_op.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 16 #include "tensorflow/core/common_runtime/lower_function_call_op.h" 19 #include "tensorflow/core/common_runtime/function_def_utils.h" 20 #include "tensorflow/core/common_runtime/inline_function_utils.h" 21 #include "tensorflow/core/common_runtime/lower_function_call_inline_policy.h" 22 #include "tensorflow/core/framework/node_def_util.h" 23 #include "tensorflow/core/graph/graph.h" 24 #include "tensorflow/core/graph/graph_node_util.h" 25 #include "tensorflow/core/platform/errors.h" 38 // node `n`: 1) native functions and 2) multi-device functions. in RewriteFunctionCallNode() [all …]
|
| /external/ComputeLibrary/arm_compute/runtime/CL/ |
| D | CLMultiImage.h | 2 * Copyright (c) 2016-2019 Arm Limited. 4 * SPDX-License-Identifier: MIT 27 #include "arm_compute/core/CL/ICLMultiImage.h" 28 #include "arm_compute/core/MultiImageInfo.h" 29 #include "arm_compute/core/Types.h" 39 /** Basic implementation of the CL multi-planar image interface */ 45 /** Init the multi-planar image 52 /** Init the multi-planar image 61 /** Allocated a previously initialised multi image 63 * @note The multi image must not already be allocated when calling this function. [all …]
|
| /external/tensorflow/tensorflow/core/profiler/convert/ |
| D | xplane_to_kernel_stats_db_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 16 #include "tensorflow/core/profiler/convert/xplane_to_kernel_stats_db.h" 19 #include "tensorflow/core/platform/test.h" 20 #include "tensorflow/core/platform/types.h" 21 #include "tensorflow/core/profiler/protobuf/kernel_stats.pb.h" 22 #include "tensorflow/core/profiler/protobuf/xplane.pb.h" 23 #include "tensorflow/core/profiler/utils/kernel_stats_utils.h" 24 #include "tensorflow/core/profiler/utils/xplane_builder.h" 25 #include "tensorflow/core/profiler/utils/xplane_schema.h" 26 #include "tensorflow/core/profiler/utils/xplane_test_utils.h" [all …]
|
| /external/ComputeLibrary/arm_compute/runtime/ |
| D | MultiImage.h | 2 * Copyright (c) 2016-2019 Arm Limited. 4 * SPDX-License-Identifier: MIT 27 #include "arm_compute/core/IMultiImage.h" 28 #include "arm_compute/core/MultiImageInfo.h" 29 #include "arm_compute/core/Types.h" 40 /** Basic implementation of the multi-planar image interface */ 46 /** Allocate the multi-planar image 53 /** Allocate the multi-planar image 62 /** Allocated a previously initialised multi image 64 * @note The multi image must not already be allocated when calling this function. [all …]
|
| /external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
| D | cluster_function_library_runtime.h | 7 http://www.apache.org/licenses/LICENSE-2.0 19 #include "tensorflow/core/common_runtime/device_mgr.h" 20 #include "tensorflow/core/common_runtime/eager/context.h" 21 #include "tensorflow/core/common_runtime/eager/eager_operation.h" 22 #include "tensorflow/core/common_runtime/eager/tensor_handle.h" 23 #include "tensorflow/core/distributed_runtime/worker_session.h" 24 #include "tensorflow/core/framework/function.h" 25 #include "tensorflow/core/protobuf/remote_tensor_handle.pb.h" 46 // Register a partition (i.e., component function) of a multi-device function 48 // triggered as part of instantiating a multi-device function in [all …]
|
| /external/rust/crates/grpcio-sys/grpc/src/core/tsi/test_creds/ |
| D | README | 7 These are self-signed certificates: 9 $ openssl req -x509 -newkey rsa:2048 -keyout badserver.key -out badserver.pem \ 10 -days 3650 -nodes 19 The ca is self-signed: 20 ---------------------- 22 $ openssl req -x509 -new -newkey rsa:2048 -nodes -keyout ca.key -out ca.pem \ 23 -config ca-openssl.cnf -days 3650 -extensions v3_req 27 ----------------------- 29 $ openssl genrsa -out client.key.rsa 2048 30 $ openssl pkcs8 -topk8 -in client.key.rsa -out client.key -nocrypt [all …]
|
| /external/eigen/doc/ |
| D | TopicMultithreading.dox | 3 /** \page TopicMultiThreading Eigen and multi-threading 9 - GCC: \c -fopenmp 10 - ICC: \c -openmp 11 - MSVC: check the respective option in the build properties. 25 You can disable %Eigen's multi threading at compile time by defining the \link TopicPreprocessorDir… 27 Currently, the following algorithms can make use of multi-threading: 28 - general dense matrix - matrix products 29 - PartialPivLU 30 - row-major-sparse * dense vector/matrix products 31 - ConjugateGradient with \c Lower|Upper as the \c UpLo template parameter. [all …]
|
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| D | rpcbench_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 22 #include "tensorflow/core/distributed_runtime/rpc/grpc_session.h" 23 #include "tensorflow/core/distributed_runtime/server_lib.h" 24 #include "tensorflow/core/framework/graph.pb.h" 25 #include "tensorflow/core/framework/tensor.h" 26 #include "tensorflow/core/graph/default_device.h" 27 #include "tensorflow/core/graph/graph_def_builder.h" 28 #include "tensorflow/core/lib/core/threadpool.h" 29 #include "tensorflow/core/lib/strings/strcat.h" 30 #include "tensorflow/core/lib/strings/stringprintf.h" [all …]
|
| /external/tensorflow/tensorflow/core/common_runtime/eager/ |
| D | kernel_and_device.h | 7 http://www.apache.org/licenses/LICENSE-2.0 24 // clang-format off 27 #include "tensorflow/core/platform/platform.h" 28 // clang-format on 32 #include "tensorflow/core/common_runtime/device.h" 33 #include "tensorflow/core/common_runtime/process_function_library_runtime.h" 34 #include "tensorflow/core/framework/cancellation.h" 35 #include "tensorflow/core/framework/collective.h" 36 #include "tensorflow/core/framework/node_def.pb.h" 37 #include "tensorflow/core/framework/op_kernel.h" [all …]
|
| /external/lz4/contrib/snap/ |
| D | snapcraft.yaml | 6 speed > 500 MB/s per core, scalable with multi-cores CPU. It features an 7 extremely fast decoder, with speed in multiple GB/s per core, typically 8 reaching RAM speed limits on multi-core systems. 20 LZ4 library is provided as open-source software using BSD 2-Clause license.
|
| /external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | fusion_compatibility.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 Generated from the following GLSL + --eliminate-local-multi-store 35 #version 440 core 101 Module* module = context->module(); in TEST_F() 104 Function& f = *module->begin(); in TEST_F() 105 LoopDescriptor& ld = *context->GetLoopDescriptor(&f); in TEST_F() 115 Generated from the following GLSL + --eliminate-local-multi-store 118 #version 440 core 186 Module* module = context->module(); in TEST_F() 189 Function& f = *module->begin(); in TEST_F() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | fusion_compatibility.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 Generated from the following GLSL + --eliminate-local-multi-store 35 #version 440 core 101 Module* module = context->module(); in TEST_F() 104 Function& f = *module->begin(); in TEST_F() 105 LoopDescriptor& ld = *context->GetLoopDescriptor(&f); in TEST_F() 115 Generated from the following GLSL + --eliminate-local-multi-store 118 #version 440 core 186 Module* module = context->module(); in TEST_F() 189 Function& f = *module->begin(); in TEST_F() [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/ |
| D | fusion_compatibility.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 Generated from the following GLSL + --eliminate-local-multi-store 35 #version 440 core 101 Module* module = context->module(); in TEST_F() 104 Function& f = *module->begin(); in TEST_F() 105 LoopDescriptor& ld = *context->GetLoopDescriptor(&f); in TEST_F() 115 Generated from the following GLSL + --eliminate-local-multi-store 118 #version 440 core 186 Module* module = context->module(); in TEST_F() 189 Function& f = *module->begin(); in TEST_F() [all …]
|
| /external/tensorflow/tensorflow/core/protobuf/ |
| D | remote_tensor_handle.proto | 5 import "tensorflow/core/framework/tensor_shape.proto"; 6 import "tensorflow/core/framework/types.proto"; 12 option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_g… 25 // For multi-device functions, it's the default device passed to placer. 28 // operation producing this tensor is a multi-device function.
|
| D | eager_service.proto | 5 import "tensorflow/core/framework/attr_value.proto"; 6 import "tensorflow/core/framework/device_attributes.proto"; 7 import "tensorflow/core/framework/function.proto"; 8 import "tensorflow/core/framework/tensor.proto"; 9 import "tensorflow/core/framework/tensor_shape.proto"; 10 import "tensorflow/core/framework/versions.proto"; 11 import "tensorflow/core/protobuf/remote_tensor_handle.proto"; 12 import "tensorflow/core/protobuf/tensorflow_server.proto"; 14 option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_g… 36 // Control Operation IDs that will be respected when ops are re-ordered by [all …]
|
| /external/ltp/testcases/kernel/power_management/ |
| D | runpwtests_exclusive02.sh | 18 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 30 if tst_kvcmp -gt "2.6.29"; then 41 if [ $hyper_threaded -ne 0 -o $multi_socket -ne 0 \ 42 -o $multi_core -eq 0 ]; then 43 tst_brkm TCONF "System is a multi core but not multi" \ 44 "socket & hyper-threaded" 47 #Testcase to validate consolidation at core level 50 if [ $sched_smt -eq 2 ]; then 58 if pm_cpu_consolidation.py -t $sched_smt -w $work_load \ 59 -s $stress; then [all …]
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | training_ops_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 16 #include "tensorflow/core/common_runtime/kernel_benchmark_testlib.h" 17 #include "tensorflow/core/framework/tensor.h" 18 #include "tensorflow/core/kernels/ops_util.h" 19 #include "tensorflow/core/platform/test.h" 20 #include "tensorflow/core/platform/test_benchmark.h" 21 #include "tensorflow/core/public/session_options.h" 29 opts->config.set_intra_op_parallelism_threads(num_threads); in InitMultiThreadingOptions() 30 opts->config.set_inter_op_parallelism_threads(1); in InitMultiThreadingOptions() 101 test::graph::Multi(g, "ApplyGradientDescent", {var, lr, grad}); in SGD() [all …]
|
| /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/ |
| D | Report.java | 5 * http://www.eclipse.org/legal/epl-2.0 7 * SPDX-License-Identifier: EPL-2.0 10 * John Keeping - initial implementation 11 * Marc R. Hoffmann - rework 25 import org.jacoco.core.analysis.Analyzer; 26 import org.jacoco.core.analysis.CoverageBuilder; 27 import org.jacoco.core.analysis.IBundleCoverage; 28 import org.jacoco.core.analysis.IClassCoverage; 29 import org.jacoco.core.data.ExecutionDataStore; 30 import org.jacoco.core.tools.ExecFileLoader; [all …]
|
| /external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
| D | gen_node.h | 7 http://www.apache.org/licenses/LICENSE-2.0 24 #include "tensorflow/core/framework/graph.pb.h" 25 #include "tensorflow/core/framework/node_def.pb.h" 26 #include "tensorflow/core/framework/op_def.pb.h" 27 #include "tensorflow/core/lib/core/status.h" 28 #include "tensorflow/core/protobuf/meta_graph.pb.h" 43 // The graph building is 2-stage: first match a GenNode with each NodeDef and 45 // deep-parse the underlying NodeDefs and connect the GenNodes together. 53 const string& name() const { return node_->name(); } in name() 54 const string& opcode() const { return node_->op(); } in opcode() [all …]
|
| /external/catch2/docs/ |
| D | opensource-users.md | 4 …open source. With its [liberal license](../LICENSE.txt) and single-header, dependency-free, distri… 5 it's easy to just drop the header into your project and start writing tests - what's not to like? 11 [forums](https://groups.google.com/forum/?fromgroups#!forum/catch-forum)), or raise an [issue](http… 12 Of course users of those projects might want to update this page too. That's fine - as long you're … 13 …'re an Open Source project maintainer and see your project listed here but would rather it wasn't - 14 just let us know via any of the previously mentioned means - although I'm sure there won't be many … 26 ### [Cataclysm: Dark Days Ahead](https://github.com/CleverRaven/Cataclysm-DDA) 27 Post-apocalyptic survival RPG. 30 The core part of the Chakra JavaScript engine that powers Microsoft Edge. 33 A, header-only, embedded scripting language designed from the ground up to directly target C++ and … [all …]
|
| /external/skia/tests/ |
| D | MultiPictureDocumentTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 8 * And that the pictures within it are re-created accurately 11 #include "include/core/SkCanvas.h" 12 #include "include/core/SkColorPriv.h" 13 #include "include/core/SkColorSpace.h" 14 #include "include/core/SkDocument.h" 15 #include "include/core/SkFont.h" 16 #include "include/core/SkImage.h" 17 #include "include/core/SkPicture.h" 18 #include "include/core/SkPictureRecorder.h" [all …]
|
| /external/rust/crates/combine/ |
| D | Cargo.toml.orig | 6 description = "Fast parser combinators on arbitrary streams with zero-copy support." 15 categories = ["parsing", "no-std"] 22 all-features = true 23 rustdoc-args = ["--cfg", "docsrs"] 31 memchr = { version = "2.2", default-features = false } 32 pin-project-lite = { version = "0.2", optional = true } 33 # Future proofing so that tokio-0.3, tokio-0.1 etc can be supported 34 tokio-02-dep = { version = "0.2.3", package = "tokio", features = ["io-util"], default-features = f… 35 tokio-03-dep = { version = "0.3", package = "tokio", default-features = false, optional = true } 36 tokio-dep = { version = "1", package = "tokio", default-features = false, optional = true } [all …]
|
| /external/tensorflow/tensorflow/cc/framework/ |
| D | ops.h | 7 http://www.apache.org/licenses/LICENSE-2.0 21 #include "tensorflow/core/framework/tensor.h" 22 #include "tensorflow/core/framework/tensor.pb.h" 23 #include "tensorflow/core/graph/graph.h" 24 #include "tensorflow/core/lib/hash/hash.h" 25 #include "tensorflow/core/lib/strings/strcat.h" 29 /// @defgroup core Core Tensorflow API 33 /// @addtogroup core 42 int32 num_inputs() const { return node_->num_inputs(); } in num_inputs() 43 DataType input_type(int32_t o) const { return node_->input_type(o); } in input_type() [all …]
|
| /external/ComputeLibrary/src/core/CL/kernels/ |
| D | CLColorConvertKernel.h | 2 * Copyright (c) 2016-2020 Arm Limited. 4 * SPDX-License-Identifier: MIT 27 #include "src/core/CL/ICLKernel.h" 73 * @param[in] input Multi-planar source image. Formats supported: NV12/NV21/IYUV 74 * @param[out] output Single-planar destination image. Formats supported: RGB888/RGBA8888 80 * @param[in] input Multi-planar source image. Formats supported: NV12/NV21/IYUV 81 … * @param[out] output Single-planar destination image. Formats supported: RGB888/RGBA8888 86 …* @param[in] input Single-planar source image. Formats supported: RGB888/RGBA8888/UYVY422/YUYV422 87 …* @param[out] output Multi-planar destination image. Formats supported: NV12/IYUV/YUV444 (if the f… 93 …* @param[in] input Single-planar source image. Formats supported: RGB888/RGBA8888/UYVY4… [all …]
|