Searched refs:cppType (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 400 CppType cppType; in printClass() local 410 cppType = new CppComplexType(nameScope + name + "::"+ innerName); in printClass() 412 cppType = parseType(elementValue.getType(), getElementName(elementValue)); in printClass() 414 elementTypes.add(cppType); in printClass() 522 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser() local 523 allElementTypes.add(cppType); in printParser() 667 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printWriter() local 668 allElementTypes.add(cppType); in printWriter() 1015 CppType cppType = parseType(element.getType(), element.getName()); in printXmlParserFor() local 1017 String typeName = cppType.getName(); in printXmlParserFor() [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | GraphDump.cpp | 127 template <OperandType nnType, typename cppType> 142 if (opnd.location.length != sizeof(cppType)) { in tryValueDump() 146 cppType val; in tryValueDump() 147 memcpy(&val, pointer, sizeof(cppType)); in tryValueDump()
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/xsdc/linux_glibc_common/javac/ |
D | xsdc.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Pooling.cpp | 327 #define POOLING_DISPATCH_INPUT_TYPE(name, type, cppType) \ argument 329 return name(context->getInputBuffer<cppType>(kInputTensor), \ 331 context->getOutputBuffer<cppType>(kOutputTensor), \
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/types/ |
H A D | attributes.td | 292 string cppType = "int32_t"; 304 string cppType = "Attribute";
|