Searched defs:fused_act (Results 1 – 5 of 5) sorted by relevance
101 … ActivationLayerInfo fused_act = ActivationLayerInfo(); // Passing an empty ActivationLayerInfo. variable
78 …onst PadStrideInfo &conv_info, unsigned int depth_multiplier, ActivationLayerInfo const &fused_act) in configure()
80 …rideInfo &conv_info, unsigned int num_groups, bool fast_math, ActivationLayerInfo const &fused_act) in configure()
190 const ActivationLayerInfo fused_act = node.fused_activation(); in create_batch_normalization_layer() local240 const ActivationLayerInfo fused_act = node.fused_activation(); in create_fused_convolution_batch_normalization_layer() local296 const ActivationLayerInfo fused_act = node.fused_activation(); in create_fused_depthwise_convolution_batch_normalization_layer() local485 const ActivationLayerInfo fused_act = node.fused_activation(); in create_convolution_layer() local574 const ActivationLayerInfo fused_act = node.fused_activation(); in create_fused_convolution_with_post_op() local794 const ActivationLayerInfo fused_act = node.fused_activation(); in create_depthwise_convolution_layer() local
46 …PadStrideInfo conv_info, ConvolutionMethod method, ActivationLayerInfo fused_act, FastMathHint fas… in create_grouped_convolution()