Home
last modified time | relevance | path

Searched defs:OperatorType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.cc110 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type, in OperatorKey()
189 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type, in LoadOperatorsMap()
289 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type, in ExportOperatorCodes()
332 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type, in ExportOperators()
437 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type) { in Export()
Dexport.h60 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type) { in Export()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h37 enum class OperatorType : uint8 { enum