Searched defs:OperatorType (Results 1 – 12 of 12) sorted by relevance
| /external/tensorflow/tensorflow/lite/toco/tflite/ |
| D | export.cc | 117 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type, in OperatorKey() 196 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type, in LoadOperatorsMap() 297 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type, in ExportOperatorCodes() 340 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type, in ExportOperators() 487 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type) { in Export()
|
| D | export.h | 68 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type) { in Export()
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NEPReluLayer.cpp | 31 using OperatorType = cpu::CpuPRelu; typedef
|
| D | NEElementwiseUnaryLayer.cpp | 30 using OperatorType = cpu::CpuElementwiseUnary; typedef
|
| D | NEGEMMConv2d.cpp | 33 using OperatorType = cpu::CpuGemmDirectConv2d; typedef
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLPReluLayer.cpp | 32 using OperatorType = opencl::ClPRelu; typedef
|
| D | CLSoftmaxLayer.cpp | 38 using OperatorType = opencl::ClSoftmax; typedef
|
| D | CLGEMMLowpMatrixMultiplyCore.cpp | 45 using OperatorType = opencl::ClGemmLowpMatrixMultiplyCore; typedef
|
| D | CLGEMM.cpp | 39 using OperatorType = opencl::ClGemm; typedef
|
| /external/tensorflow/tensorflow/lite/toco/logging/ |
| D | conversion_log_util.cc | 93 const std::map<OperatorType, std::unique_ptr<tflite::BaseOperator>>& in GetOperatorSignature()
|
| /external/icing/icing/scoring/advanced_scoring/ |
| D | score-expression.h | 128 enum class OperatorType { kPlus, kMinus, kNegative, kTimes, kDiv }; enum
|
| /external/tensorflow/tensorflow/lite/toco/ |
| D | model.h | 40 enum class OperatorType : uint8 { enum
|