Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry_test.cc132 registry.RegisterDecodeFn(kTypeName, f); in TEST()
133 EXPECT_DEATH(registry.RegisterDecodeFn(kTypeName, f), in TEST()
Dvariant_op_registry.h96 void RegisterDecodeFn(const string& type_name,
319 UnaryVariantOpRegistry::Global()->RegisterDecodeFn( in UnaryVariantDecodeRegistration()
Dvariant_op_registry.cc47 void UnaryVariantOpRegistry::RegisterDecodeFn( in RegisterDecodeFn() function in tensorflow::UnaryVariantOpRegistry