Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for has_batch_norm (0.1 sec)

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

          input_shape: Sequence[int],
          filter_shape: Sequence[int],
          saved_model_path: str,
          bias_fn: Optional[ops.Operation] = None,
          activation_fn: Optional[ops.Operation] = None,
          has_batch_norm: bool = False,
          strides: Sequence[int] = (1, 1, 1, 1),
          dilations: Sequence[int] = (1, 1, 1, 1),
          padding: str = 'SAME',
          has_func_alias: bool = False,
      ) -> module.Module:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top