OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accessorconstructor
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclExtractAccessor.h
45
struct
AccessorConstructor
{
71
-> decltype(
AccessorConstructor
::getTuple(cgh, eval.impl())){
72
return
AccessorConstructor
::getTuple(cgh, eval.impl());
85
-> decltype(
AccessorConstructor
::getTuple(cgh, eval.left_impl(), eval.right_impl())){
86
return
AccessorConstructor
::getTuple(cgh, eval.left_impl(), eval.right_impl());
99
-> decltype(
AccessorConstructor
::getTuple(cgh, eval.arg1Impl(), eval.arg2Impl(), eval.arg3Impl())){
100
return
AccessorConstructor
::getTuple(cgh, eval.arg1Impl(), eval.arg2Impl(), eval.arg3Impl());
114
-> decltype(
AccessorConstructor
::getTuple(cgh, eval.cond_impl(), eval.then_impl(), eval.else_impl())){
115
return
AccessorConstructor
::getTuple(cgh, eval.cond_impl(), eval.then_impl(), eval.else_impl());
129
-> decltype(
AccessorConstructor
::getTuple(cgh, eval.left_impl(), eval.right_impl()))
[
all
...]
Completed in 4011 milliseconds