Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isQuantizedType (0.13 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_ops.cc

        Type output_type = cast_op.getType();
    
        // Preserve quantization information for intermediate tensors.
        auto intermediate_type = preceding_cast.getType();
        if (isQuantizedType(intermediate_type) || isQuantizedType(output_type)) {
          return failure();
        }
    
        auto input_tensor_type = input_type.dyn_cast<TensorType>();
        auto output_tensor_type = output_type.dyn_cast<TensorType>();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 21 16:55:41 UTC 2023
    - 38.2K bytes
    - Viewed (0)
Back to top