Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.cc117 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()
Dexport.h68 const std::map<OperatorType, std::unique_ptr<BaseOperator>>& ops_by_type) { in Export()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEPReluLayer.cpp31 using OperatorType = cpu::CpuPRelu; typedef
DNEElementwiseUnaryLayer.cpp30 using OperatorType = cpu::CpuElementwiseUnary; typedef
DNEGEMMConv2d.cpp33 using OperatorType = cpu::CpuGemmDirectConv2d; typedef
/external/ComputeLibrary/src/runtime/CL/functions/
DCLPReluLayer.cpp32 using OperatorType = opencl::ClPRelu; typedef
DCLSoftmaxLayer.cpp38 using OperatorType = opencl::ClSoftmax; typedef
DCLGEMMLowpMatrixMultiplyCore.cpp45 using OperatorType = opencl::ClGemmLowpMatrixMultiplyCore; typedef
DCLGEMM.cpp39 using OperatorType = opencl::ClGemm; typedef
/external/tensorflow/tensorflow/lite/toco/logging/
Dconversion_log_util.cc93 const std::map<OperatorType, std::unique_ptr<tflite::BaseOperator>>& in GetOperatorSignature()
/external/icing/icing/scoring/advanced_scoring/
Dscore-expression.h128 enum class OperatorType { kPlus, kMinus, kNegative, kTimes, kDiv }; enum
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h40 enum class OperatorType : uint8 { enum