Searched refs:patch_depth_raw (Results 1 – 1 of 1) sorted by relevance
354 const int64 patch_depth_raw = filter.dim_size(2); in ComputeConv2DDimension() local357 TF_REQUIRES(FastBoundsCheck(patch_depth_raw, std::numeric_limits<int>::max()), in ComputeConv2DDimension()360 const int patch_depth = static_cast<int>(patch_depth_raw); in ComputeConv2DDimension()