Home
last modified time | relevance | path

Searched refs:kSpatial (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h365 kSpatial = 0, enumerator
391 Type type = kSpatial);
483 uint64 size_limit_per_heap, int64 alignment, Type type = kSpatial)
Dheap_simulator.cc513 CHECK(type == kSpatial); in GlobalDecreasingSizeBestFitHeap()
Dbuffer_assignment.cc1424 GlobalDecreasingSizeBestFitHeap<HloValue>::kSpatial)); in AssignBuffersWithSequentialOrdering()
/external/webp/src/enc/
Dvp8l_enc.c143 kSpatial = 1, enumerator
267 entropy[kSpatial] = entropy_comp[kHistoAlphaPred] + in AnalyzeEntropy()
284 entropy[kSpatial] += VP8LSubSampleSize(width, transform_bits) * in AnalyzeEntropy()
1571 enc->use_predict_ = (entropy_idx == kSpatial) || in EncodeStreamHook()