Class TensorFlowFeatureConverter


  • public class TensorFlowFeatureConverter
    extends com.yahoo.searchlib.rankingexpression.transform.ExpressionTransformer<RankProfileTransformContext>
    Replaces instances of the tensorflow(model-path, signature, output) pseudofeature with the native Vespa ranking expression implementing the same computation.
    Author:
    bratseth
    • Constructor Detail

      • TensorFlowFeatureConverter

        public TensorFlowFeatureConverter()
    • Method Detail

      • transform

        public com.yahoo.searchlib.rankingexpression.rule.ExpressionNode transform​(com.yahoo.searchlib.rankingexpression.rule.ExpressionNode node,
                                                                                   RankProfileTransformContext context)
        Specified by:
        transform in class com.yahoo.searchlib.rankingexpression.transform.ExpressionTransformer<RankProfileTransformContext>