Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_patterns.td363 def OperandsBroadcastToOutputType : Constraint<CPred<
364 "TFL::OperandsBroadcastToOutputType($0.getType(), $1.getType(), "
377 [(OperandsBroadcastToOutputType $input, $operand, $result),
385 [(OperandsBroadcastToOutputType $operand, $input, $result),
Doptimize.cc99 bool OperandsBroadcastToOutputType(Type a, Type b, Type expected_output) { in OperandsBroadcastToOutputType() function