Home
last modified time | relevance | path

Searched refs:kBoth (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc33 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/
Dcall_graph.cc45 case CallContext::kBoth: in CallContextToString()
186 return CallContext::kBoth; in UnionContexts()
355 if (node.context() == CallContext::kBoth) { in IsFlattened()
Dflatten_call_graph.cc84 if (node.context() != CallContext::kBoth && i == 0) { in FlattenNode()
Dcall_graph.h44 kBoth, enumerator
Dcall_graph_test.cc244 EXPECT_EQ(CallContext::kBoth, sub_node.context()); in TEST_F()
370 EXPECT_EQ(CallContext::kBoth, c_node.context()); in TEST_F()
Dhlo_dataflow_analysis.cc785 if (call_graph_node.context() == CallContext::kBoth) { in InitializeInstructionValueSets()
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc234 kBoth, in TestCipher() enumerator
235 } operation = kBoth; in TestCipher()
/external/skia/gm/
Dfilterfastbounds.cpp123 constexpr SkDropShadowImageFilter::ShadowMode kBoth = in create_paints() local
128 SK_ColorRED, kBoth, in create_paints()
/external/skqp/gm/
Dfilterfastbounds.cpp123 constexpr SkDropShadowImageFilter::ShadowMode kBoth = in create_paints() local
128 SK_ColorRED, kBoth, in create_paints()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h42 kBoth = 2, enumerator
Dfunctionalize_cond.cc94 case BranchType::kBoth: in Branch_Name()
990 if (lhs == BranchType::kBoth) return rhs; in MeetBranch()
991 if (rhs == BranchType::kBoth) return lhs; in MeetBranch()