Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dcompile_mlir_util.cc235 llvm::SmallVector<llvm::ArrayRef<int64_t>, 4> arg_shapes_copy; in RefineShapes() local
244 arg_shapes_copy.reserve(arg_shapes.size()); in RefineShapes()
248 arg_shapes_copy.push_back(llvm::ArrayRef<int64_t>()); in RefineShapes()
257 arg_shapes_copy.push_back(llvm::ArrayRef<int64_t>()); in RefineShapes()
259 arg_shapes_copy.push_back( in RefineShapes()
269 main_func, arg_shapes_copy, producer_version); in RefineShapes()