Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.cc27 constexpr const char CSRSparseMatrix::kTypeName[]; member in tensorflow::CSRSparseMatrix
31 CSRSparseMatrix::kTypeName);
Dsparse_matrix.h103 static constexpr const char kTypeName[] = "tensorflow::CSRSparseMatrix";
315 std::string TypeName() const { return kTypeName; } in TypeName()
/external/tensorflow/tensorflow/core/framework/
Dextension_type_variant.h70 string TypeName() const { return kTypeName; } in TypeName()
82 static constexpr const char kTypeName[] = "ExtensionTypeVariant"; variable
Dextension_type_variant.cc23 constexpr const char ExtensionTypeVariant::kTypeName[]; member in tensorflow::ExtensionTypeVariant
61 ExtensionTypeVariant::kTypeName);
Dvariant_op_registry_test.cc148 string kTypeName = "fjfjfj"; in TEST() local
149 registry.RegisterDecodeFn(kTypeName, f); in TEST()
150 EXPECT_DEATH(registry.RegisterDecodeFn(kTypeName, f), in TEST()
/external/tensorflow/tensorflow/core/kernels/
Dtensor_map.cc67 REGISTER_UNARY_VARIANT_DECODE_FUNCTION(TensorMap, TensorMap::kTypeName);
85 const char TensorMap::kTypeName[] = "tensorflow::TensorMap"; member in tensorflow::TensorMap
Dtensor_list.h106 static const char kTypeName[]; variable
108 string TypeName() const { return kTypeName; } in TypeName()
Dtensor_map.h94 static const char kTypeName[]; variable
96 string TypeName() const { return kTypeName; } in TypeName()
Dtensor_list.cc78 REGISTER_UNARY_VARIANT_DECODE_FUNCTION(TensorList, TensorList::kTypeName);
125 const char TensorList::kTypeName[] = "tensorflow::TensorList"; member in tensorflow::TensorList
Dtensor_cord.h60 static constexpr const char kTypeName[] = "tensorflow::TensorCord";
191 static string TypeName() { return kTypeName; } in TypeName()