Home
last modified time | relevance | path

Searched refs:parse_partition (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.cc395 auto parse_partition = [&](const int64 begin, const int64 end) { in CreateSparseFeatureRepresentation() local
462 kCostPerUnit, parse_partition); in CreateSparseFeatureRepresentation()
473 auto parse_partition = [&](const int64 begin, const int64 end) { in CreateDenseFeatureRepresentation() local
494 kCostPerUnit, parse_partition); in CreateDenseFeatureRepresentation()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1227 static void parse_partition(TileWorkerData *twd, VP9Decoder *const pbi, in parse_partition() function
1272 parse_partition(twd, pbi, mi_row, mi_col, subsize, n8x8_l2); in parse_partition()
1273 parse_partition(twd, pbi, mi_row, mi_col + hbs, subsize, n8x8_l2); in parse_partition()
1274 parse_partition(twd, pbi, mi_row + hbs, mi_col, subsize, n8x8_l2); in parse_partition()
1275 parse_partition(twd, pbi, mi_row + hbs, mi_col + hbs, subsize, n8x8_l2); in parse_partition()
1778 parse_partition(tile_data, pbi, mi_row, mi_col, BLOCK_64X64, 4); in decode_tiles()