Searched refs:kTypeName (Results 1 – 10 of 10) sorted by relevance
27 constexpr const char CSRSparseMatrix::kTypeName[]; member in tensorflow::CSRSparseMatrix31 CSRSparseMatrix::kTypeName);
103 static constexpr const char kTypeName[] = "tensorflow::CSRSparseMatrix";315 std::string TypeName() const { return kTypeName; } in TypeName()
70 string TypeName() const { return kTypeName; } in TypeName()82 static constexpr const char kTypeName[] = "ExtensionTypeVariant"; variable
23 constexpr const char ExtensionTypeVariant::kTypeName[]; member in tensorflow::ExtensionTypeVariant61 ExtensionTypeVariant::kTypeName);
148 string kTypeName = "fjfjfj"; in TEST() local149 registry.RegisterDecodeFn(kTypeName, f); in TEST()150 EXPECT_DEATH(registry.RegisterDecodeFn(kTypeName, f), in TEST()
67 REGISTER_UNARY_VARIANT_DECODE_FUNCTION(TensorMap, TensorMap::kTypeName);85 const char TensorMap::kTypeName[] = "tensorflow::TensorMap"; member in tensorflow::TensorMap
106 static const char kTypeName[]; variable108 string TypeName() const { return kTypeName; } in TypeName()
94 static const char kTypeName[]; variable96 string TypeName() const { return kTypeName; } in TypeName()
78 REGISTER_UNARY_VARIANT_DECODE_FUNCTION(TensorList, TensorList::kTypeName);125 const char TensorList::kTypeName[] = "tensorflow::TensorList"; member in tensorflow::TensorList
60 static constexpr const char kTypeName[] = "tensorflow::TensorCord";191 static string TypeName() { return kTypeName; } in TypeName()