Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFL_Control (0.23 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      // May take values of type !tfl.control as inputs
      let arguments = (ins
        Variadic<TFL_Control>:$controlInputs
      );
    
      // Adds a single value of type !tfl.control as the last output (all other
      // outputs are copied from the wrapped region.)
      let results = (outs
        Variadic<AnyTensor>:$outputs,
        TFL_Control:$control
      );
    
      let regions = (region SizedRegion<1>:$body);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top