Searched refs:create_softmax_layer (Results 1 – 3 of 3) sorted by relevance
198 …return detail::create_softmax_layer<NESoftmaxLayer, NETargetInfo>(*polymorphic_downcast<SoftmaxLay… in create()
316 …return detail::create_softmax_layer<CLSoftmaxLayer, CLTargetInfo>(*polymorphic_downcast<SoftmaxLay… in create()
1911 std::unique_ptr<IFunction> create_softmax_layer(SoftmaxLayerNode &node, GraphContext &ctx) in create_softmax_layer() function