Searched defs:opaque_context (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | c_api_opaque.h | 448 #define TF_LITE_OPAQUE_KERNEL_LOG(opaque_context, ...) \ argument 455 #define TF_LITE_OPAQUE_MAYBE_KERNEL_LOG(opaque_context, ...) \ argument 467 #define TF_LITE_OPAQUE_KERNEL_LOG(opaque_context, ...) ARGS_UNUSED(__VA_ARGS__) argument 471 #define TF_LITE_OPAQUE_MAYBE_KERNEL_LOG(opaque_context, ...) \ argument 480 #define TF_LITE_OPAQUE_ENSURE_MSG(opaque_context, value, msg) \ argument 492 #define TF_LITE_OPAQUE_ENSURE(opaque_context, a) \ argument 508 #define TF_LITE_OPAQUE_ENSURE_EQ(opaque_context, a, b) \ argument 520 #define TF_LITE_OPAQUE_ENSURE_TYPES_EQ(opaque_context, a, b) \ argument 532 #define TF_LITE_OPAQUE_ENSURE_NEAR(opaque_context, a, b, epsilon) \ argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | c_api_opaque.cc | 65 TfLiteOpaqueContext* opaque_context, const TfLiteOpaqueNode* opaque_node, in TfLiteOpaqueNodeGetInput() 74 TfLiteOpaqueContext* opaque_context, const TfLiteOpaqueNode* opaque_node, in TfLiteOpaqueNodeGetOutput()
|