Home
last modified time | relevance | path

Searched defs:ComputeResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/security/sharedsecret/aidl/vts/functional/
H A DSharedSecretAidlTest.cpp41 struct ComputeResult { struct in aidl::android::hardware::security::sharedsecret::test::SharedSecretAidlTest
42 ErrorCode error;
43 vector<uint8_t> sharing_check;
44 auto tie() { return std::tie(error, sharing_check); } in tie()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dimage_ops.cc423 static void ComputeResult(XlaOpKernelContext* context, in ComputeResult() function in tensorflow::__anonabc971000111::NonMaxSuppressionOp