Home
last modified time | relevance | path

Searched refs:getAttrDictionary (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DBufferize.cpp195 linalg::GenericOpAdaptor adaptor(operands, op->getAttrDictionary()); in matchAndRewrite()
253 SubTensorOpAdaptor adaptor(operands, op->getAttrDictionary()); in matchAndRewrite()
295 SubTensorInsertOpAdaptor adaptor(operands, op->getAttrDictionary()); in matchAndRewrite()
/external/llvm-project/mlir/lib/Interfaces/
DInferTypeOpInterface.cpp54 op->getAttrDictionary(), op->getRegions(), inferredReturnTypes))) in verifyInferredResultTypes()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVCanonicalization.cpp356 return lhs->getAttrDictionary() == rhs->getAttrDictionary(); in isSameAttrList()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dtest_infer_shaped_type_pass.cc41 defining_op->getAttrDictionary(), defining_op->getRegions(), in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertLaunchFuncToRuntimeCalls.cpp368 auto adaptor = gpu::AllocOpAdaptor(operands, allocOp->getAttrDictionary()); in matchAndRewrite()
397 gpu::DeallocOpAdaptor(operands, deallocOp->getAttrDictionary()); in matchAndRewrite()
614 gpu::LaunchFuncOpAdaptor(operands, launchOp->getAttrDictionary()); in matchAndRewrite()
/external/llvm-project/mlir/lib/Analysis/
DCallGraph.cpp188 auto attrs = parentOp->getAttrDictionary(); in print()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dembed_tf_framework.cc137 AssertOp::Adaptor transformed(operands, op->getAttrDictionary()); in matchAndRewrite()
Dtf_kernel_to_llvm_pass.cc190 gpu::LaunchFuncOpAdaptor(operands, launch_op->getAttrDictionary()); in matchAndRewrite()
Dtf_framework_legalize_to_llvm.cc254 op.getOperation()->getAttrDictionary()); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dexecutor_tpuv1_outline_tpu_island.cc71 outlined_module->setAttrs(getOperation()->getAttrDictionary()); in runOnOperation()
Dtpu_cluster_formation.cc91 NamedAttrList attrs(metadata_op->getAttrDictionary()); in CollectMetadata()
Dresource_op_lifting.cc406 info.read_attrs = user->getAttrDictionary(); in Analyze()
412 info.write_attrs = user->getAttrDictionary(); in Analyze()
Dshape_inference.cc784 op->getAttrDictionary(), op->getRegions(), inferred); in RefineWithInferTypeOpInterface()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dbreakup-islands.cc122 new_op->setAttrs(item.getAttrDictionary()); in runOnFunction()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dshape_inference_utils.cc72 attr_list.append(op->getAttrDictionary().getValue()); in GetAllAttributesFromOperation()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h310 DictionaryAttr getAttrDictionary() { in getAttrDictionary() function
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestPatterns.cpp113 context, llvm::None, values, op->getAttrDictionary(), in invokeCreateWithInferredReturnType()
/external/llvm-project/mlir/lib/IR/
DSymbolTable.cpp851 auto oldDict = curOp->getAttrDictionary(); in replaceAllSymbolUsesImpl()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc224 if (!inst->getAttrDictionary().empty()) { in GetOpDescriptionForDebug()
227 for (auto& named_attr : inst->getAttrDictionary()) { in GetOpDescriptionForDebug()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2682 castOp->getAttrDictionary()); in matchAndRewrite()
2751 MemRefReshapeOp::Adaptor adaptor(operands, op->getAttrDictionary()); in matchAndRewrite()