Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dattribute_importer.cc34 llvm::SmallVector<mlir::Attribute, 4> operand_precision_attrs; in ConvertPrecisionConfig() local
37 operand_precision_attrs.push_back(mlir::mhlo::PrecisionAttr::get( in ConvertPrecisionConfig()
42 return builder->getArrayAttr(operand_precision_attrs); in ConvertPrecisionConfig()