Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry_test.cc170 registry.RegisterDeviceCopyFn(VariantDeviceCopyDirection::HOST_TO_DEVICE, in TEST()
172 EXPECT_DEATH(registry.RegisterDeviceCopyFn( in TEST()
Dvariant_op_registry.h103 void RegisterDeviceCopyFn(const VariantDeviceCopyDirection direction,
347 UnaryVariantOpRegistry::Global()->RegisterDeviceCopyFn( in UnaryVariantDeviceCopyRegistration()
Dvariant_op_registry.cc99 void UnaryVariantOpRegistry::RegisterDeviceCopyFn( in RegisterDeviceCopyFn() function in tensorflow::UnaryVariantOpRegistry