Home
last modified time | relevance | path

Searched refs:ToT (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dcast.cc51 template <typename FromT, typename ToT>
52 void copyCast(const FromT* in, ToT* out, int num_elements) { in copyCast()
54 [](FromT a) { return static_cast<ToT>(a); }); in copyCast()
57 template <typename ToT>
58 void copyCast(const std::complex<float>* in, ToT* out, int num_elements) { in copyCast()
60 return static_cast<ToT>(std::real(a)); in copyCast()
/external/autotest/client/site_tests/desktopui_CameraApp/
Dcontrol7 PURPOSE = "Verifies if the ToT Camera App works."
18 This integration test verifies if the ToT version of the Camera App works fine.
/external/autotest/client/site_tests/platform_KernelVersionByBoard/
Dcontrol18 Matches only expected ToT values, so older branches may fail.
/external/llvm/test/tools/gold/X86/
Dstart-lib-common.ll14 ; ToT gold (as of 03/2016) honors --start-lib/--end-lib, drops %t2.o and ends up
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dstart-lib-common.ll15 ; ToT gold (as of 03/2016) honors --start-lib/--end-lib, drops %t2.o and ends up
/external/libcxx/
Dappveyor-reqs-install.cmd14 if "%CLANG_VERSION%"=="ToT" (
/external/libcxx/utils/docker/debian9/
DDockerfile51 # Build GCC ToT for testing in all dialects.
/external/clang/lib/AST/
DASTImporter.cpp6062 QualType ToT = Importer.Visit(fromTy); in Import() local
6063 if (ToT.isNull()) in Import()
6064 return ToT; in Import()
6067 ImportedTypes[fromTy] = ToT.getTypePtr(); in Import()
6069 return ToContext.getQualifiedType(ToT, FromT.getLocalQualifiers()); in Import()
/external/autotest/docs/
Duser-doc.md283 is the most likely to work at ToT. 'betty' is based on 'amd64-generic',
/external/llvm/docs/
DStatepoints.rst823 #. Relocations along exceptional paths are currently broken in ToT. In
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DStatepoints.rst858 #. Relocations along exceptional paths are currently broken in ToT. In