Searched defs:launch_op (Results 1 – 9 of 9) sorted by relevance
101 tf_device::LaunchOp launch_op) { in ReplaceLiveOutExternalUses()167 tf_device::LaunchOp launch_op = builder->create<tf_device::LaunchOp>( in BuildLaunchForCluster() local
41 auto launch_op = builder.create<tf_device::LaunchOp>( in WrapOpInLaunch() local
42 auto launch_op = builder.create<tf_device::LaunchOp>( in WrapOpInLaunch() local
60 Operation* launch_op = launch.getOperation(); in HoistOpsAndAnnotateWithOutsideCompilation() local
84 Operation* launch_op = launch.getOperation(); in HoistOpsAndAnnotateWithDevice() local
127 void OutlineLaunch(tf_device::LaunchOp launch_op, SymbolTable* symbol_table, in OutlineLaunch()
258 auto launch_op = builder.create<tf_device::LaunchOp>( in CreateLaunchOpForOutsideCluster() local
1942 if (auto launch_op = dyn_cast<tf_device::LaunchOp>(op)) { in InferShapeForNonTFDialectOperation() local
107 gpu::LaunchFuncOp launch_op, OpAdaptor adaptor, OpBuilder &builder) const { in generateParamsArray()154 gpu::LaunchFuncOp launch_op, OpAdaptor adaptor, in matchAndRewrite()