/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
D | fill_ops.cc | 55 InputArgSpec::Create("dims", TrtInputArg::kBoth), in InputSpec() 56 InputArgSpec::Create("value", TrtInputArg::kBoth)}; in InputSpec() 122 InputArgSpec::Create("start", TrtInputArg::kBoth), in InputSpec() 123 InputArgSpec::Create("limit", TrtInputArg::kBoth), in InputSpec() 124 InputArgSpec::Create("delta", TrtInputArg::kBoth)}; in InputSpec()
|
D | quantization_ops.cc | 119 InputArgSpec::Create("input", TrtInputArg::kBoth), in InputSpec() 234 InputArgSpec::Create("input", TrtInputArg::kBoth), in InputSpec() 263 InputArgSpec::Create("input", TrtInputArg::kBoth), in InputSpec() 289 InputArgSpec::Create("input", TrtInputArg::kBoth), in InputSpec()
|
D | tile.cc | 37 InputArgSpec::Create("input_tensor", TrtInputArg::kBoth), in InputSpec() 38 InputArgSpec::Create("weight", TrtInputArg::kBoth)}; in InputSpec()
|
D | binary_ops.cc | 146 InputArgSpec::Create("x", TrtInputArg::kBoth), in InputSpec() 147 InputArgSpec::Create("y", TrtInputArg::kBoth)}; in InputSpec()
|
D | like_ops.cc | 40 InputArgSpec::Create("input", TrtInputArg::kBoth), in InputSpec()
|
D | einsum.cc | 675 return {InputArgSpec::Create("input_a", TrtInputArg::kBoth), in InputSpec() 676 InputArgSpec::Create("input_b", TrtInputArg::kBoth)}; in InputSpec() 803 return {InputArgSpec::Create("input_a", TrtInputArg::kBoth), 804 InputArgSpec::Create("input_b", TrtInputArg::kBoth)};
|
D | data_format_vec_permute.cc | 49 return {InputArgSpec::Create("x", TrtInputArg::kBoth)}; in InputSpec()
|
/external/cronet/third_party/boringssl/src/crypto/cipher_extra/ |
D | cipher_test.cc | 129 kBoth, enumerator 145 case Operation::kBoth: in OperationToString() 423 if (input_op == Operation::kBoth) { in TestCipher() 479 Operation op = Operation::kBoth; in CipherFileTest() 572 result.IsValid() ? Operation::kBoth in TEST()
|
/external/boringssl/src/crypto/cipher_extra/ |
D | cipher_test.cc | 129 kBoth, enumerator 145 case Operation::kBoth: in OperationToString() 423 if (input_op == Operation::kBoth) { in TestCipher() 479 Operation op = Operation::kBoth; in CipherFileTest() 572 result.IsValid() ? Operation::kBoth in TEST()
|
/external/skia/src/gpu/graphite/ |
D | ClipStack.cpp | 234 return SimplifyResult::kBoth; in Simplify() 247 return SimplifyResult::kBoth; in Simplify() 260 return SimplifyResult::kBoth; in Simplify() 274 return SimplifyResult::kBoth; in Simplify() 504 case SimplifyResult::kBoth: in updateForElement() 540 case SimplifyResult::kBoth: in updateForDraw() 763 case SimplifyResult::kBoth: in addElement()
|
D | ClipStack_graphite.h | 118 kBoth enumerator
|
/external/cronet/crypto/ |
D | unexportable_key_metrics.h | 34 kBoth = 3, enumerator
|
D | unexportable_key_metrics.cc | 77 return internal::TPMType::kBoth; in GetSupportedTpm()
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_unary_ops.cpp | 25 kBoth enumerator 200 return test_unary_op_set( queue, context, kBoth ); in test_unary_ops_full()
|
/external/skia/src/gpu/ganesh/ |
D | ClipStack.cpp | 44 kBoth enumerator 67 return ClipGeometry::kBoth; in get_clip_geometry() 81 return ClipGeometry::kBoth; in get_clip_geometry() 97 return ClipGeometry::kBoth; in get_clip_geometry() 112 return ClipGeometry::kBoth; in get_clip_geometry() 711 case ClipGeometry::kBoth: in updateForElement() 941 case ClipGeometry::kBoth: in addElement() 1244 case ClipGeometry::kBoth: { in preApply() 1330 case ClipGeometry::kBoth: in apply() 1395 case ClipGeometry::kBoth: { in apply()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph.cc | 44 case CallContext::kBoth: in CallContextToString() 193 return CallContext::kBoth; in UnionContexts() 362 if (node.context() == CallContext::kBoth) { in IsFlattened()
|
D | flatten_call_graph.cc | 98 if (node.context() != CallContext::kBoth && i == 0) { in FlattenNode()
|
D | call_graph.h | 41 kBoth, enumerator
|
D | call_graph_test.cc | 249 EXPECT_EQ(CallContext::kBoth, sub_node.context()); in TEST_F() 374 EXPECT_EQ(CallContext::kBoth, c_node.context()); in TEST_F()
|
/external/skia/src/gpu/ganesh/ops/ |
D | ClearOp.h | 44 kBoth = 0b11, enumerator
|
D | ClearOp.cpp | 80 fBuffer = Buffer::kBoth; in onCombineIfPossible()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.h | 53 kBoth = 2, enumerator
|
D | functionalize_cond.cc | 96 case BranchType::kBoth: in Branch_Name() 1030 if (lhs == BranchType::kBoth) return rhs; in MeetBranch() 1031 if (rhs == BranchType::kBoth) return lhs; in MeetBranch()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | op_converter.h | 38 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3, kResource = 4 }; enumerator
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | cipher_test.cc | 337 kBoth, in TestCipher() enumerator 338 } operation = kBoth; in TestCipher()
|