Home
last modified time | relevance | path

Searched refs:unoptimized (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
Dmap_vectorization_test.py238 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/
Drtcd.pl378 sub unoptimized() { subroutine
443 unoptimized;
/external/libaom/libaom/build/cmake/
Drtcd.pl387 sub unoptimized() { subroutine
440 unoptimized;
/external/swiftshader/src/
Dswiftshader.gni22 # for performance reasons. Set to false to build as unoptimized.
/external/pigweed/pw_sys_io/
Ddocs.rst6 This module defines a simple and unoptimized interface for byte-by-byte
/external/libaom/libaom/build/cmake/toolchains/
Dmips32-linux-gcc.cmake50 # might work for an unoptimized build.
/external/llvm-project/clang/lib/StaticAnalyzer/
DREADME.txt127 -unoptimized-cfg Generate unoptimized CFGs for all analyses
/external/clang/lib/StaticAnalyzer/
DREADME.txt127 -unoptimized-cfg Generate unoptimized CFGs for all analyses
/external/deqp-deps/amber/src/
Dshader_compiler_test.cc212 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/
Dslice.md166 Finished dev [unoptimized + debuginfo] target(s) in 0.02s
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Doptimize_dataset_test.py408 unoptimized, optimized = self.evaluate((unoptimized_output,
410 self.assertEqual(unoptimized, optimized)
/external/llvm/docs/CommandGuide/
Dllc.rst154 Fast register allocator. It is the default for unoptimized code.
/external/skqp/site/user/
Dbuild.md20 In contrast, the developer-oriented default is an unoptimized build with full
271 unoptimized code.
/external/libgav1/libgav1/
DREADME.md160 // In unoptimized code use the following structure; there's no equivalent
/external/llvm-project/llvm/docs/CommandGuide/
Dllc.rst181 Fast register allocator. It is the default for unoptimized code.
/external/skia/site/docs/user/
Dbuild.md34 In contrast, the developer-oriented default is an unoptimized build with full
349 Other compilers get generic unoptimized code.
/external/llvm-project/polly/docs/
DUsingPollyWithClang.rst125 The following generates unoptimized LLVM-IR ('-O0', which is the
/external/rust/cxx/book/src/
Dtutorial.md234 Finished dev [unoptimized + debuginfo] target(s) in 0.34s
431 Finished dev [unoptimized + debuginfo] target(s) in 0.41s
/external/clang/include/clang/Driver/
DCC1Options.td43 def analysis_UnoptimizedCFG : Flag<["-"], "unoptimized-cfg">,
44 HelpText<"Generate unoptimized CFGs for all analyses">;
/external/swiftshader/docs/
DReactor.md311 …code for such pipelines in a syntax that is as easy to read as a naive unoptimized implementation,…
/external/libaom/libaom/
DREADME.md188 As a temporary work around an unoptimized AV1 configuration that builds only C
/external/python/jinja/
DCHANGES.rst200 to create an unoptimized scope that will look up all variables from
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Duniform_mem_op.ll5 ;; deliberately simple (and unoptimized by other passes) to feed the vectorizer
/external/llvm-project/llvm/docs/
DSourceLevelDebugging.rst418 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/
Dio.rst187 example, :class:`BufferedIOBase` provides unoptimized implementations of

12