Searched defs:conv_w (Results 1 – 6 of 6) sorted by relevance
63 unsigned int conv_w = 0; in skip_im_col_info() local291 unsigned int conv_w = 0; in configure() local400 unsigned int conv_w = 0; in has_opt_impl() local461 unsigned int conv_w = 0; in validate() local
203 unsigned int conv_w = 0; in configure() local417 unsigned int conv_w = 0; in validate() local
16 at::Tensor conv_w; member
77 auto conv_w = constant_as<Tensor>(conv->namedInput("weight")).value(); in FoldFrozenConvBatchnorm() local
94 …TensorType conv_w = create_tensor<TensorType>(w_shape, _data_type, 1, QuantizationInfo(), _data_… in compute_target() local
88 inline TensorShape compute_vector_to_tensor_output_shape(const TensorShape &input, size_t conv_w, s… in compute_vector_to_tensor_output_shape()