Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_tfl.cc3205 auto tfl_sparse_to_dense_op = cast<TFL::SparseToDenseOp>(op); in matchAndRewrite() local
3206 auto indices = tfl_sparse_to_dense_op.sparse_indices(); in matchAndRewrite()
3207 auto values = tfl_sparse_to_dense_op.sparse_values(); in matchAndRewrite()
3208 auto default_value = tfl_sparse_to_dense_op.default_value(); in matchAndRewrite()
3213 tfl_sparse_to_dense_op.getResult().getType().cast<ShapedType>(); in matchAndRewrite()