Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.h139 static inline Type GetDefaultTypeOf(TensorFlowRefType type) { in GetDefaultTypeOf() function
250 static inline Type GetDefaultTypeOf(TensorFlowTypeWithSubtype type) { in GetDefaultTypeOf() function
Dtf_types.cc381 Type default_ty = GetDefaultTypeOf(composed_type); in DropTypeHelper()