Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc192 if (auto variant_type = dyn_cast<VariantType>()) in GetSubtypes() local
193 return variant_type.getSubtypes(); in GetSubtypes()
Dtf_ops_n_z.cc2196 auto variant_type = in fold() local
2198 if (variant_type.getSubtypes().empty()) return {}; in fold()
2199 return ConvertShapeToAttr(variant_type.getSubtypes()[0], width); in fold()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtensor_list_ops_decomposition.cc554 auto variant_type = getElementTypeOrSelf(type).dyn_cast<TF::VariantType>(); in GetElementShapeFromResultType() local
555 if (!variant_type || variant_type.getSubtypes().size() != 1) return failure(); in GetElementShapeFromResultType()
556 TensorType tensor_type = variant_type.getSubtypes().front(); in GetElementShapeFromResultType()
Dshape_inference.cc771 auto variant_type = VariantType::get(element_type, op->getContext()); in InferShapeForTensorListInitOps() local
772 auto tensor_type = RankedTensorType::get({}, variant_type); in InferShapeForTensorListInitOps()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h296 uint32_t variant_type; member
Dradeon_vcn_dec.h490 unsigned int variant_type; member
Dradeon_uvd.c919 result.variant_type = 0; in get_mpeg4_msg()
Dradeon_vcn_dec.c781 result.variant_type = 0; in get_mpeg4_msg()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h296 uint32_t variant_type; member
Dradeon_uvd.c612 result.variant_type = 0; in get_mpeg4_msg()