Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Ddata_source_actor.h45 DataSourceActor(const std::string &name, KernelTransformType type, size_t buffer_capacity, in DataSourceActor()
79 …DeviceQueueDataSourceActor(const std::string &name, size_t buffer_capacity, const DeviceContext *d… in DeviceQueueDataSourceActor()
125 …HostQueueDataSourceActor(const std::string &name, size_t buffer_capacity, const AID &memory_manage… in HostQueueDataSourceActor()
/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