Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops.cc353 const int64 in_depth_raw = GetTensorDim(input, params.data_format, 'C'); in ComputeConv2DDimension() local
355 TF_REQUIRES(FastBoundsCheck(in_depth_raw, std::numeric_limits<int>::max()), in ComputeConv2DDimension()
359 const int in_depth = static_cast<int>(in_depth_raw); in ComputeConv2DDimension()