Home
last modified time | relevance | path

Searched refs:comp_data (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc671 ComponentFunctionData* comp_data = &data->glue_[target]; in InstantiateMultiDevice() local
673 subgraph, &comp_data->arg_indices_, &comp_data->ret_indices_, in InstantiateMultiDevice()
674 &comp_data->arg_alloc_attrs_, &comp_data->ret_alloc_attrs_)); in InstantiateMultiDevice()
692 comp_data->handle_ = component_handle; in InstantiateMultiDevice()
711 const ComponentFunctionData& comp_data = pair.second; in GetOutputDevices() local
712 DCHECK(comp_data.ret_alloc_attrs_.size() == comp_data.ret_indices_.size()); in GetOutputDevices()
717 const FunctionBody* fbody = target_flr->GetFunctionBody(comp_data.handle_); in GetOutputDevices()
721 for (int j = 0; j < comp_data.ret_indices_.size(); ++j) { in GetOutputDevices()
722 int ret_index = comp_data.ret_indices_[j]; in GetOutputDevices()
727 comp_data.ret_alloc_attrs_[j].on_host() ? nullptr : target_device; in GetOutputDevices()
[all …]
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c515 const INTERINTER_COMPOUND_DATA *const comp_data, BLOCK_SIZE sb_type, int h, in build_masked_compound() argument
521 const uint8_t *mask = av1_get_compound_type_mask(comp_data, sb_type); in build_masked_compound()
529 const INTERINTER_COMPOUND_DATA *const comp_data, BLOCK_SIZE sb_type, int h, in build_masked_compound_highbd() argument
535 const uint8_t *mask = av1_get_compound_type_mask(comp_data, sb_type); in build_masked_compound_highbd()
552 const INTERINTER_COMPOUND_DATA *comp_data = &mbmi->interinter_comp; in build_wedge_inter_predictor_from_buf() local
555 if (is_compound && is_masked_compound_type(comp_data->type)) { in build_wedge_inter_predictor_from_buf()
556 if (!plane && comp_data->type == COMPOUND_DIFFWTD) { in build_wedge_inter_predictor_from_buf()
559 comp_data->seg_mask, comp_data->mask_type, in build_wedge_inter_predictor_from_buf()
564 comp_data->seg_mask, comp_data->mask_type, ext_dst0, in build_wedge_inter_predictor_from_buf()
572 CONVERT_TO_BYTEPTR(ext_dst1), ext_dst_stride1, comp_data, in build_wedge_inter_predictor_from_buf()
[all …]
Drdopt.c7449 const INTERINTER_COMPOUND_DATA *const comp_data, BLOCK_SIZE bsize, in do_masked_motion_search_indexed() argument
7458 mask = av1_get_compound_type_mask(comp_data, sb_type); in do_masked_motion_search_indexed()
/external/libaom/libaom/av1/common/
Dreconinter.c266 const INTERINTER_COMPOUND_DATA *const comp_data, BLOCK_SIZE sb_type) { in av1_get_compound_type_mask() argument
267 assert(is_masked_compound_type(comp_data->type)); in av1_get_compound_type_mask()
269 switch (comp_data->type) { in av1_get_compound_type_mask()
271 return av1_get_contiguous_soft_mask(comp_data->wedge_index, in av1_get_compound_type_mask()
272 comp_data->wedge_sign, sb_type); in av1_get_compound_type_mask()
273 case COMPOUND_DIFFWTD: return comp_data->seg_mask; in av1_get_compound_type_mask()
563 const INTERINTER_COMPOUND_DATA *const comp_data, BLOCK_SIZE sb_type, int h, in build_masked_compound_no_round() argument
569 const uint8_t *mask = av1_get_compound_type_mask(comp_data, sb_type); in build_masked_compound_no_round()
591 const INTERINTER_COMPOUND_DATA *comp_data = &mi->interinter_comp; in av1_make_masked_inter_predictor() local
619 if (!plane && comp_data->type == COMPOUND_DIFFWTD) { in av1_make_masked_inter_predictor()
[all …]
Dreconinter.h333 const INTERINTER_COMPOUND_DATA *const comp_data, BLOCK_SIZE sb_type);
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dtelemetry_AFDOGenerate.py124 comp_data = os.path.join(self.profdir, COMP_PERF_FILE % (
126 compressed = self._compress_file(perf_data, comp_data)
/external/python/cpython3/Modules/
Dunicodedata_db.h5726 static unsigned int comp_data[] = { variable
Dunicodedata.c742 code = comp_data[(index1<<COMP_SHIFT)+ in nfc_nfkc()
/external/python/cpython2/Modules/
Dunicodedata_db.h4768 static unsigned int comp_data[] = { variable
Dunicodedata.c719 code = comp_data[(index1<<COMP_SHIFT)+ in nfc_nfkc()
/external/harfbuzz_ng/src/hb-ucdn/
Ducdn_db.h5630 static const unsigned int comp_data[] = { variable
Ducdn.c341 *code = comp_data[index + offset]; in ucdn_compose()
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py212 comp_data = [0]*(total_first*total_last)
216 comp_data[f*total_last+l] = char
302 index, index2, shift = splitbins(comp_data, trace)
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py245 comp_data = [0]*(total_first*total_last)
249 comp_data[f*total_last+l] = char
334 index, index2, shift = splitbins(comp_data, trace)
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c6444 void *comp_data = compressor_dump_options(comp, block_size, in main() local
6455 if(comp_data) { in main()
6462 sizeof(c_byte), size, comp_data); in main()