OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:img_cxfy
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/resampler/kernels/
resampler_ops_gpu.cu.cc
96
const T
img_cxfy
= (cx <= data_width - 1 && fy >= 0)
local
100
output[out_index] = img_fxfy + img_cxcy + img_fxcy +
img_cxfy
;
205
const T
img_cxfy
=
local
211
dy * (
img_cxfy
- img_fxfy)));
213
grad_output_value * ((one - dx) * (img_cxcy -
img_cxfy
) +
resampler_ops.cc
98
const T
img_cxfy
= (one - dx) * dy * get_data_point(cx, fy, chan);
100
img_fxfy + img_cxcy + img_fxcy +
img_cxfy
);
287
const T
img_cxfy
= get_data_point(cx, fy, chan);
293
dy * (
img_cxfy
- img_fxfy)));
297
grad_output_value * ((one - dx) * (img_cxcy -
img_cxfy
) +
Completed in 304 milliseconds