Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _create_add_model (0.22 sec)

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

            """Performs a gather operation."""
            out = array_ops.gather_v2(self.w, input_tensor)
            return {'output': out}
    
        return GatherModel(use_variable)
    
      def _create_add_model(
          self,
          shape: Sequence[int],
          saved_model_path: str,
      ) -> module.Module:
        class AddModel(module.Module):
          """A simple model with a single add."""
    
          def __init__(self):
    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