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.cc2719 Model* model, const ConverterMapType& converter_map) { in ImportTensorFlowNode() argument
2720 auto converter = converter_map.find(node.op()); in ImportTensorFlowNode()
2721 if (converter == converter_map.end()) { in ImportTensorFlowNode()
2753 internal::ConverterMapType converter_map; in ImportTensorFlowGraphDef() local
2759 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() local
2807 for (const auto& item : converter_map) { in GetPotentiallySupportedOps()