Searched refs:CallReporting (Results 1 – 1 of 1) sorted by relevance
919 class CallReporting { class in tflite::__anonea31be420211::TestExecutionPlan921 CallReporting(int node_id, std::vector<int>* run_order) in CallReporting() function in tflite::__anonea31be420211::TestExecutionPlan::CallReporting947 CallReporting* call_reporting = in CopyOpRegistration()948 reinterpret_cast<CallReporting*>(node->builtin_data); in CopyOpRegistration()970 CallReporting* call_reporting_1 = in MakeCopyNode()971 reinterpret_cast<CallReporting*>(malloc(sizeof(CallReporting))); in MakeCopyNode()972 new (call_reporting_1) CallReporting(input, &run_order_); in MakeCopyNode()