Searched defs:Grad (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
H A DSamplerCore.hpp28 Grad, // Use provided gradients. enumerator in enum:sw::SamplerMethod
/external/tensorflow/tensorflow/python/framework/
H A Dimporter_test.py1131 def Grad(x, y, dout1, dout2): # pylint: disable=unused-argument function in function:ImportGraphDefTest.testFunctions
1136 @function.Defun(dtype, dtype, grad_func=Grad)
1181 # Grad function returns inputs values for testing
H A Dfunction_test.py267 def Grad(x, dy, dz): function in function:FunctionTest.testCustomGradientError
271 @function.Defun(dtype, grad_func=Grad)
1578 def Grad(x, y0): function in function:VariableHoistingTest._testSimpleModel
1597 loss, dw, db = Grad(x, y0)

Completed in 350 milliseconds