Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFL_ConvOp (0.17 sec)

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

      // the option's name does not match the TFLite operator's name.
      // If no customOption is specified then <name>Options is used if the op
      // hasOptions.
      string customOption = ?;
    }
    
    class TFL_ConvOp<string mnemonic, string opSummary, int index,
                     list<Trait> additional_traits = []> :
        TFL_Op<mnemonic,[Pure,
                         AccumulatorUniformScale<2, 0, 1>,
    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