/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/ |
D | map_vectorization_test.py | 238 unoptimized = _make_dataset([map_node_name, "Batch"]) 244 return unoptimized, optimized 248 unoptimized, optimized = self._get_test_datasets(dataset, map_fn, 250 self.assertDatasetsEqual(unoptimized, optimized) 488 unoptimized, optimized = self._get_test_datasets( 490 self.assertDatasetsEqual(optimized, unoptimized) 508 unoptimized = _make_dataset(["MapAndBatch"]) 511 self.assertDatasetsEqual(optimized, unoptimized) 552 unoptimized = make_dataset() 555 self.assertDatasetsEqual(optimized, unoptimized) [all …]
|
/external/libvpx/libvpx/build/make/ |
D | rtcd.pl | 378 sub unoptimized() { subroutine 443 unoptimized;
|
/external/libaom/libaom/build/cmake/ |
D | rtcd.pl | 387 sub unoptimized() { subroutine 440 unoptimized;
|
/external/swiftshader/src/ |
D | swiftshader.gni | 22 # for performance reasons. Set to false to build as unoptimized.
|
/external/pigweed/pw_sys_io/ |
D | docs.rst | 6 This module defines a simple and unoptimized interface for byte-by-byte
|
/external/libaom/libaom/build/cmake/toolchains/ |
D | mips32-linux-gcc.cmake | 50 # might work for an unoptimized build.
|
/external/llvm-project/clang/lib/StaticAnalyzer/ |
D | README.txt | 127 -unoptimized-cfg Generate unoptimized CFGs for all analyses
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 127 -unoptimized-cfg Generate unoptimized CFGs for all analyses
|
/external/deqp-deps/amber/src/ |
D | shader_compiler_test.cc | 212 Pipeline::ShaderInfo unoptimized(&shader, kShaderTypeCompute); in TEST_F() local 220 std::tie(r, unopt_binary) = sc.Compile(&pipeline, &unoptimized, ShaderMap()); in TEST_F()
|
/external/rust/cxx/book/src/binding/ |
D | slice.md | 166 Finished dev [unoptimized + debuginfo] target(s) in 0.02s
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | optimize_dataset_test.py | 408 unoptimized, optimized = self.evaluate((unoptimized_output, 410 self.assertEqual(unoptimized, optimized)
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 154 Fast register allocator. It is the default for unoptimized code.
|
/external/skqp/site/user/ |
D | build.md | 20 In contrast, the developer-oriented default is an unoptimized build with full 271 unoptimized code.
|
/external/libgav1/libgav1/ |
D | README.md | 160 // In unoptimized code use the following structure; there's no equivalent
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llc.rst | 181 Fast register allocator. It is the default for unoptimized code.
|
/external/skia/site/docs/user/ |
D | build.md | 34 In contrast, the developer-oriented default is an unoptimized build with full 349 Other compilers get generic unoptimized code.
|
/external/llvm-project/polly/docs/ |
D | UsingPollyWithClang.rst | 125 The following generates unoptimized LLVM-IR ('-O0', which is the
|
/external/rust/cxx/book/src/ |
D | tutorial.md | 234 Finished dev [unoptimized + debuginfo] target(s) in 0.34s 431 Finished dev [unoptimized + debuginfo] target(s) in 0.41s
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 43 def analysis_UnoptimizedCFG : Flag<["-"], "unoptimized-cfg">, 44 HelpText<"Generate unoptimized CFGs for all analyses">;
|
/external/swiftshader/docs/ |
D | Reactor.md | 311 …code for such pipelines in a syntax that is as easy to read as a naive unoptimized implementation,…
|
/external/libaom/libaom/ |
D | README.md | 188 As a temporary work around an unoptimized AV1 configuration that builds only C
|
/external/python/jinja/ |
D | CHANGES.rst | 200 to create an unoptimized scope that will look up all variables from
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | uniform_mem_op.ll | 5 ;; deliberately simple (and unoptimized by other passes) to feed the vectorizer
|
/external/llvm-project/llvm/docs/ |
D | SourceLevelDebugging.rst | 418 in the execution of the unoptimized program, given the same input. Doing so 496 that never occurred in the unoptimized program. To avoid this, we must terminate
|
/external/python/cpython3/Doc/library/ |
D | io.rst | 187 example, :class:`BufferedIOBase` provides unoptimized implementations of
|