OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_slice_start
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/test/
cxx11_tensor_reverse.cpp
122
array<ptrdiff_t, 4>
src_slice_start
;
local
123
src_slice_start
[0] = 0;
124
src_slice_start
[1] = 0;
125
src_slice_start
[2] = 0;
126
src_slice_start
[3] = 0;
128
array<ptrdiff_t, 4> dst_slice_start =
src_slice_start
;
133
tensor.slice(
src_slice_start
, src_slice_dim);
136
tensor.slice(
src_slice_start
, src_slice_dim).reverse(dim_rev);
138
src_slice_start
[2] += 1;
cxx11_tensor_shuffling.cpp
87
array<int, 4>
src_slice_start
{{0,0,0,0}};
93
tensor.slice(
src_slice_start
, src_slice_dim).shuffle(shuffles);
94
src_slice_start
[2] += 1;
Completed in 538 milliseconds