Searched refs:shape_found (Results 1 – 1 of 1) sorted by relevance
933 bool shape_found = false; in CountConv2DBackpropInputOperations() local936 shape_found = GetTensorShapeProtoFromTensorProto(value, &input_shape); in CountConv2DBackpropInputOperations()938 if (!shape_found && op_info.outputs_size() == 1) { in CountConv2DBackpropInputOperations()940 shape_found = true; in CountConv2DBackpropInputOperations()942 if (!shape_found) { in CountConv2DBackpropInputOperations()985 bool shape_found = false; in CountConv2DBackpropFilterOperations() local988 shape_found = GetTensorShapeProtoFromTensorProto(value, &filter_shape); in CountConv2DBackpropFilterOperations()990 if (!shape_found && op_info.outputs_size() == 1) { in CountConv2DBackpropFilterOperations()992 shape_found = true; in CountConv2DBackpropFilterOperations()994 if (!shape_found) { in CountConv2DBackpropFilterOperations()[all …]