Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc930 SmallVector<int32_t, 8> output_shape_values; in matchAndRewrite() local
932 output_shape_values.push_back(dim); in matchAndRewrite()
934 auto type = mlir::RankedTensorType::get(output_shape_values.size(), in matchAndRewrite()
937 mlir::DenseIntElementsAttr::get(type, output_shape_values); in matchAndRewrite()