Home
last modified time | relevance | path

Searched defs:ConvertTensorShapeToType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_utils.h54 static StatusOr<TypeT> ConvertTensorShapeToType(const Shape& xla_ty, in ConvertTensorShapeToType() function
85 inline StatusOr<mlir::MemRefType> ConvertTensorShapeToType( in ConvertTensorShapeToType() function
H A Dhlo_utils_test.cc28 TEST(ConvertTensorShapeToType, Simple) { in TEST() argument