Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc919 class CallReporting { class in tflite::__anonea31be420211::TestExecutionPlan
921 CallReporting(int node_id, std::vector<int>* run_order) in CallReporting() function in tflite::__anonea31be420211::TestExecutionPlan::CallReporting
947 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()