Home
last modified time | relevance | path

Searched defs:use_batch (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dforwardprop.py147 use_batch): argument
207 use_batch=False): argument
Dpywrap_tfe_src.cc2450 bool use_batch) {
2588 bool use_batch = false) {
2831 PyObject* TFE_Py_ForwardAccumulatorNew(bool use_batch) {
3207 std::vector<PyObject*>* output_tangents, bool use_batch) {
/external/tensorflow/tensorflow/c/eager/
Dtape.h234 bool use_batch) in ForwardAccumulator()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc975 m.def("TFE_Py_ForwardAccumulatorNew", [](bool use_batch) { in PYBIND11_MODULE()