Searched refs:node_ptr_opinfo_map (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
H A D | calibrator.cc | 64 node_ptr_opinfo_map, in Calibrator() argument 67 : node_ptr_opinfo_map_(node_ptr_opinfo_map), in Calibrator() 305 std::unordered_map<const TfLiteNode*, OperatorInfo>* node_ptr_opinfo_map, in GetNodeOpInfoMapAndContext() argument 323 node_ptr_opinfo_map->insert({&node_and_reg->first, op_info}); in GetNodeOpInfoMapAndContext() 472 std::unordered_map<const TfLiteNode*, OperatorInfo> node_ptr_opinfo_map; in BuildLoggingInterpreter() local 475 node_to_opinfo, interpreter->get(), &node_ptr_opinfo_map, &context)); in BuildLoggingInterpreter() 481 context, node_ptr_opinfo_map, std::move(logging_op_resolver), &calibrator, in BuildLoggingInterpreter()
|