Home
last modified time | relevance | path

Searched refs:IsPrimitiveOpWithNoGrad (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc76 bool IsPrimitiveOpWithNoGrad(const string& opname);
373 bool SymbolicGradientBuilder::IsPrimitiveOpWithNoGrad(const string& opname) { in IsPrimitiveOpWithNoGrad() function in tensorflow::__anon2882cf250111::SymbolicGradientBuilder
492 if (IsPrimitiveOpWithNoGrad(n->type_string()) || num_no_grad == num_y) { in AddGradients()
/external/tensorflow/tensorflow/core/graph/
Dgradients.cc327 static bool IsPrimitiveOpWithNoGrad(const string& func) { in IsPrimitiveOpWithNoGrad() function
363 if (IsPrimitiveOpWithNoGrad(n->type_string())) { in Compute()