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

  /external/tensorflow/tensorflow/core/grappler/costs/
graph_memory.h 48 Status InferDynamically(Cluster* cluster);
graph_properties.h 100 Status InferDynamically(Cluster* cluster);
graph_memory.cc 51 Status GraphMemory::InferDynamically(Cluster* cluster) {
virtual_scheduler.cc 304 TF_RETURN_IF_ERROR(graph_properties_->InferDynamically(cluster_));
    [all...]
graph_properties_test.cc 201 Status s = properties.InferDynamically(cluster_.get());
276 TF_CHECK_OK(dynamic_properties.InferDynamically(cluster_.get()));
    [all...]
graph_properties.cc     [all...]
  /external/tensorflow/tensorflow/python/grappler/
cluster.i 398 status = memory.InferDynamically(cluster.get());

Completed in 1189 milliseconds