Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SimpleGatherAndConvModel (0.52 sec)

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

          filter_shape: Sequence[int],
          is_qat_model: bool = False,
      ) -> module.Module:
        class SimpleGatherAndConvModel(module.Module):
          """A simple model with a single gather and a conv2d."""
    
          def __init__(self):
            """Initializes a SimpleGatherAndConvModel."""
            self.embedding_w = np.random.randn(1024, 3, 4, 3).astype('f4')
    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