Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.h115 device_copy_fns.insert( in RegisterDeviceCopyFn()
125 auto found = device_copy_fns.find(std::make_pair(direction, type_index)); in GetDeviceCopyFn()
126 if (found == device_copy_fns.end()) return nullptr; in GetDeviceCopyFn()
211 device_copy_fns; variable