Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UniformQuantizedDotGeneral (0.29 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/tf_quant_ops.td

    include "mlir/Interfaces/CallInterfaces.td"
    include "mlir/Interfaces/InferTypeOpInterface.td"
    include "mlir/IR/OpAsmInterface.td"
    
    // TODO(b/230804708): Add hybrid dot general.
    def TF_UniformQuantizedDotGeneralOp : TF_Op<"UniformQuantizedDotGeneral", [Pure]> {
      // TODO(b/230804708): Improve the operator description.
      let summary = "Quantized dot general operator.";
    
      let arguments = (ins
        TensorOf<[TF_Float32, TF_Qint8]>:$lhs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top