Home
last modified time | relevance | path

Searched defs:buffer_capacity (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Ddata_source_actor.h44 DataSourceActor(const std::string &name, KernelTransformType type, size_t buffer_capacity, in DataSourceActor()
86 …DeviceQueueDataSourceActor(const std::string &name, size_t buffer_capacity, const DeviceContext *d… in DeviceQueueDataSourceActor()
122 …HostQueueDataSourceActor(std::string name, size_t buffer_capacity, const AID memory_manager_aid, c… in HostQueueDataSourceActor()
/third_party/boost/boost/circular_buffer/
Dbase.hpp1037 …explicit circular_buffer(capacity_type buffer_capacity, const allocator_type& alloc = allocator_ty… in circular_buffer()
1077 circular_buffer(capacity_type buffer_capacity, size_type n, param_value_type item, in circular_buffer()
1178 circular_buffer(capacity_type buffer_capacity, InputIterator first, InputIterator last, in circular_buffer()
1310 void assign(capacity_type buffer_capacity, size_type n, param_value_type item) { in assign()
1383 void assign(capacity_type buffer_capacity, InputIterator first, InputIterator last) { in assign()
2493 void initialize_buffer(capacity_type buffer_capacity) { in initialize_buffer()
2499 void initialize_buffer(capacity_type buffer_capacity, param_value_type item) { in initialize_buffer()
2549 …void initialize(capacity_type buffer_capacity, IntegralType n, IntegralType item, const true_type&… in initialize()
2559 … void initialize(capacity_type buffer_capacity, Iterator first, Iterator last, const false_type&) { in initialize()
2570 void initialize(capacity_type buffer_capacity, in initialize()
[all …]
Ddetails.hpp170 capacity_control(Size buffer_capacity, Size min_buffer_capacity = 0) in capacity_control()
/third_party/boost/boost/asio/detail/
Dbuffered_stream_storage.hpp41 explicit buffered_stream_storage(std::size_t buffer_capacity) in buffered_stream_storage()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dbuffered_stream_storage.hpp41 explicit buffered_stream_storage(std::size_t buffer_capacity) in buffered_stream_storage()
/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c118 …s_or_snapshot_file(char* filename, uint8_t* target_file, int* file_bytesize, int buffer_capacity) { in read_js_or_snapshot_file()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_containers.hpp521 size_t buffer_capacity = 0; member in SPIRV_CROSS_NAMESPACE::SmallVector