Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
H A DStablehloOps.cpp3363 auto computationOutputType = in verify() local
3365 if (!computationOutputType || computationOutputType.getRank() != 0) in verify()
3370 if (computationOutputType.getElementType() != resultType.getElementType()) in verify()
3374 << computationOutputType.getElementType(); in verify()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dhlo_ops.cc4486 auto computationOutputType = in verify() local
4488 if (!computationOutputType || computationOutputType.getRank() != 0) in verify()
4493 if (computationOutputType.getElementType() != resultType.getElementType()) in verify()
4497 << computationOutputType.getElementType(); in verify()