OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:patchIndex
(Results
1 - 25
of
88
) sorted by null
1
2
3
4
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorPatch.h
159
Index
patchIndex
= index / m_outputStrides[output_stride_index];
161
Index patchOffset = index -
patchIndex
* m_outputStrides[output_stride_index];
165
const Index patchIdx =
patchIndex
/ m_patchStrides[i];
166
patchIndex
-= patchIdx * m_patchStrides[i];
173
const Index patchIdx =
patchIndex
/ m_patchStrides[i];
174
patchIndex
-= patchIdx * m_patchStrides[i];
180
inputIndex += (
patchIndex
+ patchOffset);
TensorImagePatch.h
327
const Index
patchIndex
= index / m_fastPatchStride;
329
const Index patchOffset = (index -
patchIndex
* m_patchStride) / m_fastOutputDepth;
333
const Index patch2DIndex = (NumDims == 4) ?
patchIndex
: (index - otherIndex * m_otherStride) / m_fastPatchStride;
373
const Index
patchIndex
= indices[0] / m_fastPatchStride;
374
if (
patchIndex
!= indices[1] / m_fastPatchStride) {
381
const Index patchOffsets[2] = {(indices[0] -
patchIndex
* m_patchStride) / m_fastOutputDepth,
382
(indices[1] -
patchIndex
* m_patchStride) / m_fastOutputDepth};
384
const Index patch2DIndex = (NumDims == 4) ?
patchIndex
: (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride;
TensorVolumePatch.h
356
const Index
patchIndex
= index / m_fastPatchStride;
360
const Index patchOffset = (index -
patchIndex
* m_patchStride) / m_fastOutputDepth;
364
const Index patch3DIndex = (NumDims == 5) ?
patchIndex
: (index - otherIndex * m_otherStride) / m_fastPatchStride;
420
const Index
patchIndex
= indices[0] / m_fastPatchStride;
421
if (
patchIndex
!= indices[1] / m_fastPatchStride) {
428
const Index patchOffsets[2] = {(indices[0] -
patchIndex
* m_patchStride) / m_fastOutputDepth,
429
(indices[1] -
patchIndex
* m_patchStride) / m_fastOutputDepth};
431
const Index patch3DIndex = (NumDims == 5) ?
patchIndex
: (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride;
/external/tensorflow/tensorflow/core/kernels/
eigen_volume_patch.h
253
const Index
patchIndex
= index / m_fastPatchStride;
258
(index -
patchIndex
* m_patchStride) / m_fastOutputDepth;
264
?
patchIndex
344
const Index
patchIndex
= indices[0] / m_fastPatchStride;
345
if (
patchIndex
!= indices[1] / m_fastPatchStride) {
354
(indices[0] -
patchIndex
* m_patchStride) / m_fastOutputDepth,
355
(indices[1] -
patchIndex
* m_patchStride) / m_fastOutputDepth};
359
?
patchIndex
/prebuilts/devtools/tools/lib/
ninepatch.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta3/
ninepatch-24.4.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/24.4.0-beta6/
ninepatch-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/24.5.0/
ninepatch-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0/
ninepatch-25.0.0.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha1/
ninepatch-25.0.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha3/
ninepatch-25.0.0-alpha3.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha5/
ninepatch-25.0.0-alpha5.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha7/
ninepatch-25.0.0-alpha7.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-alpha9/
ninepatch-25.0.0-alpha9.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta2/
ninepatch-25.0.0-beta2.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta5/
ninepatch-25.0.0-beta5.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta6/
ninepatch-25.0.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-beta7/
ninepatch-25.0.0-beta7.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.0.0-rc3/
ninepatch-25.0.0-rc3.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0/
ninepatch-25.1.0.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-alpha3/
ninepatch-25.1.0-alpha3.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-alpha4/
ninepatch-25.1.0-alpha4.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-beta1/
ninepatch-25.1.0-beta1.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-beta3/
ninepatch-25.1.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/ninepatch/25.1.0-rc1/
ninepatch-25.1.0-rc1.jar
Completed in 578 milliseconds
1
2
3
4