Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateLaunchOpForOutsideCluster (0.2 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

          loc, /*program=*/result_type, llvm::ArrayRef<Value>{});
    }
    
    // Creates a `tf_device.launch` to wrap cluster ops.
    mlir::tf_device::LaunchOp CreateLaunchOpForOutsideCluster(
        OpBuilder& builder, Operation* loc_op, llvm::StringRef host_device,
        llvm::SmallVector<Value, 4>& return_value_from_host) {
      llvm::SmallVector<Type, 4> host_result_types;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
Back to top