Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1972 bool any_resource_feeds = false; in RunCallable() local
1975 any_resource_feeds = any_resource_feeds || tensor.dtype() == DT_RESOURCE; in RunCallable()
1982 if (TF_PREDICT_FALSE(any_resource_feeds)) { in RunCallable()