Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tfdtype$$DT_ (0.17 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/gen_quantized_function_library.py

          # Escapes template $-based substitutions for attributes containing $.
          # $$ is replaced with a single $.
          func_template = string.Template(
              func_match.group(2).replace('tfdtype$DT_', 'tfdtype$$DT_'))
        except Exception as e:  # pylint: disable=broad-except
          raise ValueError('The function template is in wrong format') from e
    
        replacement_text = ''
        for value_dict in value_list:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 20 01:38:06 UTC 2022
    - 8.4K bytes
    - Viewed (0)
Back to top