Searched refs:kBoth (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 33 enum VideoMetricsType { kPSNR, kSSIM, kBoth }; enumerator 139 case kBoth: in CalculateMetrics() 173 return CalculateMetrics(kBoth, ref_filename, test_filename, width, height, in I420MetricsFromFiles()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph.cc | 45 case CallContext::kBoth: in CallContextToString() 186 return CallContext::kBoth; in UnionContexts() 355 if (node.context() == CallContext::kBoth) { in IsFlattened()
|
D | flatten_call_graph.cc | 84 if (node.context() != CallContext::kBoth && i == 0) { in FlattenNode()
|
D | call_graph.h | 44 kBoth, enumerator
|
D | call_graph_test.cc | 244 EXPECT_EQ(CallContext::kBoth, sub_node.context()); in TEST_F() 370 EXPECT_EQ(CallContext::kBoth, c_node.context()); in TEST_F()
|
D | hlo_dataflow_analysis.cc | 785 if (call_graph_node.context() == CallContext::kBoth) { in InitializeInstructionValueSets()
|
/external/boringssl/src/crypto/cipher_extra/ |
D | cipher_test.cc | 234 kBoth, in TestCipher() enumerator 235 } operation = kBoth; in TestCipher()
|
/external/skia/gm/ |
D | filterfastbounds.cpp | 123 constexpr SkDropShadowImageFilter::ShadowMode kBoth = in create_paints() local 128 SK_ColorRED, kBoth, in create_paints()
|
/external/skqp/gm/ |
D | filterfastbounds.cpp | 123 constexpr SkDropShadowImageFilter::ShadowMode kBoth = in create_paints() local 128 SK_ColorRED, kBoth, in create_paints()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.h | 42 kBoth = 2, enumerator
|
D | functionalize_cond.cc | 94 case BranchType::kBoth: in Branch_Name() 990 if (lhs == BranchType::kBoth) return rhs; in MeetBranch() 991 if (rhs == BranchType::kBoth) return lhs; in MeetBranch()
|