Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TfDevice_Op (0.08 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_device_ops.td

    //===----------------------------------------------------------------------===//
    
    // Base class for the operation in this dialect.
    class TfDevice_Op<string mnemonic, list<Trait> traits = []> :
        Op<TfDevice_Dialect, mnemonic, traits> { }
    
    def TfDevice_LaunchOp : TfDevice_Op<"launch",
        [SingleBlockImplicitTerminator<"ReturnOp">]> {
      let summary = [{
    The `tf_device.launch` op launches containing operations on target device.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 23:53:20 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top