Home
last modified time | relevance | path

Searched defs:AttrType (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dfake_quant_utils.h36 using AttrType = FloatAttr; member
47 using AttrType = DenseFPElementsAttr; member
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
Dfake_quant_utils.h36 using AttrType = FloatAttr; member
47 using AttrType = DenseFPElementsAttr; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DARMBuildAttributes.h33 enum AttrType { enum
/external/llvm/include/llvm/Support/
DARMBuildAttributes.h33 enum AttrType { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMBuildAttributes.h32 enum AttrType { enum
/external/oss-fuzz/projects/xerces-c/
Dxml.proto43 message AttrType { message
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp349 const auto *AttrType = Type->getAs<AttributedType>(); in getNullabilityAnnotation() local