Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape_test.cc188 StatusOr<mlir::Type> mlir_type = in TEST() local
190 ASSERT_TRUE(mlir_type.ok()); in TEST()
191 mlir::Type type = mlir_type.ConsumeValueOrDie(); in TEST()
205 StatusOr<mlir::Type> mlir_type = in TEST() local
207 ASSERT_TRUE(mlir_type.ok()); in TEST()
208 mlir::Type type = mlir_type.ConsumeValueOrDie(); in TEST()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc307 Type mlir_type; in SetAttrType() local
309 TF_RETURN_IF_ERROR(ConvertDataType(dtype, builder, &mlir_type)); in SetAttrType()
310 attrs_[attr_name] = TypeAttr::get(mlir_type); in SetAttrType()
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbuild_defs.bzl58 mlir_type = _get_mlir_type(ctx.attr.type)
71 mlir_type,