Searched refs:SingleMachine (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 41 SingleMachine::SingleMachine(int timeout_s, int num_cpu_cores, int num_gpus) in SingleMachine() function in tensorflow::grappler::SingleMachine 63 SingleMachine::~SingleMachine() { in ~SingleMachine() 71 Status SingleMachine::Provision() { in Provision() 124 Status SingleMachine::Initialize(const GrapplerItem& item) { in Initialize() 136 Status SingleMachine::Shutdown() { in Shutdown() 146 Status SingleMachine::Run(const GraphDef& graph_def, in Run() 207 Status SingleMachine::EnablePeakMemoryStats() { in EnablePeakMemoryStats() 214 Status SingleMachine::GetPeakMemoryUsage( in GetPeakMemoryUsage() 242 Status SingleMachine::RunWithTimeout( in RunWithTimeout() 248 Status SingleMachine::RunWithTimeout( in RunWithTimeout() [all …]
|
D | single_machine.h | 31 class SingleMachine : public Cluster { 33 SingleMachine(int timeout_s, int num_cpu_cores, int num_gpus); 34 ~SingleMachine() override;
|
D | single_machine_test.cc | 52 new SingleMachine(timeout_s, 3 /* num_cpu_cores */, 0 /* num_gpus */)); in SetUp() 65 std::unique_ptr<SingleMachine> cluster_; 331 SingleMachine cluster(5, 3, 0); in RunInfiniteTFLoop() 622 SingleMachine cluster(60 /* timeout_s */, 3 /* num_cpu_cores */, in TEST_F()
|
/external/tensorflow/tensorflow/c/experimental/grappler/ |
D | grappler_test.cc | 186 std::unique_ptr<SingleMachine> cluster(new SingleMachine(5 * 60, 3, 0)); in TEST() 234 std::unique_ptr<SingleMachine> cluster(new SingleMachine(5 * 60, 3, 0)); in TEST()
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 339 tensorflow::grappler::SingleMachine::SingleMachine
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster_wrapper.cc | 87 std::make_unique<tensorflow::grappler::SingleMachine>( in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | trt_convert_api.cc | 56 *cluster = new grappler::SingleMachine(timeout_s, num_cpu_cores, num_gpus); in NewCluster()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | generic_layout_optimizer_test.cc | 169 std::make_unique<SingleMachine>(/*timeout_s=*/10, 1, 1); in SetUp()
|
D | auto_mixed_precision_test.cc | 110 virtual_cluster_.reset(new SingleMachine(/* timeout_s = */ 10, 1, 1)); in SetUp() 1246 virtual_cluster_.reset(new SingleMachine(/* timeout_s = */ 10, 1, 0)); in SetUp() 1453 virtual_cluster_.reset(new SingleMachine(/* timeout_s = */ 10, 1, 0)); in SetUp()
|
D | generic_layout_optimizer_transposer_test.cc | 360 std::make_unique<SingleMachine>(/*timeout_s=*/10, 1, 1); in SetUp()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties_test.cc | 64 cluster_.reset(new SingleMachine(5 * 60, 3, 0)); in SetUp() 149 std::unique_ptr<SingleMachine> cluster_;
|