Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dops.cc986 struct GetTypeArray { struct
991 struct GetTypeArray<OpT, true> { struct
1002 using GetTypeArray = typename detail::GetTypeArray<OpT>; in VerifyTypeArrayAttributes() typedef
1007 succeeded(VerifyTypeArray(op, args, GetTypeArray::getInputTypes(op), in VerifyTypeArrayAttributes()
1009 succeeded(VerifyTypeArray(op, op.outs(), GetTypeArray::getOutputTypes(op), in VerifyTypeArrayAttributes()