Searched refs:CanFuseConvOrDepthwiseConv (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | optimize_patterns.td | 91 class CanFuseConvOrDepthwiseConv<string is_depthwise> : Constraint< 92 CPred<"TFL::CanFuseConvOrDepthwiseConv($0, $1, " # is_depthwise # ")">>; 108 [(CanFuseConvOrDepthwiseConv<"false"> $filter, $value), 120 [(CanFuseConvOrDepthwiseConv<"true"> $filter, $value), 131 [(CanFuseConvOrDepthwiseConv<"false"> $weights, $value), 142 [(CanFuseConvOrDepthwiseConv<"false"> $weights, $value), 179 [(CanFuseConvOrDepthwiseConv<"true"> $filter, $value), 196 [(CanFuseConvOrDepthwiseConv<"false"> $filter, $value), 213 [(CanFuseConvOrDepthwiseConv<"false"> $weights, $value), 228 [(CanFuseConvOrDepthwiseConv<"false"> $weights, $value),
|
D | optimize.cc | 152 bool CanFuseConvOrDepthwiseConv(Value filter, Attribute val, in CanFuseConvOrDepthwiseConv() function 164 bool CanFuseConvOrDepthwiseConv(Attribute filter, Attribute val, in CanFuseConvOrDepthwiseConv() function
|