Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        return op.emitOpError(llvm::formatv(
                   "expect 'input' num_elements % {0} == 0, got input type ", z_in))
               << input_type;
      }
    
      // TODO(jpienaar): Include more shape verification for SHUFFLED4x16INT8
      // format.
      if (op.getWeightsFormat() == "DEFAULT") {
        ShapedType output_type =
            (*op.getOutput().begin()).getType().cast<ShapedType>();
        if (!output_type.hasStaticShape()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top