Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
H A Dcalibrator.cc166 const std::unordered_map<const TfLiteNode*, OperatorInfo>& node_to_opinfo, in CreateCalibrator() argument
175 node_to_opinfo, std::move(logging_op_resolver), reporter); in CreateCalibrator()
178 for (const auto& entry : node_to_opinfo) { in CreateCalibrator()
303 node_to_opinfo, in GetNodeOpInfoMapAndContext() argument
315 interpreter->execution_plan().size() <= node_to_opinfo.size()); in GetNodeOpInfoMapAndContext()
316 for (const auto& entry : node_to_opinfo) { in GetNodeOpInfoMapAndContext()
397 absl::flat_hash_map<std::tuple<int, int>, OperatorInfo> node_to_opinfo; in BuildLoggingInterpreter() local
453 node_to_opinfo[key] = op_info; in BuildLoggingInterpreter()
475 node_to_opinfo, interpreter->get(), &node_ptr_opinfo_map, &context)); in BuildLoggingInterpreter()