Searched refs:converter_map (Results 1 – 1 of 1) sorted by relevance
2548 const ConverterMapType& converter_map) { in ImportTensorFlowNode() argument2549 auto converter = converter_map.find(node.op()); in ImportTensorFlowNode()2550 if (converter == converter_map.end()) { in ImportTensorFlowNode()2580 internal::ConverterMapType converter_map; in ImportTensorFlowGraphDef() local2586 converter_map = internal::GetTensorFlowNodeConverterMap(); in ImportTensorFlowGraphDef()2588 converter_map = internal::GetTensorFlowNodeConverterMapForFlex(); in ImportTensorFlowGraphDef()2594 converter_map); in ImportTensorFlowGraphDef()