Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isQuantizableIndex (0.23 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_quantize_dynamic_range.cc

            return isQuantizableIndex(
                operand_index, custom_map_iter->second.quantizable_input_indices);
        } else if (auto quantizable_op =
                       llvm::dyn_cast<DynamicRangeQuantizedOpInterface>(op)) {
          const auto& quantizable_indices =
              quantizable_op.GetQuantizableOperandIndices();
    
          if (!isQuantizableIndex(operand_index, quantizable_indices)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 20.8K bytes
    - Viewed (0)
Back to top