Home
last modified time | relevance | path

Searched defs:SpecializeType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-036.md3 ### CVE Number
6 ### Impact
21 ### Patches
26 ### For more information
/external/tensorflow/tensorflow/core/framework/
Dfull_type_util_test.cc137 TEST(SpecializeType, Fixed) { in TEST() argument
167 TEST(SpecializeType, Idempotence) { in TEST() argument
186 TEST(SpecializeType, VarExpandsFromSingleAttribute) { in TEST() argument
216 TEST(SpecializeType, VarExpandsFromSingleElementTypeListAttribute) { in TEST() argument
246 TEST(SpecializeType, VarRejectsMultipleElementTypeListAttribute) { in TEST() argument
266 TEST(SpecializeType, VarRejectsEmptyTypeListAttribute) { in TEST() argument
285 TEST(SpecializeType, ForEachExpandsFromSingleAttribute) { in TEST() argument
318 TEST(SpecializeType, ForEachExpandsFromListAttribute) { in TEST() argument
356 TEST(SpecializeType, ForEachDistributesNestedVar) { in TEST() argument
404 TEST(SpecializeType, ForEachDistributesNestedForEach) { in TEST() argument
[all …]
Dfull_type_util.cc284 Status SpecializeType(const AttrSlice& attrs, const OpDef& op_def, in SpecializeType() function