Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dremove_device_attribute.cc33 struct RemoveDeviceAttributePass struct
34 : public PassWrapper<RemoveDeviceAttributePass, OperationPass<ModuleOp>> {
35 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(RemoveDeviceAttributePass) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID() argument
47 void RemoveDeviceAttributePass::runOnOperation() { in runOnOperation()
77 return std::make_unique<RemoveDeviceAttributePass>(); in CreateRemoveDeviceAttributePass()
80 static PassRegistration<RemoveDeviceAttributePass> pass;