We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeReference
1 parent 58ea3b5 commit d3d8535Copy full SHA for d3d8535
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/types/TensorFlowTypes.java
@@ -187,6 +187,10 @@ public boolean canConvertTo(DType other) {
187
TypeName.string2TypeName("Ltensorflow/functions/ragged_constant")),
188
AstMethodReference.fnSelector);
189
190
+ /** A mapping from a {@link TypeReference} to its associated TensorFlow signature. */
191
+ public static final Map<TypeReference, String> TYPE_REFERENCE_TO_SIGNATURE =
192
+ Map.of(RAGGED_CONSTANT.getDeclaringClass(), "tf.ragged.constant");
193
+
194
/**
195
* Represents the TensorFlow float32 data type.
196
*
0 commit comments