Searched defs:dy0 (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | array_grad_test.cc | 77 std::vector<Tensor> UnpackGrad(const Tensor& x, const Tensor& dy0, in UnpackGrad() 107 Tensor dy0(DT_FLOAT, {2, 3}); in TEST() local 213 std::vector<Tensor> SplitGrad(int dim, const Tensor& x, const Tensor& dy0, in SplitGrad() 242 int dim, const Tensor& dy0, const Tensor& dy1) { in SplitVGrad() 277 Tensor dy0(DT_FLOAT, {2, 2, 5}); in TEST() local
|
/external/skia/src/gpu/vk/ |
D | GrVkMSAALoadManager.cpp | 181 float dy0 = 2.f * rect.fTop / dh - 1.f; in loadMSAAFromResolve() local
|
/external/skqp/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 203 float dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aatriangle.c | 194 const GLfloat dy0 = v1[1] - v0[1]; in compute_coveragef() local
|
/external/skia/samplecode/ |
D | SampleFitCubicToCircle.cpp | 214 double dy0 = y - fCubicY[0]; in onFindClickHandler() local
|
/external/swiftshader/src/Device/ |
D | Renderer.cpp | 955 float dy0 = lineWidth * 0.5f * P0.w / H; in setupLine() local 1064 float dy0 = lineWidth * 0.5f * P0.w / H; in setupLine() local
|
/external/mesa3d/src/intel/compiler/ |
D | brw_compile_sf.c | 38 struct brw_reg dy0; member
|
/external/swiftshader/src/Renderer/ |
D | Renderer.cpp | 1869 float dy0 = lineWidth * 0.5f * P0.w / H; in setupLine() local 1978 float dy0 = lineWidth * 0.5f * P0.w / H; in setupLine() local
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3334 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 3637 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw() local
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3419 float dy0 = y1-y0; in stbtt__tesselate_cubic() local
|