Searched refs:kTypeName (Results 1 – 5 of 5) sorted by relevance
30 static constexpr const char kTypeName[] =45 static string TypeName() { return kTypeName; } in TypeName()
20 constexpr const char StringViewVariantWrapper::kTypeName[]; member in tensorflow::StringViewVariantWrapper
98 REGISTER_UNARY_VARIANT_DECODE_FUNCTION(TensorList, TensorList::kTypeName);249 const char TensorList::kTypeName[] = "tensorflow::TensorList"; member in tensorflow::TensorList
49 static const char kTypeName[]; member50 string TypeName() const { return kTypeName; } in TypeName()
131 string kTypeName = "fjfjfj"; in TEST() local132 registry.RegisterDecodeFn(kTypeName, f); in TEST()133 EXPECT_DEATH(registry.RegisterDecodeFn(kTypeName, f), in TEST()