Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc766 if (!IsScalarizableSplatConstant(binary_op.rhs(), &splat_elements_attr)) { in matchAndRewrite()
810 bool IsScalarizableSplatConstant(mlir::Value value, in IsScalarizableSplatConstant() function