Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0b1 (0.14 sec)

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

          `inputs[1]`: required: the filter weight tensor
          `inputs[2]`: optional: the bias tensor
      }];
    
      let results = (outs TFL_TensorOf<[F32, QI8, QUI8, QI16]>:$output);
    
      let hasOptions = 0b1;
    }
    
    
    //===----------------------------------------------------------------------===//
    // TFL op definitions.
    //===----------------------------------------------------------------------===//
    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