Searched refs:kExtend (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util_test.cc | 27 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/ |
D | cfde_wordbreak_data.h | 19 kExtend, enumerator
|
D | cfde_wordbreak_data.cpp | 19 kWordBreakMaskExtend = 1 << static_cast<int>(WordBreakProperty::kExtend),
|