Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc675 int64 output_depth_value = c->Value(output_depth_dim); in Conv2DShapeImpl() local
676 if (output_depth_value % num_groups != 0) in Conv2DShapeImpl()
678 "Depth of output (", output_depth_value, in Conv2DShapeImpl()
814 int64 output_depth_value = c->Value(output_depth_dim); in Conv3DShape() local
815 if (output_depth_value % num_groups != 0) in Conv3DShape()
817 "Depth of output (", output_depth_value, in Conv3DShape()