Home
last modified time | relevance | path

Searched refs:kNeither (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
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/
Dfunctionalize_cond.cc96 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 …]
Dfunctionalize_cond.h43 kNeither = 3, enumerator