Searched refs:data_index (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/lite/src/ |
D | weight_decoder.h | 72 size_t data_index = 0; in UnSparseTensorData() local 93 auto cur_channel = data_index / elem_perchannel; in UnSparseTensorData() 96 data_index++; in UnSparseTensorData() 99 data_index++; in UnSparseTensorData() 112 for (; data_index < dst_data_size / sizeof(T); data_index++) { in UnSparseTensorData() 113 auto cur_channel = data_index / elem_perchannel; in UnSparseTensorData()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_pool.h | 85 using data_index = BPlusTree<int64_t, DataLocator>; variable 86 using key_type = data_index::key_type; 151 std::shared_ptr<data_index> tree_;
|
D | cache_pool.cc | 33 tree_ = std::make_shared<data_index>(); in DoServiceStart()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | clean.cc | 107 constexpr size_t data_index = 1; in ConvertGetAttrToTupleGetItem() local 109 AnfNodePtr data = inputs[data_index]; in ConvertGetAttrToTupleGetItem() 152 constexpr size_t data_index = 1; in ConvertDictGetItemToTupleGetItem() local 154 AnfNodePtr data = inputs[data_index]; in ConvertDictGetItemToTupleGetItem() 192 const size_t data_index = 1; in ConvertDictSetItemToTupleSetItem() local 195 AnfNodePtr data = inputs[data_index]; in ConvertDictSetItemToTupleSetItem() 311 const size_t data_index = 1; in ConvertListSetItemToTupleSetItem() local 314 AnfNodePtr data = inputs[data_index]; in ConvertListSetItemToTupleSetItem()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_enum.cc | 348 int data_index = 0; in GenerateMethods() local 350 format(" { {$classname$_names + $1$, $2$}, $3$ },\n", data_index, in GenerateMethods() 356 data_index += p.first.size(); in GenerateMethods()
|
/third_party/ffmpeg/libavformat/ |
D | mpegts.c | 255 int data_index; member 979 pes->data_index = 0; in reset_pes_packet_state() 999 pkt->size = pes->data_index; in new_pes_packet() 1002 pes->pes_header_size + pes->data_index != pes->total_size + in new_pes_packet() 1135 if (pes->state == MPEGTS_PAYLOAD && pes->data_index > 0) { in mpegts_push_data() 1150 len = PES_START_SIZE - pes->data_index; in mpegts_push_data() 1153 memcpy(pes->header + pes->data_index, p, len); in mpegts_push_data() 1154 pes->data_index += len; in mpegts_push_data() 1157 if (pes->data_index == PES_START_SIZE) { in mpegts_push_data() 1214 pes->data_index = 0; in mpegts_push_data() [all …]
|
/third_party/quickjs/ |
D | unicode_gen.c | 940 int data_index; /* 'data' coming from the table */ member 1213 int data_index; in build_conv_table() local 1221 data_index = find_data_index(conv_table, conv_table_len, te->data); in build_conv_table() 1222 if (data_index < 0) { in build_conv_table() 1239 te->data_index = data_index; in build_conv_table() 1243 te->data_index = te->data; in build_conv_table() 1259 te->data_index = v; in build_conv_table() 1275 te->data_index = v; in build_conv_table() 1284 te->data_index = find_ext_data_index(te->ext_data[0]); in build_conv_table() 1306 v |= te->data_index >> 8; in dump_case_conv_table() [all …]
|
/third_party/boost/tools/build/test/ |
D | BoostBuild.py | 1259 data_index = index 1261 if not fnmatch.fnmatch(data[data_index], expected): 1263 data_index += 1 1265 return data_index
|