Searched refs:input_depth_raw (Results 1 – 1 of 1) sorted by relevance
126 int64 input_depth_raw = GetTensorDim(input_shape, data_format_, 'C'); in GetInputSizeInMklOrder() local127 int input_depth = static_cast<int>(input_depth_raw); in GetInputSizeInMklOrder()