Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantOps.cpp46 if (auto typeAttr = quantSpec.dyn_cast<TypeAttr>()) { in isValidQuantizationSpec() local
/external/cldr/tools/java/org/unicode/cldr/util/
DValidity.java80 LstrType typeAttr = LstrType.fromString(parts.getAttributeValue(-1, "type")); in Validity() local
/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op_test.cc43 AttrValue typeAttr; in TestBitcastOp() local
/external/llvm-project/mlir/include/mlir/IR/
DFunctionSupport.h218 auto typeAttr = getTypeAttr(); in isTypeAttrValid() local
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPDLToPDLInterp.cpp571 if (TypeAttr typeAttr = typeOp.typeAttr()) { in generateRewriter() local
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp568 } else if (auto typeAttr = attr.dyn_cast<TypeAttr>()) { in visit() local
1554 } else if (auto typeAttr = attr.dyn_cast<TypeAttr>()) { in printAttribute() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2078 parseGlobalMemrefOpTypeAndInitialValue(OpAsmParser &parser, TypeAttr &typeAttr, in parseGlobalMemrefOpTypeAndInitialValue()