Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTypeBitWidth (0.21 sec)

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

      auto output_element_type = output_type.getElementType();
    
      if (input_type.hasStaticShape()) {
        const int input_element_type_bitwidth = GetTypeBitWidth(input_element_type);
        const int output_element_type_bitwidth =
            GetTypeBitWidth(output_element_type);
    
        if (input_element_type_bitwidth < 0 || output_element_type_bitwidth < 0) {
          // Only supports quantized type, int and float types.
    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