Searched defs:OperatorType (Results 1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/lite/toco/tflite/ |
| D | export.cc | 110 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()
|
| D | export.h | 60 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type) { in Export()
|
| /external/tensorflow/tensorflow/lite/toco/ |
| D | model.h | 37 enum class OperatorType : uint8 { enum
|