Home | History | Annotate | Download | only in costs

Lines Matching refs:iz

484   int64 iz = image_shape.dim(channel_index).size();
496 if (iz != 1 && filter_shape.dim(2).size() != 1) {
497 CHECK_EQ(iz, filter_shape.dim(2).size());
499 iz = std::max<int64>(iz, filter_shape.dim(2).size());
502 batch, ix, iy, iz, kx, ky, oz, ox, oy, sx, sy, padding};
506 VLOG(1) << "Input Features:" << iz;
529 ops *= conv_dims.iz * conv_dims.oz;
763 ops *= conv_dims.iz * conv_dims.oz;
813 ops *= conv_dims.iz * conv_dims.oz;