Searched refs:DropRefType (Results 1 – 3 of 3) sorted by relevance
207 auto lhs_type = DropRefType(std::get<0>(types)); in BroadcastCompatible()208 auto rhs_type = DropRefType(std::get<1>(types)); in BroadcastCompatible()395 Type DropRefType(Type ty) { return DropTypeHelper<TF::TensorFlowRefType>(ty); } in DropRefType() function397 Type DropRefAndSubTypes(Type ty) { return DropRefType(DropSubTypes(ty)); } in DropRefAndSubTypes()
320 Type DropRefType(Type ty);
140 TensorType tensor_type = DropRefType(shaped_type).cast<TensorType>(); in runOnFunction()