summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2018-03-06 14:24:32 +0100
committerLester Solbakken <lesters@oath.com>2018-03-06 14:24:32 +0100
commitd6da398f814cced778029853c95d9080ac5ac3c8 (patch)
treee338af077f53df10ca4d252416bfa3e5aad72fc9
parent5f783c886cc44cf548f52027d1665b1466f39469 (diff)
Put generated TensorFlow macros in replicated dir
-rw-r--r--config-model/src/main/java/com/yahoo/searchdefinition/expressiontransforms/TensorFlowFeatureConverter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/java/com/yahoo/searchdefinition/expressiontransforms/TensorFlowFeatureConverter.java b/config-model/src/main/java/com/yahoo/searchdefinition/expressiontransforms/TensorFlowFeatureConverter.java
index 80c0dedf515..e81d22cefe9 100644
--- a/config-model/src/main/java/com/yahoo/searchdefinition/expressiontransforms/TensorFlowFeatureConverter.java
+++ b/config-model/src/main/java/com/yahoo/searchdefinition/expressiontransforms/TensorFlowFeatureConverter.java
@@ -565,7 +565,7 @@ public class TensorFlowFeatureConverter extends ExpressionTransformer<RankProfil
/** Path to the macros file */
public Path macrosPath() {
- return ApplicationPackage.MODELS_GENERATED_DIR.append(modelPath).append("macros.txt");
+ return ApplicationPackage.MODELS_GENERATED_REPLICATED_DIR.append(modelPath).append("macros.txt");
}
public Path expressionPath() {