Searched refs:OperandsBroadcastToOutputType (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | optimize_patterns.td | 363 def OperandsBroadcastToOutputType : Constraint<CPred< 364 "TFL::OperandsBroadcastToOutputType($0.getType(), $1.getType(), " 377 [(OperandsBroadcastToOutputType $input, $operand, $result), 385 [(OperandsBroadcastToOutputType $operand, $input, $result),
|
D | optimize.cc | 99 bool OperandsBroadcastToOutputType(Type a, Type b, Type expected_output) { in OperandsBroadcastToOutputType() function
|