Home
last modified time | relevance | path

Searched defs:typeMatch (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DStablehloOps.cpp3651 auto typeMatch = [&](Type actual) { return actual == expected; }; in hasSameOperandAndResultTypes() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc4914 auto typeMatch = [&](Type actual) { return actual == expected; }; in hasSameOperandAndResultTypes() local