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.cc685 int64_t output_depth_value = c->Value(output_depth_dim); in Conv2DShapeImpl() local
688 if (output_depth_value % num_groups != 0) in Conv2DShapeImpl()
690 "Depth of output (", output_depth_value, in Conv2DShapeImpl()
848 int64_t output_depth_value = c->Value(output_depth_dim); in Conv3DShape() local
851 if (output_depth_value % num_groups != 0) in Conv3DShape()
853 "Depth of output (", output_depth_value, in Conv3DShape()