Searched refs:tfl_sparse_to_dense_op (Results 1 – 1 of 1) sorted by relevance
3205 auto tfl_sparse_to_dense_op = cast<TFL::SparseToDenseOp>(op); in matchAndRewrite() local3206 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()