HomeSort by relevance Sort by last modified time
    Searched refs:IsPrimitiveOpWithNoGrad (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/cc/framework/
gradients.cc 76 bool IsPrimitiveOpWithNoGrad(const string& opname);
373 bool SymbolicGradientBuilder::IsPrimitiveOpWithNoGrad(const string& opname) {
492 if (IsPrimitiveOpWithNoGrad(n->type_string()) || num_no_grad == num_y) {
  /external/tensorflow/tensorflow/core/graph/
gradients.cc 299 static bool IsPrimitiveOpWithNoGrad(const string& func) {
335 if (IsPrimitiveOpWithNoGrad(n->type_string())) {

Completed in 786 milliseconds