Home
last modified time | relevance | path

Searched defs:dy0 (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Darray_grad_test.cc77 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/
DGrVkMSAALoadManager.cpp181 float dy0 = 2.f * rect.fTop / dh - 1.f; in loadMSAAFromResolve() local
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp203 float dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw() local
/external/mesa3d/src/mesa/swrast/
Ds_aatriangle.c194 const GLfloat dy0 = v1[1] - v0[1]; in compute_coveragef() local
/external/skia/samplecode/
DSampleFitCubicToCircle.cpp214 double dy0 = y - fCubicY[0]; in onFindClickHandler() local
/external/swiftshader/src/Device/
DRenderer.cpp955 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/
Dbrw_compile_sf.c38 struct brw_reg dy0; member
/external/swiftshader/src/Renderer/
DRenderer.cpp1869 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/
DGrGLGpu.cpp3334 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw() local
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3637 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw() local
/external/mesa3d/src/imgui/
Dimstb_truetype.h3419 float dy0 = y1-y0; in stbtt__tesselate_cubic() local