Searched refs:input_scalar_size (Results 1 – 2 of 2) sorted by relevance
201 const int64 input_scalar_size = args.in_depth % kPacketSize;244 for (int64 d = 0; d < input_scalar_size; ++d) {266 in_buf += input_scalar_size * args.depth_multiplier;
644 const int64 input_scalar_size = args.in_depth % kPacketSize; in operator ()() local663 for (int64 d = 0; d < input_scalar_size; ++d) { in operator ()()