Home
last modified time | relevance | path

Searched refs:node_size (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/libs/multi_index/perf/
Dtest_perf.cpp192 size_t node_size(const Container&) in node_size() function
200 size_t node_size(const Container&) in node_size() function
208 size_t node_size(const list<Value,Allocator>&) in node_size() function
214 size_t node_size(const list_wrapper<List>&) in node_size() function
224 size_t node_size(const Container&) in node_size() function
257 static size_t node_size() in node_size() function
259 return ::node_size(Container()); in node_size()
290 static size_t node_size() in node_size() function
292 return ::node_size(Container1())+::node_size(Container2()); in node_size()
327 static size_t node_size() in node_size() function
[all …]
/third_party/mesa3d/src/util/
Dsparse_array.c40 size_t elem_size, size_t node_size) in util_sparse_array_init() argument
44 arr->node_size_log2 = util_logbase2_64(node_size); in util_sparse_array_init()
45 assert(node_size >= 2 && node_size == (1ull << arr->node_size_log2)); in util_sparse_array_init()
79 size_t node_size = 1ull << arr->node_size_log2; in _util_sparse_array_node_finish() local
80 for (size_t i = 0; i < node_size; i++) { in _util_sparse_array_node_finish()
202 size_t node_size = 1ull << arr->node_size_log2; in validate_node_level() local
203 for (size_t i = 0; i < node_size; i++) { in validate_node_level()
Dsparse_array.h76 size_t elem_size, size_t node_size);
/third_party/mindspore/mindspore/lite/src/common/
Dgraph_util.cc36 auto node_size = model->graph_.all_nodes_.size(); in GetGraphInputNodes() local
37 for (size_t j = 0; j < node_size; ++j) { in GetGraphInputNodes()
55 auto node_size = model->graph_.all_nodes_.size(); in GetGraphOutputNodes() local
56 for (size_t j = 0; j < node_size; ++j) { in GetGraphOutputNodes()
/third_party/mindspore/mindspore/lite/tools/optimizer/fisson/
Dfisson_util.cc224 size_t node_size = conv_nodes.size(); in UpdateSplitInfo() local
227 while (index_node < node_size) { in UpdateSplitInfo()
238 …if (node_in_out_shapes.empty() || node_in_out_shapes.size() < (node_size - 1) || node_in_out_shape… in UpdateSplitInfo()
240 node_in_out_shapes[node_size - 1].empty() || in UpdateSplitInfo()
241 node_in_out_shapes[node_size - 1][0].size() <= static_cast<size_t>(splited_axis)) { in UpdateSplitInfo()
246 int64_t final_split_axis_value = node_in_out_shapes[node_size - 1][0][splited_axis]; in UpdateSplitInfo()
259 while (index_node < node_size) { in UpdateSplitInfo()
279 split_info->size_splits.push_back(split_axis_inputs_shape[node_size][0]); in UpdateSplitInfo()
284 …auto begin = split_axis_reduce_inputs_shape[node_size][i] - split_axis_inputs_shape[node_size][i] … in UpdateSplitInfo()
285 top = split_axis_reduce_inputs_shape[node_size][i - 1] - begin + 1; in UpdateSplitInfo()
[all …]
/third_party/mesa3d/src/util/tests/sparse_array/
Dmulti_threaded.c53 size_t node_size = 4 << (run_idx / 2); in run_test() local
56 util_sparse_array_init(&arr, sizeof(uint32_t), node_size); in run_test()
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c50 long long node_size, freep; in print_mem_stats() local
64 node_size = numa_node_size64(node, &freep); in print_mem_stats()
66 node, node_size, freep); in print_mem_stats()
/third_party/toybox/porting/liteos_a/toys/posix/
Ddu.c37 typedef struct node_size { struct
40 } node_size; argument
/third_party/toybox/toys/posix/
Ddu.c47 typedef struct node_size { struct
50 } node_size; typedef
/third_party/eudev/src/libudev/
Dlibudev-hwdb-def.h36 le64_t node_size; member
Dlibudev-hwdb.c104 … return (const struct trie_child_entry_f *)((const char *)node + le64toh(hwdb->head->node_size)); in trie_node_children()
110 base += le64toh(hwdb->head->node_size); in trie_node_values()
/third_party/boost/libs/ptr_container/test/
Dtree_test.cpp63 size_t node_size() const { return do_node_size(); } in node_size() function in node
178 res += i->node_size(); in size()
/third_party/boost/boost/container/detail/
Dnode_pool_impl.hpp75 …private_node_pool_impl(segment_manager_base_type *segment_mngr_base, size_type node_size, size_typ… in private_node_pool_impl() argument
77 , m_real_node_size(lcm(node_size, size_type(alignment_of<node_t>::value))) in private_node_pool_impl()
/third_party/mindspore/mindspore/lite/src/
Dlite_model.cc232 auto node_size = this->graph_.all_nodes_.size(); in SubGraphVerify() local
260 [&node_size](const uint32_t &idx) { return idx >= node_size; })) { in SubGraphVerify()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c520 long node_size, node_free; in numa_info() local
522 node_size = numa_node_size(node, &node_free); in numa_info()
523 if (node_size < 0) { in numa_info()
535 node_size / (1024 * 1024), node_free / (1024 * 1024)); in numa_info()
/third_party/glib/glib/glib-mirroring-tab/
Dpacktab.c145 int node_size in bt() argument
193 s += k * node_size * cluster; in bt()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnode.c303 static const int node_size[] = { in gpir_node_create() local
312 int size = node_size[type]; in gpir_node_create()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftcmru.h110 FT_Offset node_size; member
Dftcmru.c265 else if ( FT_QALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
/third_party/freetype/src/cache/
Dftcmru.h110 FT_Offset node_size; member
Dftcmru.c265 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
/third_party/flutter/skia/third_party/externals/freetype/src/cache/
Dftcmru.h110 FT_Offset node_size; member
Dftcmru.c266 else if ( FT_ALLOC( node, list->clazz.node_size ) ) in FTC_MruList_New()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnode.c346 static const int node_size[] = { in ppir_node_create() local
357 int size = node_size[type]; in ppir_node_create()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc972 auto node_size = AnfAlgo::GetOutputTensorMemSize(value_node, output_idx); in AssignValueNodeTensor() local
979 … CreateDeviceAddress(nullptr, node_size, output_format, output_type_id, {value_node, output_idx}); in AssignValueNodeTensor()
982 !mem_manager_->MallocMemFromMemPool(address, node_size)) { in AssignValueNodeTensor()
983 MS_LOG(EXCEPTION) << "Device memory isn't enough and alloc failed, alloc size:" << node_size; in AssignValueNodeTensor()
985 MS_LOG(INFO) << "Assign Static Memory for Value node, size:" << node_size in AssignValueNodeTensor()
987 if (mem_manager_->MallocMem(kStaticMem, node_size, address, graph_id) == nullptr) { in AssignValueNodeTensor()
988 …PTION) << "Cannot alloc address when flag is: " << kStaticMem << ", tensor size is: " << node_size; in AssignValueNodeTensor()

12