Searched refs:kNeither (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 64 {Shape({3}), Shape({4}), Agreement::kNeither}, in CreateShapePairs() 65 {Shape({2, 1}), Shape({8, 4, 3}), Agreement::kNeither}}); in CreateShapePairs() 91 case Agreement::kNeither: { in TEST_P()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.cc | 96 case BranchType::kNeither: in Branch_Name() 110 if (branch == BranchType::kNeither) in DebugString() 162 {std::make_pair(OutputTensor(nullptr, -1), BranchType::kNeither)}); in StateMap() 637 (diff[0].second == BranchType::kNeither || in ExtractBodies() 638 diff[1].second == BranchType::kNeither)) { in ExtractBodies() 641 src_branch->second == BranchType::kNeither) { in ExtractBodies() 988 if (lhs == BranchType::kNeither) return rhs; in MeetBranch() 989 if (rhs == BranchType::kNeither) return lhs; in MeetBranch() 992 return BranchType::kNeither; in MeetBranch() 996 if (IsEmpty(id)) return BranchType::kNeither; in FindBranchOf() [all …]
|
D | functionalize_cond.h | 43 kNeither = 3, enumerator
|