Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2548 const ConverterMapType& converter_map) { in ImportTensorFlowNode() argument
2549 auto converter = converter_map.find(node.op()); in ImportTensorFlowNode()
2550 if (converter == converter_map.end()) { in ImportTensorFlowNode()
2580 internal::ConverterMapType converter_map; in ImportTensorFlowGraphDef() local
2586 converter_map = internal::GetTensorFlowNodeConverterMap(); in ImportTensorFlowGraphDef()
2588 converter_map = internal::GetTensorFlowNodeConverterMapForFlex(); in ImportTensorFlowGraphDef()
2594 converter_map); in ImportTensorFlowGraphDef()