Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 256xf16 (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // -----
    
    func.func @testInvalidSelect(%arg0: tensor<3xi1>, %arg1: tensor<2x3xf16>, %arg2: tensor<2x3xf16>) -> tensor<2x3xf16> {
      // expected-error @+1 {{requires that, when pred is a vector, the shape matches the first dimension of t and e}}
      %0 = "tf.Select"(%arg0, %arg1, %arg2) : (tensor<3xi1>, tensor<2x3xf16>, tensor<2x3xf16>) -> tensor<2x3xf16>
      func.return %0: tensor<2x3xf16>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            input_shape=(1, 16, 16, 8),
            # Uses large filter to exceed the constant size threshold of 64KiB
            # (specified by `kDefaultConstantSizeThresholdInBytes`) for unfreezing.
            filter_shape=(256, 8, 8, 16),
            use_variable=True,
        )
    
        signature_keys = [signature_key]
    
        quantization_options = quant_opts_pb2.QuantizationOptions(
            quantization_method=quant_opts_pb2.QuantizationMethod(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top