Searched refs:converter_map (Results 1 – 1 of 1) sorted by relevance
2719 Model* model, const ConverterMapType& converter_map) { in ImportTensorFlowNode() argument2720 auto converter = converter_map.find(node.op()); in ImportTensorFlowNode()2721 if (converter == converter_map.end()) { in ImportTensorFlowNode()2753 internal::ConverterMapType converter_map; in ImportTensorFlowGraphDef() local2759 converter_map = internal::GetTensorFlowNodeConverterMap(); in ImportTensorFlowGraphDef()2761 converter_map = internal::GetTensorFlowNodeConverterMapForFlex(); in ImportTensorFlowGraphDef()2767 node, tf_import_flags, model_flags, model, converter_map); in ImportTensorFlowGraphDef()2804 const internal::ConverterMapType& converter_map = in GetPotentiallySupportedOps() local2807 for (const auto& item : converter_map) { in GetPotentiallySupportedOps()