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

  /external/tensorflow/tensorflow/java/src/main/native/
graph_jni.cc 176 TF_AddGradientsWithPrefix(g, cprefix, y.get(), ny, x.get(), nx, dx.get(),
  /external/tensorflow/tensorflow/go/
graph.go 227 // If prefix is "", the C.TF_AddGradientsWithPrefix need cprefix to be nil but not ""
233 C.TF_AddGradientsWithPrefix(g.c, cprefix, pcy, C.int(len(y)), pcx, C.int(len(x)), pcdx, status.c, pcdy)
  /external/tensorflow/tensorflow/c/
c_api.h     [all...]
c_api.cc     [all...]
c_api_test.cc     [all...]

Completed in 71 milliseconds