Home
last modified time | relevance | path

Searched refs:Choose (Results 1 – 25 of 190) sorted by relevance

12345678

/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc283 T Choose(absl::Span<const T> candidates);
426 T OpTest::Choose(absl::Span<const T> candidates) { in Choose() function in tensorflow::__anon68708c3b0111::OpTest
650 d.padding = Choose<Padding>({SAME, VALID}); in ChooseWindowedSpatialDims()
960 auto type = Choose<DataType>({DT_INT32, DT_FLOAT, DT_COMPLEX64}); in TEST_F()
975 auto type = Choose<DataType>({DT_INT32, DT_FLOAT, DT_COMPLEX64}); in TEST_F()
986 auto type = Choose<DataType>({DT_INT32, DT_FLOAT, DT_COMPLEX64}); in TEST_F()
1005 bool keep_dims = Choose<bool>({false, true}); in TEST_F()
1025 bool keep_dims = Choose<bool>({false, true}); in TEST_F()
1036 auto type = Choose<DataType>({DT_FLOAT, DT_COMPLEX64}); in TEST_F()
1117 string padding = Choose<string>({"SAME", "VALID"}); in TEST_F()
[all …]
/external/oboe/samples/hello-oboe/
DREADME.md9 **Audio device:** Choose the audio device, or leave as "Automatic" to use the default device. The l…
11 **Channel count:** Choose the number of audio channels to output. A different pitched sine wave wil…
13 **Buffer size:** Choose the buffer size in bursts. A burst is an array of audio frames read by the …
/external/skqp/src/core/
DSkAutoBlitterChoose.h37 fBlitter = SkBlitter::Choose(draw.fDst, *matrix, paint, &fAlloc, drawCoverage);
41 SkBlitter* coverageBlitter = SkBlitter::Choose(*draw.fCoverage, *matrix, SkPaint(),
DSkDraw_text.cpp43 SkBlitter* blitter = SkBlitter::Choose(fDst, *fMatrix, paint, &alloc, false); in paintMasks()
47 SkBlitter::Choose(*fCoverage, *fMatrix, SkPaint(), &alloc, true)); in paintMasks()
/external/skia/src/core/
DSkAutoBlitterChoose.h38 fBlitter = SkBlitter::Choose(draw.fDst, *matrixProvider, paint, &fAlloc, drawCoverage,
44 SkBlitter::Choose(*draw.fCoverage, *matrixProvider, SkPaint(), &fAlloc, true,
DSkDraw_text.cpp43 SkBlitter::Choose(fDst, *fMatrixProvider, paint, &alloc, false, fRC->clipShader()); in paintMasks()
47 SkBlitter::Choose( in paintMasks()
/external/tensorflow/tensorflow/lite/g3doc/api_docs/
Dindex.md4 classes and methods in the TensorFlow Lite library. Choose your preferred
/external/libopus/cmake/
DOpusBuildtype.cmake17 CACHE STRING "Choose the type of build."
/external/minijail/
DRELEASE.md3 * Choose a new-ish, stable-ish commit (i.e. not one that implements a completely
/external/llvm-project/llvm/docs/CommandGuide/
Dlli.rst125 Choose the code model from:
182 Choose relocation model from:
201 Choose style of code to emit from X86 backend:
/external/llvm/docs/CommandGuide/
Dlli.rst123 Choose the code model from:
179 Choose relocation model from:
198 Choose style of code to emit from X86 backend:
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc44 "relocation-model", cl::desc("Choose relocation model"),
68 "thread-model", cl::desc("Choose threading model"),
75 "code-model", cl::desc("Choose code model"),
108 "Choose a file type (not all types are supported by all targets):"),
172 "float-abi", cl::desc("Choose float ABI type"), cl::init(FloatABI::Default),
/external/compiler-rt/test/lsan/
Dlit.common.cfg19 # Choose between standalone and LSan+ASan modes.
/external/skia/tools/gpu/mtl/
DMtlTestContext.mm31 // Choose the non-integrated CPU if available
/external/libgav1/libgav1/cmake/toolchains/
Dandroid.cmake26 # Choose target architecture with:
/external/libpng/contrib/conftest/
Dwrite.dfa20 # Choose fixed or floating point APIs and arithmetic. The choices are
/external/llvm/test/Transforms/LoopUnroll/
Druntime-loop2.ll4 ; Choose a smaller, power-of-two, unroll count if the loop is too large.
/external/libpng/projects/visualc71/
DREADME_zlib.txt32 Choose the configuration you wish to build.
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbackend_configs.proto14 // Choose your defaults carefully.
/external/icu/icu4c/source/samples/props/
Dreadme.txt19 3. Choose a Debug or Release build.
/external/mesa3d/docs/gallium/
Dpipeline.txt53 | Choose front or |
/external/icu/icu4c/source/samples/ustring/
Dreadme.txt19 3. Choose a Debug or Release build.
/external/libpng/contrib/visupng/
DREADME.txt28 Choose the configuration that corresponds to the library you want to test.
/external/icu/icu4c/source/samples/break/
Dreadme.txt20 3. Choose a Debug or Release build.
/external/icu/icu4c/source/samples/date/
Dreadme.txt22 3. Choose a Debug or Release build.

12345678