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.cc46 auto adef = [](const string& name, in Unary() local
121 auto adef = [T](const string& name) { // E.g., x:float, dy:double in SymGrad() local
177 auto adef = [T](const string& name) { // E.g., x:float, dy:double in ReductionGrad() local
288 auto adef = [T](const string& name) { // E.g., x:float, dy:double in MatMulGradCommon() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h486 node *def, *adef; variable