Searched refs:Dev (Results 1 - 15 of 15) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A 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 template <template<class, 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> > lhsExp
[all...]
H A DTensorSyclExtractAccessor.h68 template <template<class, class> class UnaryCategory, typename OP, typename RHSExpr, typename Dev>
69 struct ExtractAccessor<TensorEvaluator<const UnaryCategory<OP, RHSExpr>, Dev> > {
70 static inline auto 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 template <template<class, class, class> class BinaryCategory, typename OP, typename LHSExpr, typename RHSExpr, typename Dev>
83 struct ExtractAccessor<TensorEvaluator<const BinaryCategory<OP, LHSExpr, RHSExpr>, Dev> > {
84 static inline auto getTuple(cl::sycl::handler& cgh, const TensorEvaluator<const BinaryCategory<OP, LHSExpr, RHSExpr>, Dev> eval)
90 template <template<class, class, class> class BinaryCategory, typename OP, typename LHSExpr, typename RHSExpr, typename Dev>
[all...]
H A DTensorSyclRun.h32 template <typename Expr, typename Dev>
33 void run(Expr &expr, Dev &dev) {
34 Eigen::TensorEvaluator<Expr, Dev> evaluator(expr, dev);
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddevice_set_test.cc27 static Device* Dev(const char* type, const char* name) { function in namespace:tensorflow::__anon26150
43 Device* d = Dev(type, name);
/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_xent_op.cc115 #define REGISTER(Dev, T, Index) \
118 .Device(DEVICE_##Dev) \
121 SparseSoftmaxXentWithLogitsOp<Dev##Device, T, Index>);
/external/kernel-headers/original/uapi/linux/
H A Dcciss_defs.h59 BYTE Dev; member in struct:_SCSI3Addr_struct::__anon9383
69 BYTE Dev:5; member in struct:_SCSI3Addr_struct::__anon9385
/external/syslinux/efi32/include/efi/
H A Dpci22.h126 UINT32 Dev : 5; member in struct:__anon24013
/external/syslinux/efi64/include/efi/
H A Dpci22.h126 UINT32 Dev : 5; member in struct:__anon24190
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Dpci22.h126 UINT32 Dev : 5; member in struct:__anon24410
/external/curl/docs/cmdline-opts/
H A Dgen.pl9 Dev notes:
/external/llvm/include/llvm/Support/
H A DFileSystem.h178 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, argument
180 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_atime(ATime), fs_st_mtime(MTime),
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h179 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, argument
181 : fs_st_dev(Dev), fs_st_ino(Ino), fs_st_atime(ATime), fs_st_mtime(MTime),
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
H A DPci22.h371 UINT32 Dev : 5; member in struct:__anon24898::__anon24899
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2827 llvm::Constant *Dev = local
2830 DeviceImagesEntires.push_back(Dev);
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl150 "Dev"=>"https://github.com/lvc/abi-compliance-checker",
829 ".$HomePage{"Dev"}."\n\n");
18012 $Footer .= "<i>Generated by <a href='".$HomePage{"Dev"}."'>ABI Compliance Checker</a> $TOOL_VERSION &#160;</i>\n";

Completed in 963 milliseconds