MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / getOpCodeStr

Function getOpCodeStr

src/operators/opTypes.cpp:771–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769}
770
771std::string getOpCodeStr(OPCODE opCode) {
772 switch (opCode) {
773 case (opAbs):
774 return "Abs";
775 break;
776 case (opAcos):
777 return "Acos";
778 break;
779 case (opAcosh):
780 return "Acosh";
781 break;
782 case (opAdd):
783 return "Add";
784 break;
785 case (opAnd):
786 return "And";
787 break;
788 case (opArgMax):
789 return "ArgMax";
790 break;
791 case (opArgMin):
792 return "ArgMin";
793 break;
794 case (opAsin):
795 return "Asin";
796 break;
797 case (opAsinh):
798 return "Asinh";
799 break;
800 case (opAtan):
801 return "Atan";
802 break;
803 case (opAtanh):
804 return "Atanh";
805 break;
806 case (opAveragePool):
807 return "AveragePool";
808 break;
809 case (opBatchNormalization):
810 return "BatchNormalization";
811 break;
812 case (opBitShift):
813 return "BitShift";
814 break;
815 case (opCast):
816 return "Cast";
817 break;
818 case (opCeil):
819 return "Ceil";
820 break;
821 case (opClip):
822 return "Clip";
823 break;
824 case (opCompress):
825 return "Compress";
826 break;
827 case (opConcat):
828 return "Concat";

Callers 6

writeMethod · 0.85
writeConstantOperatorMethod · 0.85
writeUnaryOperatorMethod · 0.85
writeBinaryOperatorMethod · 0.85
writeTernaryOperatorMethod · 0.85
writeCustomOperatorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected