Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.h30 StatusOr<mlir::DenseElementsAttr> CreateDenseElementsAttrFromLiteral(
Dhlo_utils.cc98 StatusOr<mlir::DenseElementsAttr> CreateDenseElementsAttrFromLiteral( in CreateDenseElementsAttrFromLiteral() function
Dhlo_function_importer.cc241 auto attr = CreateDenseElementsAttrFromLiteral(literal, *builder_); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc87 CreateDenseElementsAttrFromLiteral(literal, builder_)); in ConstantLiteral()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc907 CreateDenseElementsAttrFromLiteral(const_instr->literal(), builder_)); in EmitConstant()