Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.h80 static inline bool IsValidTFElementType(Type type) { in IsValidTFElementType() function
89 return IsValidTFElementType(tensor_ty.getElementType()); in IsValidTFTensorType()