• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) Meta Platforms, Inc. and affiliates.
2# All rights reserved.
3#
4# This source code is licensed under the BSD-style license found in the
5# LICENSE file in the root directory of this source tree.
6
7conv_transpose2d:
8  parameter_names_with_default_values:
9    OPERATOR: X
10    NDIM: 3
11    DTYPE: float
12  generate_variant_forall:
13    DTYPE:
14      - VALUE: half
15      - VALUE: float
16  shader_variants:
17    - NAME: conv_transpose2d
18    - NAME: conv_transpose2d_clamp
19      OPERATOR: clamp(X, A, B)
20