Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_unary_ops.cpp25 kBoth enumerator
200 return test_unary_op_set( queue, context, kBoth ); in test_unary_ops_full()
/external/skia/src/gpu/
DGrClipStack.cpp39 kBoth enumerator
62 return ClipGeometry::kBoth; in get_clip_geometry()
76 return ClipGeometry::kBoth; in get_clip_geometry()
92 return ClipGeometry::kBoth; in get_clip_geometry()
107 return ClipGeometry::kBoth; in get_clip_geometry()
709 case ClipGeometry::kBoth: in updateForElement()
939 case ClipGeometry::kBoth: in addElement()
1242 case ClipGeometry::kBoth: { in preApply()
1324 case ClipGeometry::kBoth: in apply()
1396 case ClipGeometry::kBoth: { in apply()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc45 case CallContext::kBoth: in CallContextToString()
189 return CallContext::kBoth; in UnionContexts()
358 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.cc977 if (call_graph_node.context() == CallContext::kBoth) { in InitializeInstructionValueSets()
/external/skia/src/gpu/ops/
DGrClearOp.h42 kBoth = 0b11, enumerator
DGrClearOp.cpp74 fBuffer = Buffer::kBoth; in onCombineIfPossible()
/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.h53 kBoth = 2, enumerator
Dfunctionalize_cond.cc98 case BranchType::kBoth: in Branch_Name()
1037 if (lhs == BranchType::kBoth) return rhs; in MeetBranch()
1038 if (rhs == BranchType::kBoth) return lhs; in MeetBranch()
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc334 kBoth, in TestCipher() enumerator
335 } operation = kBoth; in TestCipher()
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc334 kBoth, in TestCipher() enumerator
335 } operation = kBoth; in TestCipher()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc2046 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3 }; enumerator
2535 CheckInputsWeights(*params, {{"input", TrtInputArg::kBoth}})); in ConvertShape()
4734 params->use_implicit_batch ? TrtInputArg::kTensor : TrtInputArg::kBoth; in ConvertPack()
5314 CheckInputsWeights(*params, {{"params", TrtInputArg::kBoth}, in ConvertGather()