Home
last modified time | relevance | path

Searched refs:Dev (Results 1 – 25 of 44) sorted by relevance

12

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorSyclExtractFunctors.h47 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 …]
DTensorSyclExtractAccessor.h68 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 …]
DTensorSyclRun.h32 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/
Dsparse_xent_op.cc114 #define REGISTER(Dev, T, Index) \ argument
117 .Device(DEVICE_##Dev) \
120 SparseSoftmaxXentWithLogitsOp<Dev##Device, T, Index>);
/external/kernel-headers/original/uapi/linux/
Dcciss_defs.h59 BYTE Dev; member
69 BYTE Dev:5; member
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_set_test.cc28 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/
Dcontrol21 - Dev mode control
/external/pcre/dist2/testdata/
Dtestinput42399 \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
Dtestoutput43877 \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/
Dcontrol12 1. This test should run in Dev mode.
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h179 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/
DFileSystem.h178 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/
DFileSystem.h249 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/
DREADME.md57 View the [Dev setup instructions](doc/DevSetup.md).
/external/u-boot/arch/arm/dts/
Dsun8i-a83t-allwinner-h8homlet-v2.dts50 model = "Allwinner A83T H8Homlet Proto Dev Board v2.0";
Dsocfpga_arria10_socdk_sdmmc_handoff.dtsi17 model = "SOCFPGA Arria10 Dev Kit"; /* Bootloader setting: uboot.model */
/external/python/cpython3/Doc/library/
Dsysconfig.rst241 include = "/Users/tarek/Dev/svn.python.org/py3k/Include"
/external/llvm/lib/Target/PowerPC/
DPPCScheduleP7.td17 // IBM J. Res. & Dev. (55) 3. May/June 2011.
DPPCSchedule440.td20 // IBM J. Res. & Dev. 49 (2/3) March/May 2005.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCScheduleP7.td17 // IBM J. Res. & Dev. (55) 3. May/June 2011.
DPPCSchedule440.td20 // IBM J. Res. & Dev. 49 (2/3) March/May 2005.
/external/u-boot/board/qualcomm/dragonboard820c/
Dreadme.txt182 D - 4331 - QSEE Dev Config Image Loaded, Delta - (46008 Bytes)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1295 OffsetRange Dev = getOffsetRange(ED); in assignInits() local
1296 Ranges[I-Begin].intersect(Dev.shift(EV.Offset)); in assignInits()
/external/python/cpython3/Modules/
Dgc_weakref.txt188 argument against that (on Python-Dev):
/external/python/cpython2/Modules/
Dgc_weakref.txt188 argument against that (on Python-Dev):

12