Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dmodel_test.cc563 async_known_ratio->set_autotune(false); in TEST()
855 input->set_autotune(std::rand() % 2 == 1); in TEST()
938 input->set_autotune(true); in TEST()
Ddataset.h1024 iterator->node_->set_autotune(false); in DisableAutotune()
1032 iterator->node_->set_autotune(true); in EnableAutotune()
Dmodel.h309 void set_autotune(bool autotune) TF_LOCKS_EXCLUDED(mu_) { in set_autotune() function
Dmodel.cc1492 node_proto->set_autotune(autotune_); in ToProto()