Home
last modified time | relevance | path

Searched refs:GetEpsilonValue (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_patterns.td698 def EpsilonValue : NativeCodeCall<"GetEpsilonValue($0.getType())">;
Dlegalize_tf.cc907 static DenseElementsAttr GetEpsilonValue(Type ty) { in GetEpsilonValue() function