aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/neuralnet/query-profiles/types/DefaultQueryProfileType.xml
blob: b31975227444f8587f71ab421d93b92980e17492 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile-type id="DefaultQueryProfileType" inherits="native">
    <field name="ranking.features.query(W_0)" type="tensor(x[9],hidden[9])" />
    <field name="ranking.features.query(b_0)" type="tensor(hidden[9])" />
    <field name="ranking.features.query(W_1)" type="tensor(hidden[9],out[9])" />
    <field name="ranking.features.query(b_1)" type="tensor(out[9])" />
    <field name="ranking.features.query(W_out)" type="tensor(out[9])" />
    <field name="ranking.features.query(b_out)" type="tensor(out[1])" />
</query-profile-type>