/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclExtractFunctors.h | 47 template <template <class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev> 48 struct FunctorExtractor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> > { 49 FunctorExtractor<TensorEvaluator<RHSExpr, Dev> > rhsExpr; 51 FunctorExtractor(const TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev>& expr) 56 template <template <class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev> 57 struct FunctorExtractor<TensorEvaluator<UnaryCategory<OP, RHSExpr>, Dev> > 58 : FunctorExtractor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> >{}; 62 … class, class> class BinaryCategory, typename OP, typename LHSExpr, typename RHSExpr, typename Dev> 63 struct FunctorExtractor<TensorEvaluator<const BinaryCategory<OP, LHSExpr, RHSExpr>, Dev> > { 64 FunctorExtractor<TensorEvaluator<LHSExpr, Dev> > lhsExpr; [all …]
|
D | TensorSyclExtractAccessor.h | 68 template <template<class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev> 69 struct ExtractAccessor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> > { 70 …getTuple(cl::sycl::handler& cgh, const TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> eval) 77 template <template<class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev> 78 struct ExtractAccessor<TensorEvaluator<UnaryCategory<OP, RHSExpr>, Dev> > 79 : ExtractAccessor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> > {}; 82 …class, class> class BinaryCategory, typename OP, typename LHSExpr, typename RHSExpr, typename Dev> 83 struct ExtractAccessor<TensorEvaluator<const BinaryCategory<OP, LHSExpr, RHSExpr>, Dev> > { 84 …l::sycl::handler& cgh, const TensorEvaluator<const BinaryCategory<OP, LHSExpr, RHSExpr>, Dev> eval) 90 …class, class> class BinaryCategory, typename OP, typename LHSExpr, typename RHSExpr, typename Dev> [all …]
|
D | TensorSyclRun.h | 32 template <typename Expr, typename Dev> 33 void run(Expr &expr, Dev &dev) { in run() 34 Eigen::TensorEvaluator<Expr, Dev> evaluator(expr, dev); in run()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_xent_op.cc | 114 #define REGISTER(Dev, T, Index) \ argument 117 .Device(DEVICE_##Dev) \ 120 SparseSoftmaxXentWithLogitsOp<Dev##Device, T, Index>);
|
/external/kernel-headers/original/uapi/linux/ |
D | cciss_defs.h | 59 BYTE Dev; member 69 BYTE Dev:5; member
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | device_set_test.cc | 28 static Device* Dev(const char* type, const char* name) { in Dev() function 44 Device* d = Dev(type, name); in AddDevice()
|
/external/autotest/server/site_tests/debugd_DevTools/ |
D | control | 21 - Dev mode control
|
/external/pcre/dist2/testdata/ |
D | testinput4 | 2399 \x{1cf4}\x{20f0}\x{900}\x{11305} [Dev,Gran,Kan] [Dev,Gran,Lat] Dev Gran 2400 \x{1cf4}\x{20f0}\x{11305}\x{900} [Dev,Gran,Kan] [Dev,Gran,Lat] Gran Dev 2401 \x{1cf4}\x{20f0}\x{900}ABC [Dev,Gran,Kan] [Dev,Gran,Lat] Dev Lat 2402 \x{1cf4}\x{20f0}ABC [Dev,Gran,Kan] [Dev,Gran,Lat] Lat 2403 \x{20f0}ABC [Dev,Gran,Lat] Lat 2404 XYZ\x{20f0}ABC Lat [Dev,Gran,Lat] Lat 2405 \x{a36}\x{a33}\x{900} [Dev,...] [Dev,...] Dev
|
D | testoutput4 | 3877 \x{1cf4}\x{20f0}\x{900}\x{11305} [Dev,Gran,Kan] [Dev,Gran,Lat] Dev Gran 3879 \x{1cf4}\x{20f0}\x{11305}\x{900} [Dev,Gran,Kan] [Dev,Gran,Lat] Gran Dev 3881 \x{1cf4}\x{20f0}\x{900}ABC [Dev,Gran,Kan] [Dev,Gran,Lat] Dev Lat 3883 \x{1cf4}\x{20f0}ABC [Dev,Gran,Kan] [Dev,Gran,Lat] Lat 3885 \x{20f0}ABC [Dev,Gran,Lat] Lat 3887 XYZ\x{20f0}ABC Lat [Dev,Gran,Lat] Lat 3889 \x{a36}\x{a33}\x{900} [Dev,...] [Dev,...] Dev
|
/external/autotest/server/site_tests/firmware_SelfSignedBoot/ |
D | control | 12 1. This test should run in Dev mode.
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 179 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status() argument 181 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_atime(ATime), fs_st_mtime(MTime), in file_status()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 178 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status() argument 180 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_atime(ATime), fs_st_mtime(MTime), in file_status()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 249 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() argument 252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
|
/external/angle/ |
D | README.md | 57 View the [Dev setup instructions](doc/DevSetup.md).
|
/external/u-boot/arch/arm/dts/ |
D | sun8i-a83t-allwinner-h8homlet-v2.dts | 50 model = "Allwinner A83T H8Homlet Proto Dev Board v2.0";
|
D | socfpga_arria10_socdk_sdmmc_handoff.dtsi | 17 model = "SOCFPGA Arria10 Dev Kit"; /* Bootloader setting: uboot.model */
|
/external/python/cpython3/Doc/library/ |
D | sysconfig.rst | 241 include = "/Users/tarek/Dev/svn.python.org/py3k/Include"
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP7.td | 17 // IBM J. Res. & Dev. (55) 3. May/June 2011.
|
D | PPCSchedule440.td | 20 // IBM J. Res. & Dev. 49 (2/3) March/May 2005.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP7.td | 17 // IBM J. Res. & Dev. (55) 3. May/June 2011.
|
D | PPCSchedule440.td | 20 // IBM J. Res. & Dev. 49 (2/3) March/May 2005.
|
/external/u-boot/board/qualcomm/dragonboard820c/ |
D | readme.txt | 182 D - 4331 - QSEE Dev Config Image Loaded, Delta - (46008 Bytes)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 1295 OffsetRange Dev = getOffsetRange(ED); in assignInits() local 1296 Ranges[I-Begin].intersect(Dev.shift(EV.Offset)); in assignInits()
|
/external/python/cpython3/Modules/ |
D | gc_weakref.txt | 188 argument against that (on Python-Dev):
|
/external/python/cpython2/Modules/ |
D | gc_weakref.txt | 188 argument against that (on Python-Dev):
|