Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::perception::benchmark::Cache< Dtype > Struct Template Reference

#include <async_sequence_data_loader.h>

Collaboration diagram for apollo::perception::benchmark::Cache< Dtype >:
Collaboration graph

Public Attributes

std::shared_ptr< Dtype > data
 
bool loaded = false
 
bool load_success = false
 
std::future< void > status
 

Member Data Documentation

◆ data

template<class Dtype >
std::shared_ptr<Dtype> apollo::perception::benchmark::Cache< Dtype >::data

◆ load_success

template<class Dtype >
bool apollo::perception::benchmark::Cache< Dtype >::load_success = false

◆ loaded

template<class Dtype >
bool apollo::perception::benchmark::Cache< Dtype >::loaded = false

◆ status

template<class Dtype >
std::future<void> apollo::perception::benchmark::Cache< Dtype >::status

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