Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for input_shape_dynamic (0.96 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

          activation_fn: Optional[ops.Operation],
          has_batch_norm: bool,
          input_shape_dynamic: bool,
          enable_per_channel_quantized_weight: bool,
          merge_fusion_with_dequantize: bool,
          dilations: Sequence[int] = None,
          has_func_alias: bool = False,
      ):
        input_shape = (None, 3, 4, 3) if input_shape_dynamic else (1, 3, 4, 3)
        filter_shape = (2, 3, 3, 2)
        strides = (1, 1, 1, 1)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
Back to top