Home
last modified time | relevance | path

Searched refs:patch_depth_raw (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops.cc354 const int64 patch_depth_raw = filter.dim_size(2); in ComputeConv2DDimension() local
357 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()