Home
last modified time | relevance | path

Searched refs:kExtend (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtooling_util_test.cc27 enum class Agreement { kBroadcast, kExtend, kBroadcastNotExtend, kNeither }; enumerator
48 {Shape({3}), Shape({3}), Agreement::kExtend}, in CreateShapePairs()
49 {Shape({256, 256, 3}), Shape({256, 256, 3}), Agreement::kExtend}, in CreateShapePairs()
50 {Shape({1, 1, 3}), Shape({1, 1, 3}), Agreement::kExtend}, in CreateShapePairs()
51 {Shape({1, 1, 3}), Shape({3}), Agreement::kExtend}, in CreateShapePairs()
52 {Shape({1, 1, 3}), Shape({1, 3}), Agreement::kExtend}, in CreateShapePairs()
79 case Agreement::kExtend: { in TEST_P()
/external/pdfium/xfa/fde/
Dcfde_wordbreak_data.h19 kExtend, enumerator
Dcfde_wordbreak_data.cpp19 kWordBreakMaskExtend = 1 << static_cast<int>(WordBreakProperty::kExtend),