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.cc38 llvm::SmallVector<mlir::Attribute, 4> operand_precision_attrs; in ConvertPrecisionConfig() local
41 operand_precision_attrs.push_back( in ConvertPrecisionConfig()
44 return builder->getArrayAttr(operand_precision_attrs); in ConvertPrecisionConfig()