Searched defs:LayerType (Results 1 – 7 of 7) sorted by relevance
42 using LayerType = Convolution2dLayer; typedef94 using LayerType = DepthwiseConvolution2dLayer; typedef146 using LayerType = FullyConnectedLayer; typedef194 using LayerType = BatchNormalizationLayer; typedef243 using LayerType = MultiplicationLayer; typedef280 using LayerType = AdditionLayer; typedef317 using LayerType = SubtractionLayer; typedef354 using LayerType = DivisionLayer; typedef
80 public enum LayerType { PLAIN, LAYERED } enum
21 public enum LayerType { enum in Layer
804 using LayerType = typename LayerPolicy::Type; in IsLayerSupportedTest() typedef950 using LayerType = typename LayerPolicy::Type; in TestLayerTypeMatches() typedef
479 enum class LayerType enum
37 std::unique_ptr<IWorkload> CreateWorkload(LayerType /*type*/, in CreateWorkload() argument
69 } LayerType; typedef