Home
last modified time | relevance | path

Searched refs:prev_partition (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/ao/quantization/pt2e/
Dgraph_utils.py62 prev_partition = None
64 if prev_partition is not None and not check_subgraphs_connected(
65 prev_partition, partition
68 prev_partition = partition
/external/executorch/backends/cadence/aot/quantizer/
Dutils.py209 prev_partition = None
211 if prev_partition is not None and not check_subgraphs_connected(
212 prev_partition, partition
215 prev_partition = partition
/external/libvpx/vp9/encoder/
Dvp9_encoder.c986 vpx_free(cpi->prev_partition); in dealloc_compressor_data()
987 cpi->prev_partition = NULL; in dealloc_compressor_data()
2032 if (cpi->prev_partition == NULL) { in alloc_copy_partition_data()
2033 CHECK_MEM_ERROR(&cm->error, cpi->prev_partition, in alloc_copy_partition_data()
2035 sizeof(*cpi->prev_partition))); in alloc_copy_partition_data()
2058 vpx_free(cpi->prev_partition); in free_copy_partition_data()
2059 cpi->prev_partition = NULL; in free_copy_partition_data()
Dvp9_encoder.h1008 BLOCK_SIZE *prev_partition; member
Dvp9_encodeframe.c899 BLOCK_SIZE *prev_part = cpi->prev_partition; in copy_partitioning_helper()
956 if (cpi->prev_partition != NULL) { in copy_partitioning()
1125 BLOCK_SIZE *prev_part = cpi->prev_partition; in update_prev_partition_helper()