Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
caffe2::ExecutionOptions Struct Reference

Public Member Functions

 ExecutionOptions (const std::shared_ptr< const NetDef > &net_def)
 

Data Fields

int streams_per_gpu_ = 1
 
bool finish_chain_ = false
 
bool always_schedule_child_ = false
 
bool check_stream_status_ = false
 
bool use_single_pool_ = false
 
bool use_per_net_pools_ = false
 
bool is_blocking_ = false
 
bool report_stats_ = false
 
bool use_dfs_scheduling_ = false
 
bool run_root_tasks_inline_ = false
 

Detailed Description

Definition at line 34 of file net_async_base.h.


The documentation for this struct was generated from the following files: