Searched defs:gOut (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsDebug.h | 20 static FILE* gOut; variable
|
H A D | PathOpsDebug.cpp | 43 FILE* PathOpsDebug::gOut; member in PathOpsDebug
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | GridSampler.cu | 392 const scalar_t gOut = *gOut_ptr_NCHW; in grid_sampler_2d_backward_kernel() local 482 const scalar_t gOut = *gOut_ptr_NCHW; in grid_sampler_2d_backward_kernel() local 641 scalar_t gOut = *gOut_ptr_NCDHW; in grid_sampler_3d_backward_kernel() local
|
H A D | AveragePool3d.cu | 187 const scalar_t *gOut = &gradOutput[slice][max(0, iFrame - kT + 1)] in avg_pool3d_single_backward_out_frame_stride1() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | GridSampler.cpp | 352 scalar_t gOut = *gOut_ptr_NCDHW; in grid_sampler_3d_backward_cpu_impl() local 812 scalar_t gOut = *gOut_ptr_NCHW; in _grid_sampler_2d_cpu_fallback_backward() local 891 scalar_t gOut = *gOut_ptr_NCHW; in _grid_sampler_2d_cpu_fallback_backward() local
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | BlendStateExt_unittest.cpp | 117 bool rOut, gOut, bOut, aOut; in validateMaskPacking() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | GridSamplerKernel.cpp | 658 auto gOut = Vec::loadu(gOut_slice[c].data() + offset, len); in backward() local 985 auto gOut = Vec::loadu(gOut_slice[c].data() + offset, len); in backward() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/ |
H A D | main.cpp | 94 void *gOut[VECTOR_SIZE_COUNT] = { NULL, NULL, NULL, NULL, NULL, NULL }; variable
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | basic_test_conversions.cpp | 79 void *gOut[kCallStyleCount] = { NULL }; variable
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | VertexAttributeTest.cpp | 121 DestT rOut, gOut, bOut, aOut; in Pack1010102() local
|