Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/grappler/
Dcluster.i323 const int num_measurements = cluster->type() == "virtual" ? 1 : 10; in TF_MeasureCosts() local
324 tensorflow::grappler::MeasuringCostEstimator cost_measure(cluster.get(), num_measurements, 0); in TF_MeasureCosts()