Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TextFileInitializer (0.16 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

        # The resulting table looks like:
        # "static" -> 0
        # "range" -> 1
        # "quantization" -> 2
        # default -> -1
        init = lookup_ops.TextFileInitializer(
            filename=asset_file,
            key_dtype=dtypes.string,
            key_index=lookup_ops.TextFileIndex.WHOLE_LINE,
            value_dtype=dtypes.int64,
            value_index=lookup_ops.TextFileIndex.LINE_NUMBER,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top