Searched refs:node_ptr_opinfo_map (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
D | calibrator.cc | 55 node_ptr_opinfo_map, in Calibrator() argument 57 : node_ptr_opinfo_map_(node_ptr_opinfo_map), in Calibrator() 220 std::unordered_map<const TfLiteNode*, OperatorInfo>* node_ptr_opinfo_map, in GetNodeOpInfoMapAndContext() argument 225 node_ptr_opinfo_map); in GetNodeOpInfoMapAndContext() 328 std::unordered_map<const TfLiteNode*, OperatorInfo> node_ptr_opinfo_map; in BuildLoggingInterpreter() local 331 &node_ptr_opinfo_map, &context); in BuildLoggingInterpreter() 337 context, node_ptr_opinfo_map, std::move(logging_op_resolver), &calibrator, in BuildLoggingInterpreter()
|
D | node_info_delegate.h | 49 std::unordered_map<const TfLiteNode*, OperatorInfo>* node_ptr_opinfo_map) in NodeInfoDelegateObserver() argument 51 node_ptr_opinfo_map_(node_ptr_opinfo_map) {} in NodeInfoDelegateObserver()
|