Searched refs:ToT (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | cast.cc | 51 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/ |
D | control | 7 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/ |
D | control | 18 Matches only expected ToT values, so older branches may fail.
|
/external/llvm/test/tools/gold/X86/ |
D | start-lib-common.ll | 14 ; 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/ |
D | start-lib-common.ll | 15 ; ToT gold (as of 03/2016) honors --start-lib/--end-lib, drops %t2.o and ends up
|
/external/libcxx/ |
D | appveyor-reqs-install.cmd | 14 if "%CLANG_VERSION%"=="ToT" (
|
/external/libcxx/utils/docker/debian9/ |
D | Dockerfile | 51 # Build GCC ToT for testing in all dialects.
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 6062 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/ |
D | user-doc.md | 283 is the most likely to work at ToT. 'betty' is based on 'amd64-generic',
|
/external/llvm/docs/ |
D | Statepoints.rst | 823 #. Relocations along exceptional paths are currently broken in ToT. In
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Statepoints.rst | 858 #. Relocations along exceptional paths are currently broken in ToT. In
|