Searched refs:x_channel (Results 1 – 2 of 2) sorted by relevance
63 …auto x_channel = data_format == Format::NHWC ? input_shape[input_shape.size() - 1] : input_shape[1… in InferShape() local66 if (x_not_dyn && bias_shape[0] != x_channel) { in InferShape()68 … << ", got bias_shape[0]: " << bias_shape[0] << ", x_channel: " << x_channel << "."; in InferShape()
364 auto x_channel = data_format == Format::NHWC ? x_shape[x_shape.size() - 1] : x_shape[1]; in InferImplBiasAdd() local368 if (x_not_dyn && bias_shape[0] != x_channel) { in InferImplBiasAdd()370 … << ", got bias_shape[0]: " << bias_shape[0] << ", x_channel: " << x_channel << "."; in InferImplBiasAdd()