Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matmul_without_kernel (0.27 sec)

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

                  ),
                  tensor_spec.TensorSpec(
                      name='y', shape=shapes[1], dtype=dtypes.float32
                  ),
              ]
          )
          def matmul_without_kernel(
              self, x: core.Tensor, y: core.Tensor
          ) -> Mapping[str, core.Tensor]:
            return self._matmul(x, y)
    
          def _matmul(self, x, y):
            x = array_ops.fake_quant_with_min_max_vars(
    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