Home
last modified time | relevance | path

Searched defs:adef (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc45 auto adef = [](const string& name, in Unary() local
120 auto adef = [T](const string& name) { // E.g., x:float, dy:double in SymGrad() local
176 auto adef = [T](const string& name) { // E.g., x:float, dy:double in ReductionGrad() local
260 auto adef = [T](const string& name) { // E.g., x:float, dy:double in MatMulGradCommon() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h485 node *def, *adef; variable