|
std::shared_ptr< const T > | get () const |
|
template<typename Factory > |
void | update (const Factory &f) |
|
|
const int | num_shards_ |
|
std::atomic< uint32 > | index_ {0} |
|
std::unique_ptr< PaddedThreadSafeSharedPtr[]> | shards_ |
|
template<typename T>
class tensorflow::serving::internal_read_ptr_holder::ShardedReadPtrs< T >
Definition at line 227 of file fast_read_dynamic_ptr.h.
◆ num_shards_
Initial value:=
port::NumTotalCPUs() == -1 ? kRandomShards : port::NumTotalCPUs()
Definition at line 300 of file fast_read_dynamic_ptr.h.
The documentation for this class was generated from the following file: